Shades of Metallic Gold #D0A83A
Tints of Metallic Gold #D0A83A
RGB
CMYK
RGB Variations
Color information
#D0A83A (or 0xD0A83A) is known color: Metallic Gold. HEX triplet: D0, A8 and 3A. RGB value is (208,168,58). Sum of RGB (Red+Green+Blue) = 208+168+58=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A83A is #2F57C5. Grayscale: #A7A7A7. Windows color (decimal): -3102662 or 3844304. OLE color: 3844304.
HSL color Cylindrical-coordinate representation of color #D0A83A: hue angle of 44º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0A83A is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 58 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.18 |
| HSL | 44º | 0.61% | 0.52% | - |
| HSV(B) | 44º | 0.72% | 0.82% | - |
| XYZ | 40.78 | 41.72 | 9.91 | - |
| YUV | 167.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 58 | 0 | 0.19 | 0.72 | 0.18 | 44 | 0.61 | 0.52 |
| Hex | D0 | A8 | 3A | 0 | 13 | 48 | 12 | 2C | 3D | 34 |
| Octal | 320 | 250 | 72 | 0 | 23 | 110 | 22 | 54 | 75 | 64 |
| Binary | 11010000 | 10101000 | 111010 | 0 | 10011 | 1001000 | 10010 | 101100 | 111101 | 110100 |
Color Harmonies of #D0A83A
Complementary color
Monochromatic Colors of #D0A83A
Black with #D0A83A
Text Example
Text Example
White with #D0A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A83A; }
p { color: rgb(208,168,58); }
H1.HeaderClassName
{
color: #D0A83A;
}
.AnyTagClassName
{
color: #D0A83A;
}
</style>
background-color css
<style>
a { background-color: #D0A83A; }
a { background-color: rgb(208,168,58); }
div.DivClassName
{
background-color: #D0A83A;
}
.BgClassName
{
background-color: #D0A83A;
}
</style>
border-color css
<style>
span { border-color: #D0A83A; }
span { border-color: rgb(208,168,58); }
td.TdClassName
{
border-color: #D0A83A;
}
.TagClassName
{
border-color: #D0A83A;
}
</style>