Shades of Metallic Gold #D0AA42
Tints of Metallic Gold #D0AA42
RGB
CMYK
RGB Variations
Color information
#D0AA42 (or 0xD0AA42) is known color: Metallic Gold. HEX triplet: D0, AA and 42. RGB value is (208,170,66). Sum of RGB (Red+Green+Blue) = 208+170+66=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA42 is #2F55BD. Grayscale: #A9A9A9. Windows color (decimal): -3102142 or 4369104. OLE color: 4369104.
HSL color Cylindrical-coordinate representation of color #D0AA42: hue angle of 43.94º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0AA42 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 66 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.18 |
| HSL | 43.94º | 0.6% | 0.54% | - |
| HSV(B) | 43.94º | 0.68% | 0.82% | - |
| XYZ | 41.37 | 42.55 | 11.19 | - |
| YUV | 169.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 66 | 0 | 0.18 | 0.68 | 0.18 | 43.94 | 0.6 | 0.54 |
| Hex | D0 | AA | 42 | 0 | 12 | 44 | 12 | 2C | 3C | 36 |
| Octal | 320 | 252 | 102 | 0 | 22 | 104 | 22 | 54 | 74 | 66 |
| Binary | 11010000 | 10101010 | 1000010 | 0 | 10010 | 1000100 | 10010 | 101100 | 111100 | 110110 |
Color Harmonies of #D0AA42
Complementary color
Monochromatic Colors of #D0AA42
Black with #D0AA42
Text Example
Text Example
White with #D0AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA42; }
p { color: rgb(208,170,66); }
H1.HeaderClassName
{
color: #D0AA42;
}
.AnyTagClassName
{
color: #D0AA42;
}
</style>
background-color css
<style>
a { background-color: #D0AA42; }
a { background-color: rgb(208,170,66); }
div.DivClassName
{
background-color: #D0AA42;
}
.BgClassName
{
background-color: #D0AA42;
}
</style>
border-color css
<style>
span { border-color: #D0AA42; }
span { border-color: rgb(208,170,66); }
td.TdClassName
{
border-color: #D0AA42;
}
.TagClassName
{
border-color: #D0AA42;
}
</style>