Shades of Tacha #DEC360
Tints of Tacha #DEC360
RGB
CMYK
RGB Variations
Color information
#DEC360 (or 0xDEC360) is known color: Tacha. HEX triplet: DE, C3 and 60. RGB value is (222,195,96). Sum of RGB (Red+Green+Blue) = 222+195+96=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC360 is #213C9F. Grayscale: #C0C0C0. Windows color (decimal): -2178208 or 6341598. OLE color: 6341598.
HSL color Cylindrical-coordinate representation of color #DEC360: hue angle of 47.14º 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 #DEC360 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 96 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.13 |
| HSL | 47.14º | 0.66% | 0.62% | - |
| HSV(B) | 47.14º | 0.57% | 0.87% | - |
| XYZ | 51.75 | 55.4 | 19.03 | - |
| YUV | 191.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 96 | 0 | 0.12 | 0.57 | 0.13 | 47.14 | 0.66 | 0.62 |
| Hex | DE | C3 | 60 | 0 | C | 39 | D | 2F | 42 | 3E |
| Octal | 336 | 303 | 140 | 0 | 14 | 71 | 15 | 57 | 102 | 76 |
| Binary | 11011110 | 11000011 | 1100000 | 0 | 1100 | 111001 | 1101 | 101111 | 1000010 | 111110 |
Color Harmonies of #DEC360
Complementary color
Monochromatic Colors of #DEC360
Black with #DEC360
Text Example
Text Example
White with #DEC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC360; }
p { color: rgb(222,195,96); }
H1.HeaderClassName
{
color: #DEC360;
}
.AnyTagClassName
{
color: #DEC360;
}
</style>
background-color css
<style>
a { background-color: #DEC360; }
a { background-color: rgb(222,195,96); }
div.DivClassName
{
background-color: #DEC360;
}
.BgClassName
{
background-color: #DEC360;
}
</style>
border-color css
<style>
span { border-color: #DEC360; }
span { border-color: rgb(222,195,96); }
td.TdClassName
{
border-color: #DEC360;
}
.TagClassName
{
border-color: #DEC360;
}
</style>