Shades of Metallic Gold #D0AA41
Tints of Metallic Gold #D0AA41
RGB
CMYK
RGB Variations
Color information
#D0AA41 (or 0xD0AA41) is known color: Metallic Gold. HEX triplet: D0, AA and 41. RGB value is (208,170,65). Sum of RGB (Red+Green+Blue) = 208+170+65=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA41 is #2F55BE. Grayscale: #A9A9A9. Windows color (decimal): -3102143 or 4303568. OLE color: 4303568.
HSL color Cylindrical-coordinate representation of color #D0AA41: hue angle of 44.06º degrees, saturation: 0.6, 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 #D0AA41 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 65 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.18 |
| HSL | 44.06º | 0.6% | 0.54% | - |
| HSV(B) | 44.06º | 0.69% | 0.82% | - |
| XYZ | 41.34 | 42.54 | 11.03 | - |
| YUV | 169.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 65 | 0 | 0.18 | 0.69 | 0.18 | 44.06 | 0.6 | 0.54 |
| Hex | D0 | AA | 41 | 0 | 12 | 45 | 12 | 2C | 3C | 36 |
| Octal | 320 | 252 | 101 | 0 | 22 | 105 | 22 | 54 | 74 | 66 |
| Binary | 11010000 | 10101010 | 1000001 | 0 | 10010 | 1000101 | 10010 | 101100 | 111100 | 110110 |
Color Harmonies of #D0AA41
Complementary color
Monochromatic Colors of #D0AA41
Black with #D0AA41
Text Example
Text Example
White with #D0AA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA41; }
p { color: rgb(208,170,65); }
H1.HeaderClassName
{
color: #D0AA41;
}
.AnyTagClassName
{
color: #D0AA41;
}
</style>
background-color css
<style>
a { background-color: #D0AA41; }
a { background-color: rgb(208,170,65); }
div.DivClassName
{
background-color: #D0AA41;
}
.BgClassName
{
background-color: #D0AA41;
}
</style>
border-color css
<style>
span { border-color: #D0AA41; }
span { border-color: rgb(208,170,65); }
td.TdClassName
{
border-color: #D0AA41;
}
.TagClassName
{
border-color: #D0AA41;
}
</style>