Shades of Metallic Gold #D0AC3E
Tints of Metallic Gold #D0AC3E
RGB
CMYK
RGB Variations
Color information
#D0AC3E (or 0xD0AC3E) is known color: Metallic Gold. HEX triplet: D0, AC and 3E. RGB value is (208,172,62). Sum of RGB (Red+Green+Blue) = 208+172+62=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC3E is #2F53C1. Grayscale: #AAAAAA. Windows color (decimal): -3101634 or 4107472. OLE color: 4107472.
HSL color Cylindrical-coordinate representation of color #D0AC3E: hue angle of 45.21º 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 #D0AC3E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 62 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.18 |
| HSL | 45.21º | 0.61% | 0.53% | - |
| HSV(B) | 45.21º | 0.7% | 0.82% | - |
| XYZ | 41.63 | 43.26 | 10.71 | - |
| YUV | 170.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 62 | 0 | 0.17 | 0.70 | 0.18 | 45.21 | 0.61 | 0.53 |
| Hex | D0 | AC | 3E | 0 | 11 | 46 | 12 | 2D | 3D | 35 |
| Octal | 320 | 254 | 76 | 0 | 21 | 106 | 22 | 55 | 75 | 65 |
| Binary | 11010000 | 10101100 | 111110 | 0 | 10001 | 1000110 | 10010 | 101101 | 111101 | 110101 |
Color Harmonies of #D0AC3E
Complementary color
Monochromatic Colors of #D0AC3E
Black with #D0AC3E
Text Example
Text Example
White with #D0AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC3E; }
p { color: rgb(208,172,62); }
H1.HeaderClassName
{
color: #D0AC3E;
}
.AnyTagClassName
{
color: #D0AC3E;
}
</style>
background-color css
<style>
a { background-color: #D0AC3E; }
a { background-color: rgb(208,172,62); }
div.DivClassName
{
background-color: #D0AC3E;
}
.BgClassName
{
background-color: #D0AC3E;
}
</style>
border-color css
<style>
span { border-color: #D0AC3E; }
span { border-color: rgb(208,172,62); }
td.TdClassName
{
border-color: #D0AC3E;
}
.TagClassName
{
border-color: #D0AC3E;
}
</style>