Shades of Old Gold #DBBA3B
Tints of Old Gold #DBBA3B
RGB
CMYK
RGB Variations
Color information
#DBBA3B (or 0xDBBA3B) is known color: Old Gold. HEX triplet: DB, BA and 3B. RGB value is (219,186,59). Sum of RGB (Red+Green+Blue) = 219+186+59=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA3B is #2445C4. Grayscale: #B5B5B5. Windows color (decimal): -2377157 or 3914459. OLE color: 3914459.
HSL color Cylindrical-coordinate representation of color #DBBA3B: hue angle of 47.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBBA3B is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 59 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.14 |
| HSL | 47.63º | 0.69% | 0.55% | - |
| HSV(B) | 47.63º | 0.73% | 0.86% | - |
| XYZ | 47.56 | 50.49 | 11.38 | - |
| YUV | 181.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 59 | 0 | 0.15 | 0.73 | 0.14 | 47.63 | 0.69 | 0.55 |
| Hex | DB | BA | 3B | 0 | F | 49 | E | 30 | 45 | 37 |
| Octal | 333 | 272 | 73 | 0 | 17 | 111 | 16 | 60 | 105 | 67 |
| Binary | 11011011 | 10111010 | 111011 | 0 | 1111 | 1001001 | 1110 | 110000 | 1000101 | 110111 |
Color Harmonies of #DBBA3B
Complementary color
Monochromatic Colors of #DBBA3B
Black with #DBBA3B
Text Example
Text Example
White with #DBBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA3B; }
p { color: rgb(219,186,59); }
H1.HeaderClassName
{
color: #DBBA3B;
}
.AnyTagClassName
{
color: #DBBA3B;
}
</style>
background-color css
<style>
a { background-color: #DBBA3B; }
a { background-color: rgb(219,186,59); }
div.DivClassName
{
background-color: #DBBA3B;
}
.BgClassName
{
background-color: #DBBA3B;
}
</style>
border-color css
<style>
span { border-color: #DBBA3B; }
span { border-color: rgb(219,186,59); }
td.TdClassName
{
border-color: #DBBA3B;
}
.TagClassName
{
border-color: #DBBA3B;
}
</style>