#D2A444

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

Shades of Metallic Gold #D2A444

Tints of Metallic Gold #D2A444

Color information

#D2A444 (or 0xD2A444) is unknown color: approx Metallic Gold. HEX triplet: D2, A4 and 44. RGB value is (210,164,68). Sum of RGB (Red+Green+Blue) = 210+164+68=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A444 is #2D5BBB. Grayscale: #A7A7A7. Windows color (decimal): -2972604 or 4498642. OLE color: 4498642.

HSL color Cylindrical-coordinate representation of color #D2A444: hue angle of 40.56º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2A444 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB21016468-
CMYK00.220.680.18
HSL40.56º61.21%54.51%-
HSV(B)40.56º67.62%82.35%-
XYZ40.940.6711.16-
YUV166.8172.24158.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.51%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 68 (26.95% from 255) = 15.38%
R=47.51%
G=37.10%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101646800.220.680.1840.5661.2154.51
HexD2A4440164412293d37
Octal32224410402610422517567
Binary11010010101001001000100010110100010010010101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A444; }

 p { color: rgb(210,164,68); }

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

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

 a { background-color: rgb(210,164,68); }

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

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

 span { border-color: rgb(210,164,68); }

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