Shades of Tacha #DBBA62
Tints of Tacha #DBBA62
RGB
CMYK
RGB Variations
Color information
#DBBA62 (or 0xDBBA62) is known color: Tacha. HEX triplet: DB, BA and 62. RGB value is (219,186,98). Sum of RGB (Red+Green+Blue) = 219+186+98=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA62 is #24459D. Grayscale: #BABABA. Windows color (decimal): -2377118 or 6470363. OLE color: 6470363.
HSL color Cylindrical-coordinate representation of color #DBBA62: hue angle of 43.64º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBBA62 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 98 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.14 |
| HSL | 43.64º | 0.63% | 0.62% | - |
| HSV(B) | 43.64º | 0.55% | 0.86% | - |
| XYZ | 48.98 | 51.06 | 18.83 | - |
| YUV | 185.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 98 | 0 | 0.15 | 0.55 | 0.14 | 43.64 | 0.63 | 0.62 |
| Hex | DB | BA | 62 | 0 | F | 37 | E | 2C | 3F | 3E |
| Octal | 333 | 272 | 142 | 0 | 17 | 67 | 16 | 54 | 77 | 76 |
| Binary | 11011011 | 10111010 | 1100010 | 0 | 1111 | 110111 | 1110 | 101100 | 111111 | 111110 |
Color Harmonies of #DBBA62
Complementary color
Monochromatic Colors of #DBBA62
Black with #DBBA62
Text Example
Text Example
White with #DBBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA62; }
p { color: rgb(219,186,98); }
H1.HeaderClassName
{
color: #DBBA62;
}
.AnyTagClassName
{
color: #DBBA62;
}
</style>
background-color css
<style>
a { background-color: #DBBA62; }
a { background-color: rgb(219,186,98); }
div.DivClassName
{
background-color: #DBBA62;
}
.BgClassName
{
background-color: #DBBA62;
}
</style>
border-color css
<style>
span { border-color: #DBBA62; }
span { border-color: rgb(219,186,98); }
td.TdClassName
{
border-color: #DBBA62;
}
.TagClassName
{
border-color: #DBBA62;
}
</style>