Shades of Tacha #DEC560
Tints of Tacha #DEC560
RGB
CMYK
RGB Variations
Color information
#DEC560 (or 0xDEC560) is known color: Tacha. HEX triplet: DE, C5 and 60. RGB value is (222,197,96). Sum of RGB (Red+Green+Blue) = 222+197+96=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC560 is #213A9F. Grayscale: #C1C1C1. Windows color (decimal): -2177696 or 6342110. OLE color: 6342110.
HSL color Cylindrical-coordinate representation of color #DEC560: hue angle of 48.1º 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 #DEC560 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 96 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.1º | 0.66% | 0.62% | - |
| HSV(B) | 48.1º | 0.57% | 0.87% | - |
| XYZ | 52.2 | 56.31 | 19.18 | - |
| YUV | 192.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 96 | 0 | 0.11 | 0.57 | 0.13 | 48.1 | 0.66 | 0.62 |
| Hex | DE | C5 | 60 | 0 | B | 39 | D | 30 | 42 | 3E |
| Octal | 336 | 305 | 140 | 0 | 13 | 71 | 15 | 60 | 102 | 76 |
| Binary | 11011110 | 11000101 | 1100000 | 0 | 1011 | 111001 | 1101 | 110000 | 1000010 | 111110 |
Color Harmonies of #DEC560
Complementary color
Monochromatic Colors of #DEC560
Black with #DEC560
Text Example
Text Example
White with #DEC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC560; }
p { color: rgb(222,197,96); }
H1.HeaderClassName
{
color: #DEC560;
}
.AnyTagClassName
{
color: #DEC560;
}
</style>
background-color css
<style>
a { background-color: #DEC560; }
a { background-color: rgb(222,197,96); }
div.DivClassName
{
background-color: #DEC560;
}
.BgClassName
{
background-color: #DEC560;
}
</style>
border-color css
<style>
span { border-color: #DEC560; }
span { border-color: rgb(222,197,96); }
td.TdClassName
{
border-color: #DEC560;
}
.TagClassName
{
border-color: #DEC560;
}
</style>