Shades of Metallic Gold #D2AA30
Tints of Metallic Gold #D2AA30
RGB
CMYK
RGB Variations
Color information
#D2AA30 (or 0xD2AA30) is known color: Metallic Gold. HEX triplet: D2, AA and 30. RGB value is (210,170,48). Sum of RGB (Red+Green+Blue) = 210+170+48=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA30 is #2D55CF. Grayscale: #A8A8A8. Windows color (decimal): -2971088 or 3189458. OLE color: 3189458.
HSL color Cylindrical-coordinate representation of color #D2AA30: hue angle of 45.19º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2AA30 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 48 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.18 |
| HSL | 45.19º | 0.64% | 0.51% | - |
| HSV(B) | 45.19º | 0.77% | 0.82% | - |
| XYZ | 41.49 | 42.66 | 8.84 | - |
| YUV | 168.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 48 | 0 | 0.19 | 0.77 | 0.18 | 45.19 | 0.64 | 0.51 |
| Hex | D2 | AA | 30 | 0 | 13 | 4D | 12 | 2D | 40 | 33 |
| Octal | 322 | 252 | 60 | 0 | 23 | 115 | 22 | 55 | 100 | 63 |
| Binary | 11010010 | 10101010 | 110000 | 0 | 10011 | 1001101 | 10010 | 101101 | 1000000 | 110011 |
Color Harmonies of #D2AA30
Complementary color
Monochromatic Colors of #D2AA30
Black with #D2AA30
Text Example
Text Example
White with #D2AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA30; }
p { color: rgb(210,170,48); }
H1.HeaderClassName
{
color: #D2AA30;
}
.AnyTagClassName
{
color: #D2AA30;
}
</style>
background-color css
<style>
a { background-color: #D2AA30; }
a { background-color: rgb(210,170,48); }
div.DivClassName
{
background-color: #D2AA30;
}
.BgClassName
{
background-color: #D2AA30;
}
</style>
border-color css
<style>
span { border-color: #D2AA30; }
span { border-color: rgb(210,170,48); }
td.TdClassName
{
border-color: #D2AA30;
}
.TagClassName
{
border-color: #D2AA30;
}
</style>