Shades of Old Gold #D0BA49
Tints of Old Gold #D0BA49
RGB
CMYK
RGB Variations
Color information
#D0BA49 (or 0xD0BA49) is known color: Old Gold. HEX triplet: D0, BA and 49. RGB value is (208,186,73). Sum of RGB (Red+Green+Blue) = 208+186+73=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA49 is #2F45B6. Grayscale: #B4B4B4. Windows color (decimal): -3098039 or 4831952. OLE color: 4831952.
HSL color Cylindrical-coordinate representation of color #D0BA49: hue angle of 50.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0BA49 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 73 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.18 |
| HSL | 50.22º | 0.59% | 0.55% | - |
| HSV(B) | 50.22º | 0.65% | 0.82% | - |
| XYZ | 44.77 | 49.01 | 13.4 | - |
| YUV | 179.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 73 | 0 | 0.11 | 0.65 | 0.18 | 50.22 | 0.59 | 0.55 |
| Hex | D0 | BA | 49 | 0 | B | 41 | 12 | 32 | 3B | 37 |
| Octal | 320 | 272 | 111 | 0 | 13 | 101 | 22 | 62 | 73 | 67 |
| Binary | 11010000 | 10111010 | 1001001 | 0 | 1011 | 1000001 | 10010 | 110010 | 111011 | 110111 |
Color Harmonies of #D0BA49
Complementary color
Monochromatic Colors of #D0BA49
Black with #D0BA49
Text Example
Text Example
White with #D0BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA49; }
p { color: rgb(208,186,73); }
H1.HeaderClassName
{
color: #D0BA49;
}
.AnyTagClassName
{
color: #D0BA49;
}
</style>
background-color css
<style>
a { background-color: #D0BA49; }
a { background-color: rgb(208,186,73); }
div.DivClassName
{
background-color: #D0BA49;
}
.BgClassName
{
background-color: #D0BA49;
}
</style>
border-color css
<style>
span { border-color: #D0BA49; }
span { border-color: rgb(208,186,73); }
td.TdClassName
{
border-color: #D0BA49;
}
.TagClassName
{
border-color: #D0BA49;
}
</style>