Shades of Old Gold #DBBA3C
Tints of Old Gold #DBBA3C
RGB
CMYK
RGB Variations
Color information
#DBBA3C (or 0xDBBA3C) is known color: Old Gold. HEX triplet: DB, BA and 3C. RGB value is (219,186,60). Sum of RGB (Red+Green+Blue) = 219+186+60=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA3C is #2445C3. Grayscale: #B6B6B6. Windows color (decimal): -2377156 or 3979995. OLE color: 3979995.
HSL color Cylindrical-coordinate representation of color #DBBA3C: hue angle of 47.55º 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 #DBBA3C is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 60 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.14 |
| HSL | 47.55º | 0.69% | 0.55% | - |
| HSV(B) | 47.55º | 0.73% | 0.86% | - |
| XYZ | 47.59 | 50.5 | 11.52 | - |
| YUV | 181.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 60 | 0 | 0.15 | 0.73 | 0.14 | 47.55 | 0.69 | 0.55 |
| Hex | DB | BA | 3C | 0 | F | 49 | E | 30 | 45 | 37 |
| Octal | 333 | 272 | 74 | 0 | 17 | 111 | 16 | 60 | 105 | 67 |
| Binary | 11011011 | 10111010 | 111100 | 0 | 1111 | 1001001 | 1110 | 110000 | 1000101 | 110111 |
Color Harmonies of #DBBA3C
Complementary color
Monochromatic Colors of #DBBA3C
Black with #DBBA3C
Text Example
Text Example
White with #DBBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA3C; }
p { color: rgb(219,186,60); }
H1.HeaderClassName
{
color: #DBBA3C;
}
.AnyTagClassName
{
color: #DBBA3C;
}
</style>
background-color css
<style>
a { background-color: #DBBA3C; }
a { background-color: rgb(219,186,60); }
div.DivClassName
{
background-color: #DBBA3C;
}
.BgClassName
{
background-color: #DBBA3C;
}
</style>
border-color css
<style>
span { border-color: #DBBA3C; }
span { border-color: rgb(219,186,60); }
td.TdClassName
{
border-color: #DBBA3C;
}
.TagClassName
{
border-color: #DBBA3C;
}
</style>