Shades of Metallic Gold #D0AC37
Tints of Metallic Gold #D0AC37
RGB
CMYK
RGB Variations
Color information
#D0AC37 (or 0xD0AC37) is known color: Metallic Gold. HEX triplet: D0, AC and 37. RGB value is (208,172,55). Sum of RGB (Red+Green+Blue) = 208+172+55=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC37 is #2F53C8. Grayscale: #A9A9A9. Windows color (decimal): -3101641 or 3648720. OLE color: 3648720.
HSL color Cylindrical-coordinate representation of color #D0AC37: hue angle of 45.88º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0AC37 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 55 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.18 |
| HSL | 45.88º | 0.62% | 0.52% | - |
| HSV(B) | 45.88º | 0.74% | 0.82% | - |
| XYZ | 41.45 | 43.19 | 9.77 | - |
| YUV | 169.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 55 | 0 | 0.17 | 0.74 | 0.18 | 45.88 | 0.62 | 0.52 |
| Hex | D0 | AC | 37 | 0 | 11 | 4A | 12 | 2E | 3E | 34 |
| Octal | 320 | 254 | 67 | 0 | 21 | 112 | 22 | 56 | 76 | 64 |
| Binary | 11010000 | 10101100 | 110111 | 0 | 10001 | 1001010 | 10010 | 101110 | 111110 | 110100 |
Color Harmonies of #D0AC37
Complementary color
Monochromatic Colors of #D0AC37
Black with #D0AC37
Text Example
Text Example
White with #D0AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC37; }
p { color: rgb(208,172,55); }
H1.HeaderClassName
{
color: #D0AC37;
}
.AnyTagClassName
{
color: #D0AC37;
}
</style>
background-color css
<style>
a { background-color: #D0AC37; }
a { background-color: rgb(208,172,55); }
div.DivClassName
{
background-color: #D0AC37;
}
.BgClassName
{
background-color: #D0AC37;
}
</style>
border-color css
<style>
span { border-color: #D0AC37; }
span { border-color: rgb(208,172,55); }
td.TdClassName
{
border-color: #D0AC37;
}
.TagClassName
{
border-color: #D0AC37;
}
</style>