Shades of Metallic Gold #D2AA32
Tints of Metallic Gold #D2AA32
RGB
CMYK
RGB Variations
Color information
#D2AA32 (or 0xD2AA32) is known color: Metallic Gold. HEX triplet: D2, AA and 32. RGB value is (210,170,50). Sum of RGB (Red+Green+Blue) = 210+170+50=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA32 is #2D55CD. Grayscale: #A8A8A8. Windows color (decimal): -2971086 or 3320530. OLE color: 3320530.
HSL color Cylindrical-coordinate representation of color #D2AA32: hue angle of 45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2AA32 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 50 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.18 |
| HSL | 45º | 0.64% | 0.51% | - |
| HSV(B) | 45º | 0.76% | 0.82% | - |
| XYZ | 41.53 | 42.68 | 9.07 | - |
| YUV | 168.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 50 | 0 | 0.19 | 0.76 | 0.18 | 45 | 0.64 | 0.51 |
| Hex | D2 | AA | 32 | 0 | 13 | 4C | 12 | 2D | 40 | 33 |
| Octal | 322 | 252 | 62 | 0 | 23 | 114 | 22 | 55 | 100 | 63 |
| Binary | 11010010 | 10101010 | 110010 | 0 | 10011 | 1001100 | 10010 | 101101 | 1000000 | 110011 |
Color Harmonies of #D2AA32
Complementary color
Monochromatic Colors of #D2AA32
Black with #D2AA32
Text Example
Text Example
White with #D2AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA32; }
p { color: rgb(210,170,50); }
H1.HeaderClassName
{
color: #D2AA32;
}
.AnyTagClassName
{
color: #D2AA32;
}
</style>
background-color css
<style>
a { background-color: #D2AA32; }
a { background-color: rgb(210,170,50); }
div.DivClassName
{
background-color: #D2AA32;
}
.BgClassName
{
background-color: #D2AA32;
}
</style>
border-color css
<style>
span { border-color: #D2AA32; }
span { border-color: rgb(210,170,50); }
td.TdClassName
{
border-color: #D2AA32;
}
.TagClassName
{
border-color: #D2AA32;
}
</style>