Shades of Old Gold #D9BA48
Tints of Old Gold #D9BA48
RGB
CMYK
RGB Variations
Color information
#D9BA48 (or 0xD9BA48) is known color: Old Gold. HEX triplet: D9, BA and 48. RGB value is (217,186,72). Sum of RGB (Red+Green+Blue) = 217+186+72=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA48 is #2645B7. Grayscale: #B6B6B6. Windows color (decimal): -2508216 or 4766425. OLE color: 4766425.
HSL color Cylindrical-coordinate representation of color #D9BA48: hue angle of 47.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9BA48 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 72 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.15 |
| HSL | 47.17º | 0.66% | 0.57% | - |
| HSV(B) | 47.17º | 0.67% | 0.85% | - |
| XYZ | 47.34 | 50.34 | 13.35 | - |
| YUV | 182.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 72 | 0 | 0.14 | 0.67 | 0.15 | 47.17 | 0.66 | 0.57 |
| Hex | D9 | BA | 48 | 0 | E | 43 | F | 2F | 42 | 39 |
| Octal | 331 | 272 | 110 | 0 | 16 | 103 | 17 | 57 | 102 | 71 |
| Binary | 11011001 | 10111010 | 1001000 | 0 | 1110 | 1000011 | 1111 | 101111 | 1000010 | 111001 |
Color Harmonies of #D9BA48
Complementary color
Monochromatic Colors of #D9BA48
Black with #D9BA48
Text Example
Text Example
White with #D9BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA48; }
p { color: rgb(217,186,72); }
H1.HeaderClassName
{
color: #D9BA48;
}
.AnyTagClassName
{
color: #D9BA48;
}
</style>
background-color css
<style>
a { background-color: #D9BA48; }
a { background-color: rgb(217,186,72); }
div.DivClassName
{
background-color: #D9BA48;
}
.BgClassName
{
background-color: #D9BA48;
}
</style>
border-color css
<style>
span { border-color: #D9BA48; }
span { border-color: rgb(217,186,72); }
td.TdClassName
{
border-color: #D9BA48;
}
.TagClassName
{
border-color: #D9BA48;
}
</style>