Shades of Metallic Gold #D0AC42
Tints of Metallic Gold #D0AC42
RGB
CMYK
RGB Variations
Color information
#D0AC42 (or 0xD0AC42) is known color: Metallic Gold. HEX triplet: D0, AC and 42. RGB value is (208,172,66). Sum of RGB (Red+Green+Blue) = 208+172+66=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC42 is #2F53BD. Grayscale: #ABABAB. Windows color (decimal): -3101630 or 4369616. OLE color: 4369616.
HSL color Cylindrical-coordinate representation of color #D0AC42: hue angle of 44.79º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0AC42 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 66 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.18 |
| HSL | 44.79º | 0.6% | 0.54% | - |
| HSV(B) | 44.79º | 0.68% | 0.82% | - |
| XYZ | 41.75 | 43.31 | 11.31 | - |
| YUV | 170.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 66 | 0 | 0.17 | 0.68 | 0.18 | 44.79 | 0.6 | 0.54 |
| Hex | D0 | AC | 42 | 0 | 11 | 44 | 12 | 2D | 3C | 36 |
| Octal | 320 | 254 | 102 | 0 | 21 | 104 | 22 | 55 | 74 | 66 |
| Binary | 11010000 | 10101100 | 1000010 | 0 | 10001 | 1000100 | 10010 | 101101 | 111100 | 110110 |
Color Harmonies of #D0AC42
Complementary color
Monochromatic Colors of #D0AC42
Black with #D0AC42
Text Example
Text Example
White with #D0AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC42; }
p { color: rgb(208,172,66); }
H1.HeaderClassName
{
color: #D0AC42;
}
.AnyTagClassName
{
color: #D0AC42;
}
</style>
background-color css
<style>
a { background-color: #D0AC42; }
a { background-color: rgb(208,172,66); }
div.DivClassName
{
background-color: #D0AC42;
}
.BgClassName
{
background-color: #D0AC42;
}
</style>
border-color css
<style>
span { border-color: #D0AC42; }
span { border-color: rgb(208,172,66); }
td.TdClassName
{
border-color: #D0AC42;
}
.TagClassName
{
border-color: #D0AC42;
}
</style>