Shades of Metallic Gold #D1AC43
Tints of Metallic Gold #D1AC43
RGB
CMYK
RGB Variations
Color information
#D1AC43 (or 0xD1AC43) is known color: Metallic Gold. HEX triplet: D1, AC and 43. RGB value is (209,172,67). Sum of RGB (Red+Green+Blue) = 209+172+67=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC43 is #2E53BC. Grayscale: #ABABAB. Windows color (decimal): -3036093 or 4435153. OLE color: 4435153.
HSL color Cylindrical-coordinate representation of color #D1AC43: hue angle of 44.37º 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 #D1AC43 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 67 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.18 |
| HSL | 44.37º | 0.61% | 0.54% | - |
| HSV(B) | 44.37º | 0.68% | 0.82% | - |
| XYZ | 42.06 | 43.47 | 11.48 | - |
| YUV | 171.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 67 | 0 | 0.18 | 0.68 | 0.18 | 44.37 | 0.61 | 0.54 |
| Hex | D1 | AC | 43 | 0 | 12 | 44 | 12 | 2C | 3D | 36 |
| Octal | 321 | 254 | 103 | 0 | 22 | 104 | 22 | 54 | 75 | 66 |
| Binary | 11010001 | 10101100 | 1000011 | 0 | 10010 | 1000100 | 10010 | 101100 | 111101 | 110110 |
Color Harmonies of #D1AC43
Complementary color
Monochromatic Colors of #D1AC43
Black with #D1AC43
Text Example
Text Example
White with #D1AC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC43; }
p { color: rgb(209,172,67); }
H1.HeaderClassName
{
color: #D1AC43;
}
.AnyTagClassName
{
color: #D1AC43;
}
</style>
background-color css
<style>
a { background-color: #D1AC43; }
a { background-color: rgb(209,172,67); }
div.DivClassName
{
background-color: #D1AC43;
}
.BgClassName
{
background-color: #D1AC43;
}
</style>
border-color css
<style>
span { border-color: #D1AC43; }
span { border-color: rgb(209,172,67); }
td.TdClassName
{
border-color: #D1AC43;
}
.TagClassName
{
border-color: #D1AC43;
}
</style>