Shades of Old Gold #D9BA49
Tints of Old Gold #D9BA49
RGB
CMYK
RGB Variations
Color information
#D9BA49 (or 0xD9BA49) is known color: Old Gold. HEX triplet: D9, BA and 49. RGB value is (217,186,73). Sum of RGB (Red+Green+Blue) = 217+186+73=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA49 is #2645B6. Grayscale: #B6B6B6. Windows color (decimal): -2508215 or 4831961. OLE color: 4831961.
HSL color Cylindrical-coordinate representation of color #D9BA49: hue angle of 47.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9BA49 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 73 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.15 |
| HSL | 47.08º | 0.65% | 0.57% | - |
| HSV(B) | 47.08º | 0.66% | 0.85% | - |
| XYZ | 47.38 | 50.35 | 13.52 | - |
| YUV | 182.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 73 | 0 | 0.14 | 0.66 | 0.15 | 47.08 | 0.65 | 0.57 |
| Hex | D9 | BA | 49 | 0 | E | 42 | F | 2F | 41 | 39 |
| Octal | 331 | 272 | 111 | 0 | 16 | 102 | 17 | 57 | 101 | 71 |
| Binary | 11011001 | 10111010 | 1001001 | 0 | 1110 | 1000010 | 1111 | 101111 | 1000001 | 111001 |
Color Harmonies of #D9BA49
Complementary color
Monochromatic Colors of #D9BA49
Black with #D9BA49
Text Example
Text Example
White with #D9BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA49; }
p { color: rgb(217,186,73); }
H1.HeaderClassName
{
color: #D9BA49;
}
.AnyTagClassName
{
color: #D9BA49;
}
</style>
background-color css
<style>
a { background-color: #D9BA49; }
a { background-color: rgb(217,186,73); }
div.DivClassName
{
background-color: #D9BA49;
}
.BgClassName
{
background-color: #D9BA49;
}
</style>
border-color css
<style>
span { border-color: #D9BA49; }
span { border-color: rgb(217,186,73); }
td.TdClassName
{
border-color: #D9BA49;
}
.TagClassName
{
border-color: #D9BA49;
}
</style>