Shades of Old Gold #DBBA3E
Tints of Old Gold #DBBA3E
RGB
CMYK
RGB Variations
Color information
#DBBA3E (or 0xDBBA3E) is known color: Old Gold. HEX triplet: DB, BA and 3E. RGB value is (219,186,62). Sum of RGB (Red+Green+Blue) = 219+186+62=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA3E is #2445C1. Grayscale: #B6B6B6. Windows color (decimal): -2377154 or 4111067. OLE color: 4111067.
HSL color Cylindrical-coordinate representation of color #DBBA3E: hue angle of 47.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBBA3E is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 62 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.14 |
| HSL | 47.39º | 0.69% | 0.55% | - |
| HSV(B) | 47.39º | 0.72% | 0.86% | - |
| XYZ | 47.64 | 50.53 | 11.8 | - |
| YUV | 181.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 62 | 0 | 0.15 | 0.72 | 0.14 | 47.39 | 0.69 | 0.55 |
| Hex | DB | BA | 3E | 0 | F | 48 | E | 2F | 45 | 37 |
| Octal | 333 | 272 | 76 | 0 | 17 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011011 | 10111010 | 111110 | 0 | 1111 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DBBA3E
Complementary color
Monochromatic Colors of #DBBA3E
Black with #DBBA3E
Text Example
Text Example
White with #DBBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA3E; }
p { color: rgb(219,186,62); }
H1.HeaderClassName
{
color: #DBBA3E;
}
.AnyTagClassName
{
color: #DBBA3E;
}
</style>
background-color css
<style>
a { background-color: #DBBA3E; }
a { background-color: rgb(219,186,62); }
div.DivClassName
{
background-color: #DBBA3E;
}
.BgClassName
{
background-color: #DBBA3E;
}
</style>
border-color css
<style>
span { border-color: #DBBA3E; }
span { border-color: rgb(219,186,62); }
td.TdClassName
{
border-color: #DBBA3E;
}
.TagClassName
{
border-color: #DBBA3E;
}
</style>