Shades of Old Gold #D1B731
Tints of Old Gold #D1B731
RGB
CMYK
RGB Variations
Color information
#D1B731 (or 0xD1B731) is known color: Old Gold. HEX triplet: D1, B7 and 31. RGB value is (209,183,49). Sum of RGB (Red+Green+Blue) = 209+183+49=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B731 is #2E48CE. Grayscale: #B0B0B0. Windows color (decimal): -3033295 or 3258321. OLE color: 3258321.
HSL color Cylindrical-coordinate representation of color #D1B731: hue angle of 50.25º 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 #D1B731 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 49 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.18 |
| HSL | 50.25º | 0.63% | 0.51% | - |
| HSV(B) | 50.25º | 0.77% | 0.82% | - |
| XYZ | 43.78 | 47.64 | 9.79 | - |
| YUV | 175.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 49 | 0 | 0.12 | 0.77 | 0.18 | 50.25 | 0.63 | 0.51 |
| Hex | D1 | B7 | 31 | 0 | C | 4D | 12 | 32 | 3F | 33 |
| Octal | 321 | 267 | 61 | 0 | 14 | 115 | 22 | 62 | 77 | 63 |
| Binary | 11010001 | 10110111 | 110001 | 0 | 1100 | 1001101 | 10010 | 110010 | 111111 | 110011 |
Color Harmonies of #D1B731
Complementary color
Monochromatic Colors of #D1B731
Black with #D1B731
Text Example
Text Example
White with #D1B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B731; }
p { color: rgb(209,183,49); }
H1.HeaderClassName
{
color: #D1B731;
}
.AnyTagClassName
{
color: #D1B731;
}
</style>
background-color css
<style>
a { background-color: #D1B731; }
a { background-color: rgb(209,183,49); }
div.DivClassName
{
background-color: #D1B731;
}
.BgClassName
{
background-color: #D1B731;
}
</style>
border-color css
<style>
span { border-color: #D1B731; }
span { border-color: rgb(209,183,49); }
td.TdClassName
{
border-color: #D1B731;
}
.TagClassName
{
border-color: #D1B731;
}
</style>