Shades of Old Gold #D1BA47
Tints of Old Gold #D1BA47
RGB
CMYK
RGB Variations
Color information
#D1BA47 (or 0xD1BA47) is known color: Old Gold. HEX triplet: D1, BA and 47. RGB value is (209,186,71). Sum of RGB (Red+Green+Blue) = 209+186+71=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA47 is #2E45B8. Grayscale: #B4B4B4. Windows color (decimal): -3032505 or 4700881. OLE color: 4700881.
HSL color Cylindrical-coordinate representation of color #D1BA47: hue angle of 50º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1BA47 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 71 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.18 |
| HSL | 50º | 0.6% | 0.55% | - |
| HSV(B) | 50º | 0.66% | 0.82% | - |
| XYZ | 44.99 | 49.13 | 13.07 | - |
| YUV | 179.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 71 | 0 | 0.11 | 0.66 | 0.18 | 50 | 0.6 | 0.55 |
| Hex | D1 | BA | 47 | 0 | B | 42 | 12 | 32 | 3C | 37 |
| Octal | 321 | 272 | 107 | 0 | 13 | 102 | 22 | 62 | 74 | 67 |
| Binary | 11010001 | 10111010 | 1000111 | 0 | 1011 | 1000010 | 10010 | 110010 | 111100 | 110111 |
Color Harmonies of #D1BA47
Complementary color
Monochromatic Colors of #D1BA47
Black with #D1BA47
Text Example
Text Example
White with #D1BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA47; }
p { color: rgb(209,186,71); }
H1.HeaderClassName
{
color: #D1BA47;
}
.AnyTagClassName
{
color: #D1BA47;
}
</style>
background-color css
<style>
a { background-color: #D1BA47; }
a { background-color: rgb(209,186,71); }
div.DivClassName
{
background-color: #D1BA47;
}
.BgClassName
{
background-color: #D1BA47;
}
</style>
border-color css
<style>
span { border-color: #D1BA47; }
span { border-color: rgb(209,186,71); }
td.TdClassName
{
border-color: #D1BA47;
}
.TagClassName
{
border-color: #D1BA47;
}
</style>