Shades of Metallic Gold #D2AA42
Tints of Metallic Gold #D2AA42
RGB
CMYK
RGB Variations
Color information
#D2AA42 (or 0xD2AA42) is known color: Metallic Gold. HEX triplet: D2, AA and 42. RGB value is (210,170,66). Sum of RGB (Red+Green+Blue) = 210+170+66=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA42 is #2D55BD. Grayscale: #AAAAAA. Windows color (decimal): -2971070 or 4369106. OLE color: 4369106.
HSL color Cylindrical-coordinate representation of color #D2AA42: hue angle of 43.33º 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 #D2AA42 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 66 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.18 |
| HSL | 43.33º | 0.62% | 0.54% | - |
| HSV(B) | 43.33º | 0.69% | 0.82% | - |
| XYZ | 41.94 | 42.84 | 11.21 | - |
| YUV | 170.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 66 | 0 | 0.19 | 0.69 | 0.18 | 43.33 | 0.62 | 0.54 |
| Hex | D2 | AA | 42 | 0 | 13 | 45 | 12 | 2B | 3E | 36 |
| Octal | 322 | 252 | 102 | 0 | 23 | 105 | 22 | 53 | 76 | 66 |
| Binary | 11010010 | 10101010 | 1000010 | 0 | 10011 | 1000101 | 10010 | 101011 | 111110 | 110110 |
Color Harmonies of #D2AA42
Complementary color
Monochromatic Colors of #D2AA42
Black with #D2AA42
Text Example
Text Example
White with #D2AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA42; }
p { color: rgb(210,170,66); }
H1.HeaderClassName
{
color: #D2AA42;
}
.AnyTagClassName
{
color: #D2AA42;
}
</style>
background-color css
<style>
a { background-color: #D2AA42; }
a { background-color: rgb(210,170,66); }
div.DivClassName
{
background-color: #D2AA42;
}
.BgClassName
{
background-color: #D2AA42;
}
</style>
border-color css
<style>
span { border-color: #D2AA42; }
span { border-color: rgb(210,170,66); }
td.TdClassName
{
border-color: #D2AA42;
}
.TagClassName
{
border-color: #D2AA42;
}
</style>