Shades of Old Gold #D1B937
Tints of Old Gold #D1B937
RGB
CMYK
RGB Variations
Color information
#D1B937 (or 0xD1B937) is known color: Old Gold. HEX triplet: D1, B9 and 37. RGB value is (209,185,55). Sum of RGB (Red+Green+Blue) = 209+185+55=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B937 is #2E46C8. Grayscale: #B1B1B1. Windows color (decimal): -3032777 or 3652049. OLE color: 3652049.
HSL color Cylindrical-coordinate representation of color #D1B937: hue angle of 50.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1B937 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 55 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.18 |
| HSL | 50.65º | 0.63% | 0.52% | - |
| HSV(B) | 50.65º | 0.74% | 0.82% | - |
| XYZ | 44.33 | 48.53 | 10.64 | - |
| YUV | 177.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 55 | 0 | 0.11 | 0.74 | 0.18 | 50.65 | 0.63 | 0.52 |
| Hex | D1 | B9 | 37 | 0 | B | 4A | 12 | 33 | 3F | 34 |
| Octal | 321 | 271 | 67 | 0 | 13 | 112 | 22 | 63 | 77 | 64 |
| Binary | 11010001 | 10111001 | 110111 | 0 | 1011 | 1001010 | 10010 | 110011 | 111111 | 110100 |
Color Harmonies of #D1B937
Complementary color
Monochromatic Colors of #D1B937
Black with #D1B937
Text Example
Text Example
White with #D1B937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B937; }
p { color: rgb(209,185,55); }
H1.HeaderClassName
{
color: #D1B937;
}
.AnyTagClassName
{
color: #D1B937;
}
</style>
background-color css
<style>
a { background-color: #D1B937; }
a { background-color: rgb(209,185,55); }
div.DivClassName
{
background-color: #D1B937;
}
.BgClassName
{
background-color: #D1B937;
}
</style>
border-color css
<style>
span { border-color: #D1B937; }
span { border-color: rgb(209,185,55); }
td.TdClassName
{
border-color: #D1B937;
}
.TagClassName
{
border-color: #D1B937;
}
</style>