Shades of Tacha #DBCA5C
Tints of Tacha #DBCA5C
RGB
CMYK
RGB Variations
Color information
#DBCA5C (or 0xDBCA5C) is known color: Tacha. HEX triplet: DB, CA and 5C. RGB value is (219,202,92). Sum of RGB (Red+Green+Blue) = 219+202+92=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA5C is #2435A3. Grayscale: #C3C3C3. Windows color (decimal): -2373028 or 6081243. OLE color: 6081243.
HSL color Cylindrical-coordinate representation of color #DBCA5C: hue angle of 51.97º 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 #DBCA5C is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 92 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.14 |
| HSL | 51.97º | 0.64% | 0.61% | - |
| HSV(B) | 51.97º | 0.58% | 0.86% | - |
| XYZ | 52.27 | 58.07 | 18.58 | - |
| YUV | 194.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 92 | 0 | 0.08 | 0.58 | 0.14 | 51.97 | 0.64 | 0.61 |
| Hex | DB | CA | 5C | 0 | 8 | 3A | E | 34 | 40 | 3D |
| Octal | 333 | 312 | 134 | 0 | 10 | 72 | 16 | 64 | 100 | 75 |
| Binary | 11011011 | 11001010 | 1011100 | 0 | 1000 | 111010 | 1110 | 110100 | 1000000 | 111101 |
Color Harmonies of #DBCA5C
Complementary color
Monochromatic Colors of #DBCA5C
Black with #DBCA5C
Text Example
Text Example
White with #DBCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA5C; }
p { color: rgb(219,202,92); }
H1.HeaderClassName
{
color: #DBCA5C;
}
.AnyTagClassName
{
color: #DBCA5C;
}
</style>
background-color css
<style>
a { background-color: #DBCA5C; }
a { background-color: rgb(219,202,92); }
div.DivClassName
{
background-color: #DBCA5C;
}
.BgClassName
{
background-color: #DBCA5C;
}
</style>
border-color css
<style>
span { border-color: #DBCA5C; }
span { border-color: rgb(219,202,92); }
td.TdClassName
{
border-color: #DBCA5C;
}
.TagClassName
{
border-color: #DBCA5C;
}
</style>