Shades of Old Gold #D1B931
Tints of Old Gold #D1B931
RGB
CMYK
RGB Variations
Color information
#D1B931 (or 0xD1B931) is known color: Old Gold. HEX triplet: D1, B9 and 31. RGB value is (209,185,49). Sum of RGB (Red+Green+Blue) = 209+185+49=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B931 is #2E46CE. Grayscale: #B1B1B1. Windows color (decimal): -3032783 or 3258833. OLE color: 3258833.
HSL color Cylindrical-coordinate representation of color #D1B931: hue angle of 51º 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 #D1B931 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 49 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.18 |
| HSL | 51º | 0.63% | 0.51% | - |
| HSV(B) | 51º | 0.77% | 0.82% | - |
| XYZ | 44.2 | 48.47 | 9.93 | - |
| YUV | 176.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 49 | 0 | 0.11 | 0.77 | 0.18 | 51 | 0.63 | 0.51 |
| Hex | D1 | B9 | 31 | 0 | B | 4D | 12 | 33 | 3F | 33 |
| Octal | 321 | 271 | 61 | 0 | 13 | 115 | 22 | 63 | 77 | 63 |
| Binary | 11010001 | 10111001 | 110001 | 0 | 1011 | 1001101 | 10010 | 110011 | 111111 | 110011 |
Color Harmonies of #D1B931
Complementary color
Monochromatic Colors of #D1B931
Black with #D1B931
Text Example
Text Example
White with #D1B931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B931; }
p { color: rgb(209,185,49); }
H1.HeaderClassName
{
color: #D1B931;
}
.AnyTagClassName
{
color: #D1B931;
}
</style>
background-color css
<style>
a { background-color: #D1B931; }
a { background-color: rgb(209,185,49); }
div.DivClassName
{
background-color: #D1B931;
}
.BgClassName
{
background-color: #D1B931;
}
</style>
border-color css
<style>
span { border-color: #D1B931; }
span { border-color: rgb(209,185,49); }
td.TdClassName
{
border-color: #D1B931;
}
.TagClassName
{
border-color: #D1B931;
}
</style>