Shades of Old Gold #DBBA39
Tints of Old Gold #DBBA39
RGB
CMYK
RGB Variations
Color information
#DBBA39 (or 0xDBBA39) is known color: Old Gold. HEX triplet: DB, BA and 39. RGB value is (219,186,57). Sum of RGB (Red+Green+Blue) = 219+186+57=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 57 (22.66% from 255 or 12.34% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA39 is #2445C6. Grayscale: #B5B5B5. Windows color (decimal): -2377159 or 3783387. OLE color: 3783387.
HSL color Cylindrical-coordinate representation of color #DBBA39: hue angle of 47.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBBA39 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 57 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.14 |
| HSL | 47.78º | 0.69% | 0.54% | - |
| HSV(B) | 47.78º | 0.74% | 0.86% | - |
| XYZ | 47.51 | 50.47 | 11.11 | - |
| YUV | 181.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 57 | 0 | 0.15 | 0.74 | 0.14 | 47.78 | 0.69 | 0.54 |
| Hex | DB | BA | 39 | 0 | F | 4A | E | 30 | 45 | 36 |
| Octal | 333 | 272 | 71 | 0 | 17 | 112 | 16 | 60 | 105 | 66 |
| Binary | 11011011 | 10111010 | 111001 | 0 | 1111 | 1001010 | 1110 | 110000 | 1000101 | 110110 |
Color Harmonies of #DBBA39
Complementary color
Monochromatic Colors of #DBBA39
Black with #DBBA39
Text Example
Text Example
White with #DBBA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA39; }
p { color: rgb(219,186,57); }
H1.HeaderClassName
{
color: #DBBA39;
}
.AnyTagClassName
{
color: #DBBA39;
}
</style>
background-color css
<style>
a { background-color: #DBBA39; }
a { background-color: rgb(219,186,57); }
div.DivClassName
{
background-color: #DBBA39;
}
.BgClassName
{
background-color: #DBBA39;
}
</style>
border-color css
<style>
span { border-color: #DBBA39; }
span { border-color: rgb(219,186,57); }
td.TdClassName
{
border-color: #DBBA39;
}
.TagClassName
{
border-color: #DBBA39;
}
</style>