Shades of Old Gold #D1B531
Tints of Old Gold #D1B531
RGB
CMYK
RGB Variations
Color information
#D1B531 (or 0xD1B531) is known color: Old Gold. HEX triplet: D1, B5 and 31. RGB value is (209,181,49). Sum of RGB (Red+Green+Blue) = 209+181+49=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B531 is #2E4ACE. Grayscale: #AEAEAE. Windows color (decimal): -3033807 or 3257809. OLE color: 3257809.
HSL color Cylindrical-coordinate representation of color #D1B531: hue angle of 49.5º 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 #D1B531 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 49 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.18 |
| HSL | 49.5º | 0.63% | 0.51% | - |
| HSV(B) | 49.5º | 0.77% | 0.82% | - |
| XYZ | 43.37 | 46.82 | 9.66 | - |
| YUV | 174.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 49 | 0 | 0.13 | 0.77 | 0.18 | 49.5 | 0.63 | 0.51 |
| Hex | D1 | B5 | 31 | 0 | D | 4D | 12 | 32 | 3F | 33 |
| Octal | 321 | 265 | 61 | 0 | 15 | 115 | 22 | 62 | 77 | 63 |
| Binary | 11010001 | 10110101 | 110001 | 0 | 1101 | 1001101 | 10010 | 110010 | 111111 | 110011 |
Color Harmonies of #D1B531
Complementary color
Monochromatic Colors of #D1B531
Black with #D1B531
Text Example
Text Example
White with #D1B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B531; }
p { color: rgb(209,181,49); }
H1.HeaderClassName
{
color: #D1B531;
}
.AnyTagClassName
{
color: #D1B531;
}
</style>
background-color css
<style>
a { background-color: #D1B531; }
a { background-color: rgb(209,181,49); }
div.DivClassName
{
background-color: #D1B531;
}
.BgClassName
{
background-color: #D1B531;
}
</style>
border-color css
<style>
span { border-color: #D1B531; }
span { border-color: rgb(209,181,49); }
td.TdClassName
{
border-color: #D1B531;
}
.TagClassName
{
border-color: #D1B531;
}
</style>