Shades of Metallic Gold #D0A839
Tints of Metallic Gold #D0A839
RGB
CMYK
RGB Variations
Color information
#D0A839 (or 0xD0A839) is known color: Metallic Gold. HEX triplet: D0, A8 and 39. RGB value is (208,168,57). Sum of RGB (Red+Green+Blue) = 208+168+57=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A839 is #2F57C6. Grayscale: #A7A7A7. Windows color (decimal): -3102663 or 3778768. OLE color: 3778768.
HSL color Cylindrical-coordinate representation of color #D0A839: hue angle of 44.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0A839 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 57 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.18 |
| HSL | 44.11º | 0.62% | 0.52% | - |
| HSV(B) | 44.11º | 0.73% | 0.82% | - |
| XYZ | 40.75 | 41.71 | 9.77 | - |
| YUV | 167.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 57 | 0 | 0.19 | 0.73 | 0.18 | 44.11 | 0.62 | 0.52 |
| Hex | D0 | A8 | 39 | 0 | 13 | 49 | 12 | 2C | 3E | 34 |
| Octal | 320 | 250 | 71 | 0 | 23 | 111 | 22 | 54 | 76 | 64 |
| Binary | 11010000 | 10101000 | 111001 | 0 | 10011 | 1001001 | 10010 | 101100 | 111110 | 110100 |
Color Harmonies of #D0A839
Complementary color
Monochromatic Colors of #D0A839
Black with #D0A839
Text Example
Text Example
White with #D0A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A839; }
p { color: rgb(208,168,57); }
H1.HeaderClassName
{
color: #D0A839;
}
.AnyTagClassName
{
color: #D0A839;
}
</style>
background-color css
<style>
a { background-color: #D0A839; }
a { background-color: rgb(208,168,57); }
div.DivClassName
{
background-color: #D0A839;
}
.BgClassName
{
background-color: #D0A839;
}
</style>
border-color css
<style>
span { border-color: #D0A839; }
span { border-color: rgb(208,168,57); }
td.TdClassName
{
border-color: #D0A839;
}
.TagClassName
{
border-color: #D0A839;
}
</style>