#D2AC42

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

Shades of Metallic Gold #D2AC42

Tints of Metallic Gold #D2AC42

Color information

#D2AC42 (or 0xD2AC42) is unknown color: approx Metallic Gold. HEX triplet: D2, AC and 42. RGB value is (210,172,66). Sum of RGB (Red+Green+Blue) = 210+172+66=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AC42 is #2D53BD. Grayscale: #ABABAB. Windows color (decimal): -2970558 or 4369618. OLE color: 4369618.

HSL color Cylindrical-coordinate representation of color #D2AC42: hue angle of 44.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2AC42 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB21017266-
CMYK00.180.690.18
HSL44.17º61.54%54.12%-
HSV(B)44.17º68.57%82.35%-
XYZ42.3143.611.34-
YUV171.2868.59155.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 66 (26.17% from 255) = 14.73%
R=46.88%
G=38.39%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101726600.180.690.1844.1761.5454.12
HexD2AC4201245122c3e36
Octal32225410202210522547666
Binary11010010101011001000010010010100010110010101100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC42; }

 p { color: rgb(210,172,66); }

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

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

 a { background-color: rgb(210,172,66); }

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

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

 span { border-color: rgb(210,172,66); }

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