Shades of Metallic Gold #D2AA41
Tints of Metallic Gold #D2AA41
RGB
CMYK
RGB Variations
Color information
#D2AA41 (or 0xD2AA41) is known color: Metallic Gold. HEX triplet: D2, AA and 41. RGB value is (210,170,65). Sum of RGB (Red+Green+Blue) = 210+170+65=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA41 is #2D55BE. Grayscale: #AAAAAA. Windows color (decimal): -2971071 or 4303570. OLE color: 4303570.
HSL color Cylindrical-coordinate representation of color #D2AA41: hue angle of 43.45º 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 #D2AA41 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 65 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.18 |
| HSL | 43.45º | 0.62% | 0.54% | - |
| HSV(B) | 43.45º | 0.69% | 0.82% | - |
| XYZ | 41.91 | 42.83 | 11.06 | - |
| YUV | 169.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 65 | 0 | 0.19 | 0.69 | 0.18 | 43.45 | 0.62 | 0.54 |
| Hex | D2 | AA | 41 | 0 | 13 | 45 | 12 | 2B | 3E | 36 |
| Octal | 322 | 252 | 101 | 0 | 23 | 105 | 22 | 53 | 76 | 66 |
| Binary | 11010010 | 10101010 | 1000001 | 0 | 10011 | 1000101 | 10010 | 101011 | 111110 | 110110 |
Color Harmonies of #D2AA41
Complementary color
Monochromatic Colors of #D2AA41
Black with #D2AA41
Text Example
Text Example
White with #D2AA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA41; }
p { color: rgb(210,170,65); }
H1.HeaderClassName
{
color: #D2AA41;
}
.AnyTagClassName
{
color: #D2AA41;
}
</style>
background-color css
<style>
a { background-color: #D2AA41; }
a { background-color: rgb(210,170,65); }
div.DivClassName
{
background-color: #D2AA41;
}
.BgClassName
{
background-color: #D2AA41;
}
</style>
border-color css
<style>
span { border-color: #D2AA41; }
span { border-color: rgb(210,170,65); }
td.TdClassName
{
border-color: #D2AA41;
}
.TagClassName
{
border-color: #D2AA41;
}
</style>