Shades of Metallic Gold #D0A73F
Tints of Metallic Gold #D0A73F
RGB
CMYK
RGB Variations
Color information
#D0A73F (or 0xD0A73F) is known color: Metallic Gold. HEX triplet: D0, A7 and 3F. RGB value is (208,167,63). Sum of RGB (Red+Green+Blue) = 208+167+63=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A73F is #2F58C0. Grayscale: #A7A7A7. Windows color (decimal): -3102913 or 4171728. OLE color: 4171728.
HSL color Cylindrical-coordinate representation of color #D0A73F: hue angle of 43.03º 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 #D0A73F is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 63 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.18 |
| HSL | 43.03º | 0.61% | 0.53% | - |
| HSV(B) | 43.03º | 0.7% | 0.82% | - |
| XYZ | 40.73 | 41.41 | 10.55 | - |
| YUV | 167.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 63 | 0 | 0.20 | 0.70 | 0.18 | 43.03 | 0.61 | 0.53 |
| Hex | D0 | A7 | 3F | 0 | 14 | 46 | 12 | 2B | 3D | 35 |
| Octal | 320 | 247 | 77 | 0 | 24 | 106 | 22 | 53 | 75 | 65 |
| Binary | 11010000 | 10100111 | 111111 | 0 | 10100 | 1000110 | 10010 | 101011 | 111101 | 110101 |
Color Harmonies of #D0A73F
Complementary color
Monochromatic Colors of #D0A73F
Black with #D0A73F
Text Example
Text Example
White with #D0A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A73F; }
p { color: rgb(208,167,63); }
H1.HeaderClassName
{
color: #D0A73F;
}
.AnyTagClassName
{
color: #D0A73F;
}
</style>
background-color css
<style>
a { background-color: #D0A73F; }
a { background-color: rgb(208,167,63); }
div.DivClassName
{
background-color: #D0A73F;
}
.BgClassName
{
background-color: #D0A73F;
}
</style>
border-color css
<style>
span { border-color: #D0A73F; }
span { border-color: rgb(208,167,63); }
td.TdClassName
{
border-color: #D0A73F;
}
.TagClassName
{
border-color: #D0A73F;
}
</style>