Shades of Tacha #DBBA5A
Tints of Tacha #DBBA5A
RGB
CMYK
RGB Variations
Color information
#DBBA5A (or 0xDBBA5A) is known color: Tacha. HEX triplet: DB, BA and 5A. RGB value is (219,186,90). Sum of RGB (Red+Green+Blue) = 219+186+90=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA5A is #2445A5. Grayscale: #B9B9B9. Windows color (decimal): -2377126 or 5946075. OLE color: 5946075.
HSL color Cylindrical-coordinate representation of color #DBBA5A: hue angle of 44.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBBA5A is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 90 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.14 |
| HSL | 44.65º | 0.64% | 0.61% | - |
| HSV(B) | 44.65º | 0.59% | 0.86% | - |
| XYZ | 48.62 | 50.92 | 16.94 | - |
| YUV | 184.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 90 | 0 | 0.15 | 0.59 | 0.14 | 44.65 | 0.64 | 0.61 |
| Hex | DB | BA | 5A | 0 | F | 3B | E | 2D | 40 | 3D |
| Octal | 333 | 272 | 132 | 0 | 17 | 73 | 16 | 55 | 100 | 75 |
| Binary | 11011011 | 10111010 | 1011010 | 0 | 1111 | 111011 | 1110 | 101101 | 1000000 | 111101 |
Color Harmonies of #DBBA5A
Complementary color
Monochromatic Colors of #DBBA5A
Black with #DBBA5A
Text Example
Text Example
White with #DBBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA5A; }
p { color: rgb(219,186,90); }
H1.HeaderClassName
{
color: #DBBA5A;
}
.AnyTagClassName
{
color: #DBBA5A;
}
</style>
background-color css
<style>
a { background-color: #DBBA5A; }
a { background-color: rgb(219,186,90); }
div.DivClassName
{
background-color: #DBBA5A;
}
.BgClassName
{
background-color: #DBBA5A;
}
</style>
border-color css
<style>
span { border-color: #DBBA5A; }
span { border-color: rgb(219,186,90); }
td.TdClassName
{
border-color: #DBBA5A;
}
.TagClassName
{
border-color: #DBBA5A;
}
</style>