Shades of Old Gold #D1BA37
Tints of Old Gold #D1BA37
RGB
CMYK
RGB Variations
Color information
#D1BA37 (or 0xD1BA37) is known color: Old Gold. HEX triplet: D1, BA and 37. RGB value is (209,186,55). Sum of RGB (Red+Green+Blue) = 209+186+55=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA37 is #2E45C8. Grayscale: #B2B2B2. Windows color (decimal): -3032521 or 3652305. OLE color: 3652305.
HSL color Cylindrical-coordinate representation of color #D1BA37: hue angle of 51.04º 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 #D1BA37 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 55 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.18 |
| HSL | 51.04º | 0.63% | 0.52% | - |
| HSV(B) | 51.04º | 0.74% | 0.82% | - |
| XYZ | 44.54 | 48.95 | 10.71 | - |
| YUV | 177.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 55 | 0 | 0.11 | 0.74 | 0.18 | 51.04 | 0.63 | 0.52 |
| Hex | D1 | BA | 37 | 0 | B | 4A | 12 | 33 | 3F | 34 |
| Octal | 321 | 272 | 67 | 0 | 13 | 112 | 22 | 63 | 77 | 64 |
| Binary | 11010001 | 10111010 | 110111 | 0 | 1011 | 1001010 | 10010 | 110011 | 111111 | 110100 |
Color Harmonies of #D1BA37
Complementary color
Monochromatic Colors of #D1BA37
Black with #D1BA37
Text Example
Text Example
White with #D1BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA37; }
p { color: rgb(209,186,55); }
H1.HeaderClassName
{
color: #D1BA37;
}
.AnyTagClassName
{
color: #D1BA37;
}
</style>
background-color css
<style>
a { background-color: #D1BA37; }
a { background-color: rgb(209,186,55); }
div.DivClassName
{
background-color: #D1BA37;
}
.BgClassName
{
background-color: #D1BA37;
}
</style>
border-color css
<style>
span { border-color: #D1BA37; }
span { border-color: rgb(209,186,55); }
td.TdClassName
{
border-color: #D1BA37;
}
.TagClassName
{
border-color: #D1BA37;
}
</style>