Shades of Metallic Gold #D1AC42
Tints of Metallic Gold #D1AC42
RGB
CMYK
RGB Variations
Color information
#D1AC42 (or 0xD1AC42) is known color: Metallic Gold. HEX triplet: D1, AC and 42. RGB value is (209,172,66). Sum of RGB (Red+Green+Blue) = 209+172+66=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC42 is #2E53BD. Grayscale: #ABABAB. Windows color (decimal): -3036094 or 4369617. OLE color: 4369617.
HSL color Cylindrical-coordinate representation of color #D1AC42: hue angle of 44.48º degrees, saturation: 0.61, 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 #D1AC42 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 66 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.18 |
| HSL | 44.48º | 0.61% | 0.54% | - |
| HSV(B) | 44.48º | 0.68% | 0.82% | - |
| XYZ | 42.03 | 43.45 | 11.33 | - |
| YUV | 170.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 66 | 0 | 0.18 | 0.68 | 0.18 | 44.48 | 0.61 | 0.54 |
| Hex | D1 | AC | 42 | 0 | 12 | 44 | 12 | 2C | 3D | 36 |
| Octal | 321 | 254 | 102 | 0 | 22 | 104 | 22 | 54 | 75 | 66 |
| Binary | 11010001 | 10101100 | 1000010 | 0 | 10010 | 1000100 | 10010 | 101100 | 111101 | 110110 |
Color Harmonies of #D1AC42
Complementary color
Monochromatic Colors of #D1AC42
Black with #D1AC42
Text Example
Text Example
White with #D1AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC42; }
p { color: rgb(209,172,66); }
H1.HeaderClassName
{
color: #D1AC42;
}
.AnyTagClassName
{
color: #D1AC42;
}
</style>
background-color css
<style>
a { background-color: #D1AC42; }
a { background-color: rgb(209,172,66); }
div.DivClassName
{
background-color: #D1AC42;
}
.BgClassName
{
background-color: #D1AC42;
}
</style>
border-color css
<style>
span { border-color: #D1AC42; }
span { border-color: rgb(209,172,66); }
td.TdClassName
{
border-color: #D1AC42;
}
.TagClassName
{
border-color: #D1AC42;
}
</style>