Shades of Metallic Gold #D1AC33
Tints of Metallic Gold #D1AC33
RGB
CMYK
RGB Variations
Color information
#D1AC33 (or 0xD1AC33) is known color: Metallic Gold. HEX triplet: D1, AC and 33. RGB value is (209,172,51). Sum of RGB (Red+Green+Blue) = 209+172+51=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC33 is #2E53CC. Grayscale: #A9A9A9. Windows color (decimal): -3036109 or 3386577. OLE color: 3386577.
HSL color Cylindrical-coordinate representation of color #D1AC33: hue angle of 45.95º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1AC33 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 51 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.18 |
| HSL | 45.95º | 0.63% | 0.51% | - |
| HSV(B) | 45.95º | 0.76% | 0.82% | - |
| XYZ | 41.64 | 43.3 | 9.29 | - |
| YUV | 169.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 51 | 0 | 0.18 | 0.76 | 0.18 | 45.95 | 0.63 | 0.51 |
| Hex | D1 | AC | 33 | 0 | 12 | 4C | 12 | 2E | 3F | 33 |
| Octal | 321 | 254 | 63 | 0 | 22 | 114 | 22 | 56 | 77 | 63 |
| Binary | 11010001 | 10101100 | 110011 | 0 | 10010 | 1001100 | 10010 | 101110 | 111111 | 110011 |
Color Harmonies of #D1AC33
Complementary color
Monochromatic Colors of #D1AC33
Black with #D1AC33
Text Example
Text Example
White with #D1AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC33; }
p { color: rgb(209,172,51); }
H1.HeaderClassName
{
color: #D1AC33;
}
.AnyTagClassName
{
color: #D1AC33;
}
</style>
background-color css
<style>
a { background-color: #D1AC33; }
a { background-color: rgb(209,172,51); }
div.DivClassName
{
background-color: #D1AC33;
}
.BgClassName
{
background-color: #D1AC33;
}
</style>
border-color css
<style>
span { border-color: #D1AC33; }
span { border-color: rgb(209,172,51); }
td.TdClassName
{
border-color: #D1AC33;
}
.TagClassName
{
border-color: #D1AC33;
}
</style>