Shades of Metallic Gold #D0AC2E
Tints of Metallic Gold #D0AC2E
RGB
CMYK
RGB Variations
Color information
#D0AC2E (or 0xD0AC2E) is known color: Metallic Gold. HEX triplet: D0, AC and 2E. RGB value is (208,172,46). Sum of RGB (Red+Green+Blue) = 208+172+46=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC2E is #2F53D1. Grayscale: #A8A8A8. Windows color (decimal): -3101650 or 3058896. OLE color: 3058896.
HSL color Cylindrical-coordinate representation of color #D0AC2E: hue angle of 46.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0AC2E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 46 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.18 |
| HSL | 46.67º | 0.64% | 0.5% | - |
| HSV(B) | 46.67º | 0.78% | 0.82% | - |
| XYZ | 41.26 | 43.11 | 8.73 | - |
| YUV | 168.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 46 | 0 | 0.17 | 0.78 | 0.18 | 46.67 | 0.64 | 0.5 |
| Hex | D0 | AC | 2E | 0 | 11 | 4E | 12 | 2F | 40 | 32 |
| Octal | 320 | 254 | 56 | 0 | 21 | 116 | 22 | 57 | 100 | 62 |
| Binary | 11010000 | 10101100 | 101110 | 0 | 10001 | 1001110 | 10010 | 101111 | 1000000 | 110010 |
Color Harmonies of #D0AC2E
Complementary color
Monochromatic Colors of #D0AC2E
Black with #D0AC2E
Text Example
Text Example
White with #D0AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC2E; }
p { color: rgb(208,172,46); }
H1.HeaderClassName
{
color: #D0AC2E;
}
.AnyTagClassName
{
color: #D0AC2E;
}
</style>
background-color css
<style>
a { background-color: #D0AC2E; }
a { background-color: rgb(208,172,46); }
div.DivClassName
{
background-color: #D0AC2E;
}
.BgClassName
{
background-color: #D0AC2E;
}
</style>
border-color css
<style>
span { border-color: #D0AC2E; }
span { border-color: rgb(208,172,46); }
td.TdClassName
{
border-color: #D0AC2E;
}
.TagClassName
{
border-color: #D0AC2E;
}
</style>