Shades of Metallic Gold #D1AD40
Tints of Metallic Gold #D1AD40
RGB
CMYK
RGB Variations
Color information
#D1AD40 (or 0xD1AD40) is known color: Metallic Gold. HEX triplet: D1, AD and 40. RGB value is (209,173,64). Sum of RGB (Red+Green+Blue) = 209+173+64=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD40 is #2E52BF. Grayscale: #ABABAB. Windows color (decimal): -3035840 or 4238801. OLE color: 4238801.
HSL color Cylindrical-coordinate representation of color #D1AD40: hue angle of 45.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1AD40 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 64 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.18 |
| HSL | 45.1º | 0.61% | 0.54% | - |
| HSV(B) | 45.1º | 0.69% | 0.82% | - |
| XYZ | 42.16 | 43.81 | 11.08 | - |
| YUV | 171.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 64 | 0 | 0.17 | 0.69 | 0.18 | 45.1 | 0.61 | 0.54 |
| Hex | D1 | AD | 40 | 0 | 11 | 45 | 12 | 2D | 3D | 36 |
| Octal | 321 | 255 | 100 | 0 | 21 | 105 | 22 | 55 | 75 | 66 |
| Binary | 11010001 | 10101101 | 1000000 | 0 | 10001 | 1000101 | 10010 | 101101 | 111101 | 110110 |
Color Harmonies of #D1AD40
Complementary color
Monochromatic Colors of #D1AD40
Black with #D1AD40
Text Example
Text Example
White with #D1AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD40; }
p { color: rgb(209,173,64); }
H1.HeaderClassName
{
color: #D1AD40;
}
.AnyTagClassName
{
color: #D1AD40;
}
</style>
background-color css
<style>
a { background-color: #D1AD40; }
a { background-color: rgb(209,173,64); }
div.DivClassName
{
background-color: #D1AD40;
}
.BgClassName
{
background-color: #D1AD40;
}
</style>
border-color css
<style>
span { border-color: #D1AD40; }
span { border-color: rgb(209,173,64); }
td.TdClassName
{
border-color: #D1AD40;
}
.TagClassName
{
border-color: #D1AD40;
}
</style>