Shades of Metallic Gold #D0A731
Tints of Metallic Gold #D0A731
RGB
CMYK
RGB Variations
Color information
#D0A731 (or 0xD0A731) is known color: Metallic Gold. HEX triplet: D0, A7 and 31. RGB value is (208,167,49). Sum of RGB (Red+Green+Blue) = 208+167+49=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A731 is #2F58CE. Grayscale: #A6A6A6. Windows color (decimal): -3102927 or 3254224. OLE color: 3254224.
HSL color Cylindrical-coordinate representation of color #D0A731: hue angle of 44.53º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0A731 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 49 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.18 |
| HSL | 44.53º | 0.63% | 0.5% | - |
| HSV(B) | 44.53º | 0.76% | 0.82% | - |
| XYZ | 40.39 | 41.27 | 8.74 | - |
| YUV | 165.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 49 | 0 | 0.20 | 0.76 | 0.18 | 44.53 | 0.63 | 0.5 |
| Hex | D0 | A7 | 31 | 0 | 14 | 4C | 12 | 2D | 3F | 32 |
| Octal | 320 | 247 | 61 | 0 | 24 | 114 | 22 | 55 | 77 | 62 |
| Binary | 11010000 | 10100111 | 110001 | 0 | 10100 | 1001100 | 10010 | 101101 | 111111 | 110010 |
Color Harmonies of #D0A731
Complementary color
Monochromatic Colors of #D0A731
Black with #D0A731
Text Example
Text Example
White with #D0A731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A731; }
p { color: rgb(208,167,49); }
H1.HeaderClassName
{
color: #D0A731;
}
.AnyTagClassName
{
color: #D0A731;
}
</style>
background-color css
<style>
a { background-color: #D0A731; }
a { background-color: rgb(208,167,49); }
div.DivClassName
{
background-color: #D0A731;
}
.BgClassName
{
background-color: #D0A731;
}
</style>
border-color css
<style>
span { border-color: #D0A731; }
span { border-color: rgb(208,167,49); }
td.TdClassName
{
border-color: #D0A731;
}
.TagClassName
{
border-color: #D0A731;
}
</style>