Shades of Old Gold #DBBA44
Tints of Old Gold #DBBA44
RGB
CMYK
RGB Variations
Color information
#DBBA44 (or 0xDBBA44) is known color: Old Gold. HEX triplet: DB, BA and 44. RGB value is (219,186,68). Sum of RGB (Red+Green+Blue) = 219+186+68=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA44 is #2445BB. Grayscale: #B6B6B6. Windows color (decimal): -2377148 or 4504283. OLE color: 4504283.
HSL color Cylindrical-coordinate representation of color #DBBA44: hue angle of 46.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBBA44 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 68 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.14 |
| HSL | 46.89º | 0.68% | 0.56% | - |
| HSV(B) | 46.89º | 0.69% | 0.86% | - |
| XYZ | 47.82 | 50.6 | 12.71 | - |
| YUV | 182.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 68 | 0 | 0.15 | 0.69 | 0.14 | 46.89 | 0.68 | 0.56 |
| Hex | DB | BA | 44 | 0 | F | 45 | E | 2F | 44 | 38 |
| Octal | 333 | 272 | 104 | 0 | 17 | 105 | 16 | 57 | 104 | 70 |
| Binary | 11011011 | 10111010 | 1000100 | 0 | 1111 | 1000101 | 1110 | 101111 | 1000100 | 111000 |
Color Harmonies of #DBBA44
Complementary color
Monochromatic Colors of #DBBA44
Black with #DBBA44
Text Example
Text Example
White with #DBBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA44; }
p { color: rgb(219,186,68); }
H1.HeaderClassName
{
color: #DBBA44;
}
.AnyTagClassName
{
color: #DBBA44;
}
</style>
background-color css
<style>
a { background-color: #DBBA44; }
a { background-color: rgb(219,186,68); }
div.DivClassName
{
background-color: #DBBA44;
}
.BgClassName
{
background-color: #DBBA44;
}
</style>
border-color css
<style>
span { border-color: #DBBA44; }
span { border-color: rgb(219,186,68); }
td.TdClassName
{
border-color: #DBBA44;
}
.TagClassName
{
border-color: #DBBA44;
}
</style>