Shades of Old Gold #D7BA49
Tints of Old Gold #D7BA49
RGB
CMYK
RGB Variations
Color information
#D7BA49 (or 0xD7BA49) is known color: Old Gold. HEX triplet: D7, BA and 49. RGB value is (215,186,73). Sum of RGB (Red+Green+Blue) = 215+186+73=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA49 is #2845B6. Grayscale: #B6B6B6. Windows color (decimal): -2639287 or 4831959. OLE color: 4831959.
HSL color Cylindrical-coordinate representation of color #D7BA49: hue angle of 47.75º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7BA49 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 73 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.16 |
| HSL | 47.75º | 0.64% | 0.56% | - |
| HSV(B) | 47.75º | 0.66% | 0.84% | - |
| XYZ | 46.79 | 50.05 | 13.5 | - |
| YUV | 181.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 73 | 0 | 0.13 | 0.66 | 0.16 | 47.75 | 0.64 | 0.56 |
| Hex | D7 | BA | 49 | 0 | D | 42 | 10 | 30 | 40 | 38 |
| Octal | 327 | 272 | 111 | 0 | 15 | 102 | 20 | 60 | 100 | 70 |
| Binary | 11010111 | 10111010 | 1001001 | 0 | 1101 | 1000010 | 10000 | 110000 | 1000000 | 111000 |
Color Harmonies of #D7BA49
Complementary color
Monochromatic Colors of #D7BA49
Black with #D7BA49
Text Example
Text Example
White with #D7BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA49; }
p { color: rgb(215,186,73); }
H1.HeaderClassName
{
color: #D7BA49;
}
.AnyTagClassName
{
color: #D7BA49;
}
</style>
background-color css
<style>
a { background-color: #D7BA49; }
a { background-color: rgb(215,186,73); }
div.DivClassName
{
background-color: #D7BA49;
}
.BgClassName
{
background-color: #D7BA49;
}
</style>
border-color css
<style>
span { border-color: #D7BA49; }
span { border-color: rgb(215,186,73); }
td.TdClassName
{
border-color: #D7BA49;
}
.TagClassName
{
border-color: #D7BA49;
}
</style>