Shades of Tacha #DBBA5E
Tints of Tacha #DBBA5E
RGB
CMYK
RGB Variations
Color information
#DBBA5E (or 0xDBBA5E) is known color: Tacha. HEX triplet: DB, BA and 5E. RGB value is (219,186,94). Sum of RGB (Red+Green+Blue) = 219+186+94=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA5E is #2445A1. Grayscale: #B9B9B9. Windows color (decimal): -2377122 or 6208219. OLE color: 6208219.
HSL color Cylindrical-coordinate representation of color #DBBA5E: hue angle of 44.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBBA5E is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 94 | - |
CMYK | 0 | 0.15 | 0.57 | 0.14 |
HSL | 44.16º | 0.63% | 0.61% | - |
HSV(B) | 44.16º | 0.57% | 0.86% | - |
XYZ | 48.79 | 50.99 | 17.86 | - |
YUV | 185.38 | 76.43 | 151.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 94 | 0 | 0.15 | 0.57 | 0.14 | 44.16 | 0.63 | 0.61 |
Hex | DB | BA | 5E | 0 | F | 39 | E | 2C | 3F | 3D |
Octal | 333 | 272 | 136 | 0 | 17 | 71 | 16 | 54 | 77 | 75 |
Binary | 11011011 | 10111010 | 1011110 | 0 | 1111 | 111001 | 1110 | 101100 | 111111 | 111101 |
Color Harmonies of #DBBA5E
Complementary color
Monochromatic Colors of #DBBA5E
Black with #DBBA5E
Text Example
Text Example
White with #DBBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA5E; }
p { color: rgb(219,186,94); }
H1.HeaderClassName
{
color: #DBBA5E;
}
.AnyTagClassName
{
color: #DBBA5E;
}
</style>
background-color css
<style>
a { background-color: #DBBA5E; }
a { background-color: rgb(219,186,94); }
div.DivClassName
{
background-color: #DBBA5E;
}
.BgClassName
{
background-color: #DBBA5E;
}
</style>
border-color css
<style>
span { border-color: #DBBA5E; }
span { border-color: rgb(219,186,94); }
td.TdClassName
{
border-color: #DBBA5E;
}
.TagClassName
{
border-color: #DBBA5E;
}
</style>