Shades of Metallic Gold #D1AC2E
Tints of Metallic Gold #D1AC2E
RGB
CMYK
RGB Variations
Color information
#D1AC2E (or 0xD1AC2E) is known color: Metallic Gold. HEX triplet: D1, AC and 2E. RGB value is (209,172,46). Sum of RGB (Red+Green+Blue) = 209+172+46=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC2E is #2E53D1. Grayscale: #A9A9A9. Windows color (decimal): -3036114 or 3058897. OLE color: 3058897.
HSL color Cylindrical-coordinate representation of color #D1AC2E: hue angle of 46.38º 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 #D1AC2E is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 46 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.18 |
| HSL | 46.38º | 0.64% | 0.5% | - |
| HSV(B) | 46.38º | 0.78% | 0.82% | - |
| XYZ | 41.54 | 43.26 | 8.74 | - |
| YUV | 168.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 46 | 0 | 0.18 | 0.78 | 0.18 | 46.38 | 0.64 | 0.5 |
| Hex | D1 | AC | 2E | 0 | 12 | 4E | 12 | 2E | 40 | 32 |
| Octal | 321 | 254 | 56 | 0 | 22 | 116 | 22 | 56 | 100 | 62 |
| Binary | 11010001 | 10101100 | 101110 | 0 | 10010 | 1001110 | 10010 | 101110 | 1000000 | 110010 |
Color Harmonies of #D1AC2E
Complementary color
Monochromatic Colors of #D1AC2E
Black with #D1AC2E
Text Example
Text Example
White with #D1AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC2E; }
p { color: rgb(209,172,46); }
H1.HeaderClassName
{
color: #D1AC2E;
}
.AnyTagClassName
{
color: #D1AC2E;
}
</style>
background-color css
<style>
a { background-color: #D1AC2E; }
a { background-color: rgb(209,172,46); }
div.DivClassName
{
background-color: #D1AC2E;
}
.BgClassName
{
background-color: #D1AC2E;
}
</style>
border-color css
<style>
span { border-color: #D1AC2E; }
span { border-color: rgb(209,172,46); }
td.TdClassName
{
border-color: #D1AC2E;
}
.TagClassName
{
border-color: #D1AC2E;
}
</style>