Shades of Metallic Gold #D1A03F
Tints of Metallic Gold #D1A03F
RGB
CMYK
RGB Variations
Color information
#D1A03F (or 0xD1A03F) is known color: Metallic Gold. HEX triplet: D1, A0 and 3F. RGB value is (209,160,63). Sum of RGB (Red+Green+Blue) = 209+160+63=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A03F is #2E5FC0. Grayscale: #A4A4A4. Windows color (decimal): -3039169 or 4169937. OLE color: 4169937.
HSL color Cylindrical-coordinate representation of color #D1A03F: hue angle of 39.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1A03F is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 63 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.18 |
| HSL | 39.86º | 0.61% | 0.53% | - |
| HSV(B) | 39.86º | 0.7% | 0.82% | - |
| XYZ | 39.76 | 39.06 | 10.15 | - |
| YUV | 163.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 63 | 0 | 0.23 | 0.70 | 0.18 | 39.86 | 0.61 | 0.53 |
| Hex | D1 | A0 | 3F | 0 | 17 | 46 | 12 | 28 | 3D | 35 |
| Octal | 321 | 240 | 77 | 0 | 27 | 106 | 22 | 50 | 75 | 65 |
| Binary | 11010001 | 10100000 | 111111 | 0 | 10111 | 1000110 | 10010 | 101000 | 111101 | 110101 |
Color Harmonies of #D1A03F
Complementary color
Monochromatic Colors of #D1A03F
Black with #D1A03F
Text Example
Text Example
White with #D1A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A03F; }
p { color: rgb(209,160,63); }
H1.HeaderClassName
{
color: #D1A03F;
}
.AnyTagClassName
{
color: #D1A03F;
}
</style>
background-color css
<style>
a { background-color: #D1A03F; }
a { background-color: rgb(209,160,63); }
div.DivClassName
{
background-color: #D1A03F;
}
.BgClassName
{
background-color: #D1A03F;
}
</style>
border-color css
<style>
span { border-color: #D1A03F; }
span { border-color: rgb(209,160,63); }
td.TdClassName
{
border-color: #D1A03F;
}
.TagClassName
{
border-color: #D1A03F;
}
</style>