Shades of Metallic Gold #D0A141
Tints of Metallic Gold #D0A141
RGB
CMYK
RGB Variations
Color information
#D0A141 (or 0xD0A141) is known color: Metallic Gold. HEX triplet: D0, A1 and 41. RGB value is (208,161,65). Sum of RGB (Red+Green+Blue) = 208+161+65=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A141 is #2F5EBE. Grayscale: #A4A4A4. Windows color (decimal): -3104447 or 4301264. OLE color: 4301264.
HSL color Cylindrical-coordinate representation of color #D0A141: hue angle of 40.28º 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 #D0A141 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 65 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.18 |
| HSL | 40.28º | 0.6% | 0.54% | - |
| HSV(B) | 40.28º | 0.69% | 0.82% | - |
| XYZ | 39.71 | 39.28 | 10.49 | - |
| YUV | 164.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 65 | 0 | 0.23 | 0.69 | 0.18 | 40.28 | 0.6 | 0.54 |
| Hex | D0 | A1 | 41 | 0 | 17 | 45 | 12 | 28 | 3C | 36 |
| Octal | 320 | 241 | 101 | 0 | 27 | 105 | 22 | 50 | 74 | 66 |
| Binary | 11010000 | 10100001 | 1000001 | 0 | 10111 | 1000101 | 10010 | 101000 | 111100 | 110110 |
Color Harmonies of #D0A141
Complementary color
Monochromatic Colors of #D0A141
Black with #D0A141
Text Example
Text Example
White with #D0A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A141; }
p { color: rgb(208,161,65); }
H1.HeaderClassName
{
color: #D0A141;
}
.AnyTagClassName
{
color: #D0A141;
}
</style>
background-color css
<style>
a { background-color: #D0A141; }
a { background-color: rgb(208,161,65); }
div.DivClassName
{
background-color: #D0A141;
}
.BgClassName
{
background-color: #D0A141;
}
</style>
border-color css
<style>
span { border-color: #D0A141; }
span { border-color: rgb(208,161,65); }
td.TdClassName
{
border-color: #D0A141;
}
.TagClassName
{
border-color: #D0A141;
}
</style>