Shades of Metallic Gold #D1A040
Tints of Metallic Gold #D1A040
RGB
CMYK
RGB Variations
Color information
#D1A040 (or 0xD1A040) is known color: Metallic Gold. HEX triplet: D1, A0 and 40. RGB value is (209,160,64). Sum of RGB (Red+Green+Blue) = 209+160+64=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A040 is #2E5FBF. Grayscale: #A4A4A4. Windows color (decimal): -3039168 or 4235473. OLE color: 4235473.
HSL color Cylindrical-coordinate representation of color #D1A040: hue angle of 39.72º 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 #D1A040 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 64 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.18 |
| HSL | 39.72º | 0.61% | 0.54% | - |
| HSV(B) | 39.72º | 0.69% | 0.82% | - |
| XYZ | 39.79 | 39.07 | 10.29 | - |
| YUV | 163.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 64 | 0 | 0.23 | 0.69 | 0.18 | 39.72 | 0.61 | 0.54 |
| Hex | D1 | A0 | 40 | 0 | 17 | 45 | 12 | 28 | 3D | 36 |
| Octal | 321 | 240 | 100 | 0 | 27 | 105 | 22 | 50 | 75 | 66 |
| Binary | 11010001 | 10100000 | 1000000 | 0 | 10111 | 1000101 | 10010 | 101000 | 111101 | 110110 |
Color Harmonies of #D1A040
Complementary color
Monochromatic Colors of #D1A040
Black with #D1A040
Text Example
Text Example
White with #D1A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A040; }
p { color: rgb(209,160,64); }
H1.HeaderClassName
{
color: #D1A040;
}
.AnyTagClassName
{
color: #D1A040;
}
</style>
background-color css
<style>
a { background-color: #D1A040; }
a { background-color: rgb(209,160,64); }
div.DivClassName
{
background-color: #D1A040;
}
.BgClassName
{
background-color: #D1A040;
}
</style>
border-color css
<style>
span { border-color: #D1A040; }
span { border-color: rgb(209,160,64); }
td.TdClassName
{
border-color: #D1A040;
}
.TagClassName
{
border-color: #D1A040;
}
</style>