Shades of Metallic Gold #D0A73E
Tints of Metallic Gold #D0A73E
RGB
CMYK
RGB Variations
Color information
#D0A73E (or 0xD0A73E) is known color: Metallic Gold. HEX triplet: D0, A7 and 3E. RGB value is (208,167,62). Sum of RGB (Red+Green+Blue) = 208+167+62=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A73E is #2F58C1. Grayscale: #A7A7A7. Windows color (decimal): -3102914 or 4106192. OLE color: 4106192.
HSL color Cylindrical-coordinate representation of color #D0A73E: hue angle of 43.15º 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 #D0A73E is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 62 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.18 |
| HSL | 43.15º | 0.61% | 0.53% | - |
| HSV(B) | 43.15º | 0.7% | 0.82% | - |
| XYZ | 40.7 | 41.4 | 10.4 | - |
| YUV | 167.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 62 | 0 | 0.20 | 0.70 | 0.18 | 43.15 | 0.61 | 0.53 |
| Hex | D0 | A7 | 3E | 0 | 14 | 46 | 12 | 2B | 3D | 35 |
| Octal | 320 | 247 | 76 | 0 | 24 | 106 | 22 | 53 | 75 | 65 |
| Binary | 11010000 | 10100111 | 111110 | 0 | 10100 | 1000110 | 10010 | 101011 | 111101 | 110101 |
Color Harmonies of #D0A73E
Complementary color
Monochromatic Colors of #D0A73E
Black with #D0A73E
Text Example
Text Example
White with #D0A73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A73E; }
p { color: rgb(208,167,62); }
H1.HeaderClassName
{
color: #D0A73E;
}
.AnyTagClassName
{
color: #D0A73E;
}
</style>
background-color css
<style>
a { background-color: #D0A73E; }
a { background-color: rgb(208,167,62); }
div.DivClassName
{
background-color: #D0A73E;
}
.BgClassName
{
background-color: #D0A73E;
}
</style>
border-color css
<style>
span { border-color: #D0A73E; }
span { border-color: rgb(208,167,62); }
td.TdClassName
{
border-color: #D0A73E;
}
.TagClassName
{
border-color: #D0A73E;
}
</style>