Shades of Old Gold #DBBA40
Tints of Old Gold #DBBA40
RGB
CMYK
RGB Variations
Color information
#DBBA40 (or 0xDBBA40) is known color: Old Gold. HEX triplet: DB, BA and 40. RGB value is (219,186,64). Sum of RGB (Red+Green+Blue) = 219+186+64=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA40 is #2445BF. Grayscale: #B6B6B6. Windows color (decimal): -2377152 or 4242139. OLE color: 4242139.
HSL color Cylindrical-coordinate representation of color #DBBA40: hue angle of 47.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBBA40 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 64 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.14 |
| HSL | 47.23º | 0.68% | 0.55% | - |
| HSV(B) | 47.23º | 0.71% | 0.86% | - |
| XYZ | 47.7 | 50.55 | 12.09 | - |
| YUV | 181.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 64 | 0 | 0.15 | 0.71 | 0.14 | 47.23 | 0.68 | 0.55 |
| Hex | DB | BA | 40 | 0 | F | 47 | E | 2F | 44 | 37 |
| Octal | 333 | 272 | 100 | 0 | 17 | 107 | 16 | 57 | 104 | 67 |
| Binary | 11011011 | 10111010 | 1000000 | 0 | 1111 | 1000111 | 1110 | 101111 | 1000100 | 110111 |
Color Harmonies of #DBBA40
Complementary color
Monochromatic Colors of #DBBA40
Black with #DBBA40
Text Example
Text Example
White with #DBBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA40; }
p { color: rgb(219,186,64); }
H1.HeaderClassName
{
color: #DBBA40;
}
.AnyTagClassName
{
color: #DBBA40;
}
</style>
background-color css
<style>
a { background-color: #DBBA40; }
a { background-color: rgb(219,186,64); }
div.DivClassName
{
background-color: #DBBA40;
}
.BgClassName
{
background-color: #DBBA40;
}
</style>
border-color css
<style>
span { border-color: #DBBA40; }
span { border-color: rgb(219,186,64); }
td.TdClassName
{
border-color: #DBBA40;
}
.TagClassName
{
border-color: #DBBA40;
}
</style>