Shades of Tacha #DBCA5E
Tints of Tacha #DBCA5E
RGB
CMYK
RGB Variations
Color information
#DBCA5E (or 0xDBCA5E) is known color: Tacha. HEX triplet: DB, CA and 5E. RGB value is (219,202,94). Sum of RGB (Red+Green+Blue) = 219+202+94=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA5E is #2435A1. Grayscale: #C3C3C3. Windows color (decimal): -2373026 or 6212315. OLE color: 6212315.
HSL color Cylindrical-coordinate representation of color #DBCA5E: hue angle of 51.84º 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 #DBCA5E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 94 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.14 |
| HSL | 51.84º | 0.63% | 0.61% | - |
| HSV(B) | 51.84º | 0.57% | 0.86% | - |
| XYZ | 52.35 | 58.11 | 19.05 | - |
| YUV | 194.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 94 | 0 | 0.08 | 0.57 | 0.14 | 51.84 | 0.63 | 0.61 |
| Hex | DB | CA | 5E | 0 | 8 | 39 | E | 34 | 3F | 3D |
| Octal | 333 | 312 | 136 | 0 | 10 | 71 | 16 | 64 | 77 | 75 |
| Binary | 11011011 | 11001010 | 1011110 | 0 | 1000 | 111001 | 1110 | 110100 | 111111 | 111101 |
Color Harmonies of #DBCA5E
Complementary color
Monochromatic Colors of #DBCA5E
Black with #DBCA5E
Text Example
Text Example
White with #DBCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA5E; }
p { color: rgb(219,202,94); }
H1.HeaderClassName
{
color: #DBCA5E;
}
.AnyTagClassName
{
color: #DBCA5E;
}
</style>
background-color css
<style>
a { background-color: #DBCA5E; }
a { background-color: rgb(219,202,94); }
div.DivClassName
{
background-color: #DBCA5E;
}
.BgClassName
{
background-color: #DBCA5E;
}
</style>
border-color css
<style>
span { border-color: #DBCA5E; }
span { border-color: rgb(219,202,94); }
td.TdClassName
{
border-color: #DBCA5E;
}
.TagClassName
{
border-color: #DBCA5E;
}
</style>