Shades of Tacha #DBBA64
Tints of Tacha #DBBA64
RGB
CMYK
RGB Variations
Color information
#DBBA64 (or 0xDBBA64) is known color: Tacha. HEX triplet: DB, BA and 64. RGB value is (219,186,100). Sum of RGB (Red+Green+Blue) = 219+186+100=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA64 is #24459B. Grayscale: #BABABA. Windows color (decimal): -2377116 or 6601435. OLE color: 6601435.
HSL color Cylindrical-coordinate representation of color #DBBA64: hue angle of 43.36º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBBA64 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 100 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.14 |
| HSL | 43.36º | 0.62% | 0.63% | - |
| HSV(B) | 43.36º | 0.54% | 0.86% | - |
| XYZ | 49.07 | 51.1 | 19.33 | - |
| YUV | 186.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 100 | 0 | 0.15 | 0.54 | 0.14 | 43.36 | 0.62 | 0.63 |
| Hex | DB | BA | 64 | 0 | F | 36 | E | 2B | 3E | 3F |
| Octal | 333 | 272 | 144 | 0 | 17 | 66 | 16 | 53 | 76 | 77 |
| Binary | 11011011 | 10111010 | 1100100 | 0 | 1111 | 110110 | 1110 | 101011 | 111110 | 111111 |
Color Harmonies of #DBBA64
Complementary color
Monochromatic Colors of #DBBA64
Black with #DBBA64
Text Example
Text Example
White with #DBBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA64; }
p { color: rgb(219,186,100); }
H1.HeaderClassName
{
color: #DBBA64;
}
.AnyTagClassName
{
color: #DBBA64;
}
</style>
background-color css
<style>
a { background-color: #DBBA64; }
a { background-color: rgb(219,186,100); }
div.DivClassName
{
background-color: #DBBA64;
}
.BgClassName
{
background-color: #DBBA64;
}
</style>
border-color css
<style>
span { border-color: #DBBA64; }
span { border-color: rgb(219,186,100); }
td.TdClassName
{
border-color: #DBBA64;
}
.TagClassName
{
border-color: #DBBA64;
}
</style>