Shades of Metallic Gold #D1A940
Tints of Metallic Gold #D1A940
RGB
CMYK
RGB Variations
Color information
#D1A940 (or 0xD1A940) is known color: Metallic Gold. HEX triplet: D1, A9 and 40. RGB value is (209,169,64). Sum of RGB (Red+Green+Blue) = 209+169+64=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A940 is #2E56BF. Grayscale: #A9A9A9. Windows color (decimal): -3036864 or 4237777. OLE color: 4237777.
HSL color Cylindrical-coordinate representation of color #D1A940: hue angle of 43.45º 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 #D1A940 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 64 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.18 |
| HSL | 43.45º | 0.61% | 0.54% | - |
| HSV(B) | 43.45º | 0.69% | 0.82% | - |
| XYZ | 41.41 | 42.3 | 10.83 | - |
| YUV | 168.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 64 | 0 | 0.19 | 0.69 | 0.18 | 43.45 | 0.61 | 0.54 |
| Hex | D1 | A9 | 40 | 0 | 13 | 45 | 12 | 2B | 3D | 36 |
| Octal | 321 | 251 | 100 | 0 | 23 | 105 | 22 | 53 | 75 | 66 |
| Binary | 11010001 | 10101001 | 1000000 | 0 | 10011 | 1000101 | 10010 | 101011 | 111101 | 110110 |
Color Harmonies of #D1A940
Complementary color
Monochromatic Colors of #D1A940
Black with #D1A940
Text Example
Text Example
White with #D1A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A940; }
p { color: rgb(209,169,64); }
H1.HeaderClassName
{
color: #D1A940;
}
.AnyTagClassName
{
color: #D1A940;
}
</style>
background-color css
<style>
a { background-color: #D1A940; }
a { background-color: rgb(209,169,64); }
div.DivClassName
{
background-color: #D1A940;
}
.BgClassName
{
background-color: #D1A940;
}
</style>
border-color css
<style>
span { border-color: #D1A940; }
span { border-color: rgb(209,169,64); }
td.TdClassName
{
border-color: #D1A940;
}
.TagClassName
{
border-color: #D1A940;
}
</style>