Shades of Old Gold #D1BA48
Tints of Old Gold #D1BA48
RGB
CMYK
RGB Variations
Color information
#D1BA48 (or 0xD1BA48) is known color: Old Gold. HEX triplet: D1, BA and 48. RGB value is (209,186,72). Sum of RGB (Red+Green+Blue) = 209+186+72=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA48 is #2E45B7. Grayscale: #B4B4B4. Windows color (decimal): -3032504 or 4766417. OLE color: 4766417.
HSL color Cylindrical-coordinate representation of color #D1BA48: hue angle of 49.93º 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 #D1BA48 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 72 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.18 |
| HSL | 49.93º | 0.6% | 0.55% | - |
| HSV(B) | 49.93º | 0.66% | 0.82% | - |
| XYZ | 45.02 | 49.14 | 13.24 | - |
| YUV | 179.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 72 | 0 | 0.11 | 0.66 | 0.18 | 49.93 | 0.6 | 0.55 |
| Hex | D1 | BA | 48 | 0 | B | 42 | 12 | 32 | 3C | 37 |
| Octal | 321 | 272 | 110 | 0 | 13 | 102 | 22 | 62 | 74 | 67 |
| Binary | 11010001 | 10111010 | 1001000 | 0 | 1011 | 1000010 | 10010 | 110010 | 111100 | 110111 |
Color Harmonies of #D1BA48
Complementary color
Monochromatic Colors of #D1BA48
Black with #D1BA48
Text Example
Text Example
White with #D1BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA48; }
p { color: rgb(209,186,72); }
H1.HeaderClassName
{
color: #D1BA48;
}
.AnyTagClassName
{
color: #D1BA48;
}
</style>
background-color css
<style>
a { background-color: #D1BA48; }
a { background-color: rgb(209,186,72); }
div.DivClassName
{
background-color: #D1BA48;
}
.BgClassName
{
background-color: #D1BA48;
}
</style>
border-color css
<style>
span { border-color: #D1BA48; }
span { border-color: rgb(209,186,72); }
td.TdClassName
{
border-color: #D1BA48;
}
.TagClassName
{
border-color: #D1BA48;
}
</style>