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