Shades of Metallic Gold #D0A242
Tints of Metallic Gold #D0A242
RGB
CMYK
RGB Variations
Color information
#D0A242 (or 0xD0A242) is known color: Metallic Gold. HEX triplet: D0, A2 and 42. RGB value is (208,162,66). Sum of RGB (Red+Green+Blue) = 208+162+66=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A242 is #2F5DBD. Grayscale: #A5A5A5. Windows color (decimal): -3104190 or 4367056. OLE color: 4367056.
HSL color Cylindrical-coordinate representation of color #D0A242: hue angle of 40.56º 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 #D0A242 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 66 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.18 |
| HSL | 40.56º | 0.6% | 0.54% | - |
| HSV(B) | 40.56º | 0.68% | 0.82% | - |
| XYZ | 39.92 | 39.64 | 10.7 | - |
| YUV | 164.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 66 | 0 | 0.22 | 0.68 | 0.18 | 40.56 | 0.6 | 0.54 |
| Hex | D0 | A2 | 42 | 0 | 16 | 44 | 12 | 29 | 3C | 36 |
| Octal | 320 | 242 | 102 | 0 | 26 | 104 | 22 | 51 | 74 | 66 |
| Binary | 11010000 | 10100010 | 1000010 | 0 | 10110 | 1000100 | 10010 | 101001 | 111100 | 110110 |
Color Harmonies of #D0A242
Complementary color
Monochromatic Colors of #D0A242
Black with #D0A242
Text Example
Text Example
White with #D0A242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A242; }
p { color: rgb(208,162,66); }
H1.HeaderClassName
{
color: #D0A242;
}
.AnyTagClassName
{
color: #D0A242;
}
</style>
background-color css
<style>
a { background-color: #D0A242; }
a { background-color: rgb(208,162,66); }
div.DivClassName
{
background-color: #D0A242;
}
.BgClassName
{
background-color: #D0A242;
}
</style>
border-color css
<style>
span { border-color: #D0A242; }
span { border-color: rgb(208,162,66); }
td.TdClassName
{
border-color: #D0A242;
}
.TagClassName
{
border-color: #D0A242;
}
</style>