Shades of Metallic Gold #D0AA40
Tints of Metallic Gold #D0AA40
RGB
CMYK
RGB Variations
Color information
#D0AA40 (or 0xD0AA40) is known color: Metallic Gold. HEX triplet: D0, AA and 40. RGB value is (208,170,64). Sum of RGB (Red+Green+Blue) = 208+170+64=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA40 is #2F55BF. Grayscale: #A9A9A9. Windows color (decimal): -3102144 or 4238032. OLE color: 4238032.
HSL color Cylindrical-coordinate representation of color #D0AA40: hue angle of 44.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0AA40 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 64 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.18 |
| HSL | 44.17º | 0.61% | 0.53% | - |
| HSV(B) | 44.17º | 0.69% | 0.82% | - |
| XYZ | 41.31 | 42.53 | 10.88 | - |
| YUV | 169.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 64 | 0 | 0.18 | 0.69 | 0.18 | 44.17 | 0.61 | 0.53 |
| Hex | D0 | AA | 40 | 0 | 12 | 45 | 12 | 2C | 3D | 35 |
| Octal | 320 | 252 | 100 | 0 | 22 | 105 | 22 | 54 | 75 | 65 |
| Binary | 11010000 | 10101010 | 1000000 | 0 | 10010 | 1000101 | 10010 | 101100 | 111101 | 110101 |
Color Harmonies of #D0AA40
Complementary color
Monochromatic Colors of #D0AA40
Black with #D0AA40
Text Example
Text Example
White with #D0AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA40; }
p { color: rgb(208,170,64); }
H1.HeaderClassName
{
color: #D0AA40;
}
.AnyTagClassName
{
color: #D0AA40;
}
</style>
background-color css
<style>
a { background-color: #D0AA40; }
a { background-color: rgb(208,170,64); }
div.DivClassName
{
background-color: #D0AA40;
}
.BgClassName
{
background-color: #D0AA40;
}
</style>
border-color css
<style>
span { border-color: #D0AA40; }
span { border-color: rgb(208,170,64); }
td.TdClassName
{
border-color: #D0AA40;
}
.TagClassName
{
border-color: #D0AA40;
}
</style>