Shades of Tacha #DEC160
Tints of Tacha #DEC160
RGB
CMYK
RGB Variations
Color information
#DEC160 (or 0xDEC160) is known color: Tacha. HEX triplet: DE, C1 and 60. RGB value is (222,193,96). Sum of RGB (Red+Green+Blue) = 222+193+96=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC160 is #213E9F. Grayscale: #BFBFBF. Windows color (decimal): -2178720 or 6341086. OLE color: 6341086.
HSL color Cylindrical-coordinate representation of color #DEC160: hue angle of 46.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEC160 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 96 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 46.19º | 0.66% | 0.62% | - |
| HSV(B) | 46.19º | 0.57% | 0.87% | - |
| XYZ | 51.31 | 54.51 | 18.88 | - |
| YUV | 190.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 96 | 0 | 0.13 | 0.57 | 0.13 | 46.19 | 0.66 | 0.62 |
| Hex | DE | C1 | 60 | 0 | D | 39 | D | 2E | 42 | 3E |
| Octal | 336 | 301 | 140 | 0 | 15 | 71 | 15 | 56 | 102 | 76 |
| Binary | 11011110 | 11000001 | 1100000 | 0 | 1101 | 111001 | 1101 | 101110 | 1000010 | 111110 |
Color Harmonies of #DEC160
Complementary color
Monochromatic Colors of #DEC160
Black with #DEC160
Text Example
Text Example
White with #DEC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC160; }
p { color: rgb(222,193,96); }
H1.HeaderClassName
{
color: #DEC160;
}
.AnyTagClassName
{
color: #DEC160;
}
</style>
background-color css
<style>
a { background-color: #DEC160; }
a { background-color: rgb(222,193,96); }
div.DivClassName
{
background-color: #DEC160;
}
.BgClassName
{
background-color: #DEC160;
}
</style>
border-color css
<style>
span { border-color: #DEC160; }
span { border-color: rgb(222,193,96); }
td.TdClassName
{
border-color: #DEC160;
}
.TagClassName
{
border-color: #DEC160;
}
</style>