Shades of Metallic Gold #D0A83F
Tints of Metallic Gold #D0A83F
RGB
CMYK
RGB Variations
Color information
#D0A83F (or 0xD0A83F) is known color: Metallic Gold. HEX triplet: D0, A8 and 3F. RGB value is (208,168,63). Sum of RGB (Red+Green+Blue) = 208+168+63=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A83F is #2F57C0. Grayscale: #A8A8A8. Windows color (decimal): -3102657 or 4171984. OLE color: 4171984.
HSL color Cylindrical-coordinate representation of color #D0A83F: hue angle of 43.45º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0A83F is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 63 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.18 |
| HSL | 43.45º | 0.61% | 0.53% | - |
| HSV(B) | 43.45º | 0.7% | 0.82% | - |
| XYZ | 40.91 | 41.77 | 10.61 | - |
| YUV | 167.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 63 | 0 | 0.19 | 0.70 | 0.18 | 43.45 | 0.61 | 0.53 |
| Hex | D0 | A8 | 3F | 0 | 13 | 46 | 12 | 2B | 3D | 35 |
| Octal | 320 | 250 | 77 | 0 | 23 | 106 | 22 | 53 | 75 | 65 |
| Binary | 11010000 | 10101000 | 111111 | 0 | 10011 | 1000110 | 10010 | 101011 | 111101 | 110101 |
Color Harmonies of #D0A83F
Complementary color
Monochromatic Colors of #D0A83F
Black with #D0A83F
Text Example
Text Example
White with #D0A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A83F; }
p { color: rgb(208,168,63); }
H1.HeaderClassName
{
color: #D0A83F;
}
.AnyTagClassName
{
color: #D0A83F;
}
</style>
background-color css
<style>
a { background-color: #D0A83F; }
a { background-color: rgb(208,168,63); }
div.DivClassName
{
background-color: #D0A83F;
}
.BgClassName
{
background-color: #D0A83F;
}
</style>
border-color css
<style>
span { border-color: #D0A83F; }
span { border-color: rgb(208,168,63); }
td.TdClassName
{
border-color: #D0A83F;
}
.TagClassName
{
border-color: #D0A83F;
}
</style>