Shades of Metallic Gold #D1AC2D
Tints of Metallic Gold #D1AC2D
RGB
CMYK
RGB Variations
Color information
#D1AC2D (or 0xD1AC2D) is known color: Metallic Gold. HEX triplet: D1, AC and 2D. RGB value is (209,172,45). Sum of RGB (Red+Green+Blue) = 209+172+45=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC2D is #2E53D2. Grayscale: #A9A9A9. Windows color (decimal): -3036115 or 2993361. OLE color: 2993361.
HSL color Cylindrical-coordinate representation of color #D1AC2D: hue angle of 46.46º degrees, saturation: 0.65, 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 #D1AC2D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.18 |
| HSL | 46.46º | 0.65% | 0.5% | - |
| HSV(B) | 46.46º | 0.78% | 0.82% | - |
| XYZ | 41.52 | 43.25 | 8.64 | - |
| YUV | 168.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 45 | 0 | 0.18 | 0.78 | 0.18 | 46.46 | 0.65 | 0.5 |
| Hex | D1 | AC | 2D | 0 | 12 | 4E | 12 | 2E | 41 | 32 |
| Octal | 321 | 254 | 55 | 0 | 22 | 116 | 22 | 56 | 101 | 62 |
| Binary | 11010001 | 10101100 | 101101 | 0 | 10010 | 1001110 | 10010 | 101110 | 1000001 | 110010 |
Color Harmonies of #D1AC2D
Complementary color
Monochromatic Colors of #D1AC2D
Black with #D1AC2D
Text Example
Text Example
White with #D1AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC2D; }
p { color: rgb(209,172,45); }
H1.HeaderClassName
{
color: #D1AC2D;
}
.AnyTagClassName
{
color: #D1AC2D;
}
</style>
background-color css
<style>
a { background-color: #D1AC2D; }
a { background-color: rgb(209,172,45); }
div.DivClassName
{
background-color: #D1AC2D;
}
.BgClassName
{
background-color: #D1AC2D;
}
</style>
border-color css
<style>
span { border-color: #D1AC2D; }
span { border-color: rgb(209,172,45); }
td.TdClassName
{
border-color: #D1AC2D;
}
.TagClassName
{
border-color: #D1AC2D;
}
</style>