Shades of Metallic Gold #D2AA3E
Tints of Metallic Gold #D2AA3E
RGB
CMYK
RGB Variations
Color information
#D2AA3E (or 0xD2AA3E) is known color: Metallic Gold. HEX triplet: D2, AA and 3E. RGB value is (210,170,62). Sum of RGB (Red+Green+Blue) = 210+170+62=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA3E is #2D55C1. Grayscale: #AAAAAA. Windows color (decimal): -2971074 or 4106962. OLE color: 4106962.
HSL color Cylindrical-coordinate representation of color #D2AA3E: hue angle of 43.78º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2AA3E is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 62 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.18 |
| HSL | 43.78º | 0.62% | 0.53% | - |
| HSV(B) | 43.78º | 0.7% | 0.82% | - |
| XYZ | 41.82 | 42.8 | 10.61 | - |
| YUV | 169.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 62 | 0 | 0.19 | 0.70 | 0.18 | 43.78 | 0.62 | 0.53 |
| Hex | D2 | AA | 3E | 0 | 13 | 46 | 12 | 2C | 3E | 35 |
| Octal | 322 | 252 | 76 | 0 | 23 | 106 | 22 | 54 | 76 | 65 |
| Binary | 11010010 | 10101010 | 111110 | 0 | 10011 | 1000110 | 10010 | 101100 | 111110 | 110101 |
Color Harmonies of #D2AA3E
Complementary color
Monochromatic Colors of #D2AA3E
Black with #D2AA3E
Text Example
Text Example
White with #D2AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA3E; }
p { color: rgb(210,170,62); }
H1.HeaderClassName
{
color: #D2AA3E;
}
.AnyTagClassName
{
color: #D2AA3E;
}
</style>
background-color css
<style>
a { background-color: #D2AA3E; }
a { background-color: rgb(210,170,62); }
div.DivClassName
{
background-color: #D2AA3E;
}
.BgClassName
{
background-color: #D2AA3E;
}
</style>
border-color css
<style>
span { border-color: #D2AA3E; }
span { border-color: rgb(210,170,62); }
td.TdClassName
{
border-color: #D2AA3E;
}
.TagClassName
{
border-color: #D2AA3E;
}
</style>