#D2A644

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

Shades of Metallic Gold #D2A644

Tints of Metallic Gold #D2A644

Color information

#D2A644 (or 0xD2A644) is unknown color: approx Metallic Gold. HEX triplet: D2, A6 and 44. RGB value is (210,166,68). Sum of RGB (Red+Green+Blue) = 210+166+68=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A644 is #2D59BB. Grayscale: #A8A8A8. Windows color (decimal): -2972092 or 4499154. OLE color: 4499154.

HSL color Cylindrical-coordinate representation of color #D2A644: hue angle of 41.41º 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 #D2A644 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB21016668-
CMYK00.210.680.18
HSL41.41º61.21%54.51%-
HSV(B)41.41º67.62%82.35%-
XYZ41.2641.3911.28-
YUV167.9871.58157.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.30%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 68 (26.95% from 255) = 15.32%
R=47.30%
G=37.39%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101666800.210.680.1841.4161.2154.51
HexD2A6440154412293d37
Octal32224610402510422517567
Binary11010010101001101000100010101100010010010101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A644; }

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

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

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

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

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

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

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

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