Shades of Tacha #DBBA60
Tints of Tacha #DBBA60
RGB
CMYK
RGB Variations
Color information
#DBBA60 (or 0xDBBA60) is known color: Tacha. HEX triplet: DB, BA and 60. RGB value is (219,186,96). Sum of RGB (Red+Green+Blue) = 219+186+96=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA60 is #24459F. Grayscale: #BABABA. Windows color (decimal): -2377120 or 6339291. OLE color: 6339291.
HSL color Cylindrical-coordinate representation of color #DBBA60: hue angle of 43.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBBA60 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 96 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.14 |
| HSL | 43.9º | 0.63% | 0.62% | - |
| HSV(B) | 43.9º | 0.56% | 0.86% | - |
| XYZ | 48.88 | 51.02 | 18.34 | - |
| YUV | 185.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 96 | 0 | 0.15 | 0.56 | 0.14 | 43.9 | 0.63 | 0.62 |
| Hex | DB | BA | 60 | 0 | F | 38 | E | 2C | 3F | 3E |
| Octal | 333 | 272 | 140 | 0 | 17 | 70 | 16 | 54 | 77 | 76 |
| Binary | 11011011 | 10111010 | 1100000 | 0 | 1111 | 111000 | 1110 | 101100 | 111111 | 111110 |
Color Harmonies of #DBBA60
Complementary color
Monochromatic Colors of #DBBA60
Black with #DBBA60
Text Example
Text Example
White with #DBBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA60; }
p { color: rgb(219,186,96); }
H1.HeaderClassName
{
color: #DBBA60;
}
.AnyTagClassName
{
color: #DBBA60;
}
</style>
background-color css
<style>
a { background-color: #DBBA60; }
a { background-color: rgb(219,186,96); }
div.DivClassName
{
background-color: #DBBA60;
}
.BgClassName
{
background-color: #DBBA60;
}
</style>
border-color css
<style>
span { border-color: #DBBA60; }
span { border-color: rgb(219,186,96); }
td.TdClassName
{
border-color: #DBBA60;
}
.TagClassName
{
border-color: #DBBA60;
}
</style>