Shades of Tacha #DBBA58
Tints of Tacha #DBBA58
RGB
CMYK
RGB Variations
Color information
#DBBA58 (or 0xDBBA58) is known color: Tacha. HEX triplet: DB, BA and 58. RGB value is (219,186,88). Sum of RGB (Red+Green+Blue) = 219+186+88=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA58 is #2445A7. Grayscale: #B9B9B9. Windows color (decimal): -2377128 or 5815003. OLE color: 5815003.
HSL color Cylindrical-coordinate representation of color #DBBA58: hue angle of 44.89º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBBA58 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 88 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.14 |
| HSL | 44.89º | 0.65% | 0.6% | - |
| HSV(B) | 44.89º | 0.6% | 0.86% | - |
| XYZ | 48.53 | 50.88 | 16.5 | - |
| YUV | 184.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 88 | 0 | 0.15 | 0.60 | 0.14 | 44.89 | 0.65 | 0.6 |
| Hex | DB | BA | 58 | 0 | F | 3C | E | 2D | 41 | 3C |
| Octal | 333 | 272 | 130 | 0 | 17 | 74 | 16 | 55 | 101 | 74 |
| Binary | 11011011 | 10111010 | 1011000 | 0 | 1111 | 111100 | 1110 | 101101 | 1000001 | 111100 |
Color Harmonies of #DBBA58
Complementary color
Monochromatic Colors of #DBBA58
Black with #DBBA58
Text Example
Text Example
White with #DBBA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA58; }
p { color: rgb(219,186,88); }
H1.HeaderClassName
{
color: #DBBA58;
}
.AnyTagClassName
{
color: #DBBA58;
}
</style>
background-color css
<style>
a { background-color: #DBBA58; }
a { background-color: rgb(219,186,88); }
div.DivClassName
{
background-color: #DBBA58;
}
.BgClassName
{
background-color: #DBBA58;
}
</style>
border-color css
<style>
span { border-color: #DBBA58; }
span { border-color: rgb(219,186,88); }
td.TdClassName
{
border-color: #DBBA58;
}
.TagClassName
{
border-color: #DBBA58;
}
</style>