#D7AC31

Color #D7AC31 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #D7AC31

Tints of Metallic Gold #D7AC31

Color information

#D7AC31 (or 0xD7AC31) is unknown color: approx Metallic Gold. HEX triplet: D7, AC and 31. RGB value is (215,172,49). Sum of RGB (Red+Green+Blue) = 215+172+49=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AC31 is #2853CE. Grayscale: #ABABAB. Windows color (decimal): -2642895 or 3255511. OLE color: 3255511.

HSL color Cylindrical-coordinate representation of color #D7AC31: hue angle of 44.46º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7AC31 is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21517249-
CMYK00.20.770.16
HSL44.46º67.48%51.76%-
HSV(B)44.46º77.21%84.31%-
XYZ43.3344.179.15-
YUV170.8459.25159.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 49.31%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 49 (19.53% from 255) = 11.24%
R=49.31%
G=39.45%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151724900.20.770.1644.4667.4851.76
HexD7AC310144D102c4334
Octal32725461024115205410364
Binary11010111101011001100010101001001101100001011001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC31; }

 p { color: rgb(215,172,49); }

 H1.HeaderClassName
 {
   color: #D7AC31;
 }
 .AnyTagClassName
 {
   color: #D7AC31;
 }
</style>
background-color css

<style>
 a { background-color: #D7AC31; }

 a { background-color: rgb(215,172,49); }

 div.DivClassName
 {
   background-color: #D7AC31;
 }
 .BgClassName
 {
   background-color: #D7AC31;
 }
</style>
border-color css

<style>
 span { border-color: #D7AC31; }

 span { border-color: rgb(215,172,49); }

 td.TdClassName
 {
   border-color: #D7AC31;
 }
 .TagClassName
 {
   border-color: #D7AC31;
 }
</style>