Shades of Metallic Gold #D1AB31
Tints of Metallic Gold #D1AB31
RGB
CMYK
RGB Variations
Color information
#D1AB31 (or 0xD1AB31) is known color: Metallic Gold. HEX triplet: D1, AB and 31. RGB value is (209,171,49). Sum of RGB (Red+Green+Blue) = 209+171+49=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB31 is #2E54CE. Grayscale: #A8A8A8. Windows color (decimal): -3036367 or 3255249. OLE color: 3255249.
HSL color Cylindrical-coordinate representation of color #D1AB31: hue angle of 45.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1AB31 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 49 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.18 |
| HSL | 45.75º | 0.63% | 0.51% | - |
| HSV(B) | 45.75º | 0.77% | 0.82% | - |
| XYZ | 41.41 | 42.9 | 9 | - |
| YUV | 168.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 49 | 0 | 0.18 | 0.77 | 0.18 | 45.75 | 0.63 | 0.51 |
| Hex | D1 | AB | 31 | 0 | 12 | 4D | 12 | 2E | 3F | 33 |
| Octal | 321 | 253 | 61 | 0 | 22 | 115 | 22 | 56 | 77 | 63 |
| Binary | 11010001 | 10101011 | 110001 | 0 | 10010 | 1001101 | 10010 | 101110 | 111111 | 110011 |
Color Harmonies of #D1AB31
Complementary color
Monochromatic Colors of #D1AB31
Black with #D1AB31
Text Example
Text Example
White with #D1AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB31; }
p { color: rgb(209,171,49); }
H1.HeaderClassName
{
color: #D1AB31;
}
.AnyTagClassName
{
color: #D1AB31;
}
</style>
background-color css
<style>
a { background-color: #D1AB31; }
a { background-color: rgb(209,171,49); }
div.DivClassName
{
background-color: #D1AB31;
}
.BgClassName
{
background-color: #D1AB31;
}
</style>
border-color css
<style>
span { border-color: #D1AB31; }
span { border-color: rgb(209,171,49); }
td.TdClassName
{
border-color: #D1AB31;
}
.TagClassName
{
border-color: #D1AB31;
}
</style>