Shades of Tacha #DBBA5B
Tints of Tacha #DBBA5B
RGB
CMYK
RGB Variations
Color information
#DBBA5B (or 0xDBBA5B) is known color: Tacha. HEX triplet: DB, BA and 5B. RGB value is (219,186,91). Sum of RGB (Red+Green+Blue) = 219+186+91=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA5B is #2445A4. Grayscale: #B9B9B9. Windows color (decimal): -2377125 or 6011611. OLE color: 6011611.
HSL color Cylindrical-coordinate representation of color #DBBA5B: hue angle of 44.53º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBBA5B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 91 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.14 |
| HSL | 44.53º | 0.64% | 0.61% | - |
| HSV(B) | 44.53º | 0.58% | 0.86% | - |
| XYZ | 48.66 | 50.93 | 17.16 | - |
| YUV | 185.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 91 | 0 | 0.15 | 0.58 | 0.14 | 44.53 | 0.64 | 0.61 |
| Hex | DB | BA | 5B | 0 | F | 3A | E | 2D | 40 | 3D |
| Octal | 333 | 272 | 133 | 0 | 17 | 72 | 16 | 55 | 100 | 75 |
| Binary | 11011011 | 10111010 | 1011011 | 0 | 1111 | 111010 | 1110 | 101101 | 1000000 | 111101 |
Color Harmonies of #DBBA5B
Complementary color
Monochromatic Colors of #DBBA5B
Black with #DBBA5B
Text Example
Text Example
White with #DBBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA5B; }
p { color: rgb(219,186,91); }
H1.HeaderClassName
{
color: #DBBA5B;
}
.AnyTagClassName
{
color: #DBBA5B;
}
</style>
background-color css
<style>
a { background-color: #DBBA5B; }
a { background-color: rgb(219,186,91); }
div.DivClassName
{
background-color: #DBBA5B;
}
.BgClassName
{
background-color: #DBBA5B;
}
</style>
border-color css
<style>
span { border-color: #DBBA5B; }
span { border-color: rgb(219,186,91); }
td.TdClassName
{
border-color: #DBBA5B;
}
.TagClassName
{
border-color: #DBBA5B;
}
</style>