Shades of Metallic Gold #D0A73B
Tints of Metallic Gold #D0A73B
RGB
CMYK
RGB Variations
Color information
#D0A73B (or 0xD0A73B) is known color: Metallic Gold. HEX triplet: D0, A7 and 3B. RGB value is (208,167,59). Sum of RGB (Red+Green+Blue) = 208+167+59=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A73B is #2F58C4. Grayscale: #A7A7A7. Windows color (decimal): -3102917 or 3909584. OLE color: 3909584.
HSL color Cylindrical-coordinate representation of color #D0A73B: hue angle of 43.49º 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 #D0A73B is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 59 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.18 |
| HSL | 43.49º | 0.61% | 0.52% | - |
| HSV(B) | 43.49º | 0.72% | 0.82% | - |
| XYZ | 40.62 | 41.36 | 9.98 | - |
| YUV | 166.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 59 | 0 | 0.20 | 0.72 | 0.18 | 43.49 | 0.61 | 0.52 |
| Hex | D0 | A7 | 3B | 0 | 14 | 48 | 12 | 2B | 3D | 34 |
| Octal | 320 | 247 | 73 | 0 | 24 | 110 | 22 | 53 | 75 | 64 |
| Binary | 11010000 | 10100111 | 111011 | 0 | 10100 | 1001000 | 10010 | 101011 | 111101 | 110100 |
Color Harmonies of #D0A73B
Complementary color
Monochromatic Colors of #D0A73B
Black with #D0A73B
Text Example
Text Example
White with #D0A73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A73B; }
p { color: rgb(208,167,59); }
H1.HeaderClassName
{
color: #D0A73B;
}
.AnyTagClassName
{
color: #D0A73B;
}
</style>
background-color css
<style>
a { background-color: #D0A73B; }
a { background-color: rgb(208,167,59); }
div.DivClassName
{
background-color: #D0A73B;
}
.BgClassName
{
background-color: #D0A73B;
}
</style>
border-color css
<style>
span { border-color: #D0A73B; }
span { border-color: rgb(208,167,59); }
td.TdClassName
{
border-color: #D0A73B;
}
.TagClassName
{
border-color: #D0A73B;
}
</style>