Shades of Tacha #DEC356
Tints of Tacha #DEC356
RGB
CMYK
RGB Variations
Color information
#DEC356 (or 0xDEC356) is known color: Tacha. HEX triplet: DE, C3 and 56. RGB value is (222,195,86). Sum of RGB (Red+Green+Blue) = 222+195+86=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC356 is #213CA9. Grayscale: #BFBFBF. Windows color (decimal): -2178218 or 5686238. OLE color: 5686238.
HSL color Cylindrical-coordinate representation of color #DEC356: hue angle of 48.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEC356 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 86 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48.09º | 0.67% | 0.6% | - |
| HSV(B) | 48.09º | 0.61% | 0.87% | - |
| XYZ | 51.32 | 55.23 | 16.76 | - |
| YUV | 190.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 86 | 0 | 0.12 | 0.61 | 0.13 | 48.09 | 0.67 | 0.6 |
| Hex | DE | C3 | 56 | 0 | C | 3D | D | 30 | 43 | 3C |
| Octal | 336 | 303 | 126 | 0 | 14 | 75 | 15 | 60 | 103 | 74 |
| Binary | 11011110 | 11000011 | 1010110 | 0 | 1100 | 111101 | 1101 | 110000 | 1000011 | 111100 |
Color Harmonies of #DEC356
Complementary color
Monochromatic Colors of #DEC356
Black with #DEC356
Text Example
Text Example
White with #DEC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC356; }
p { color: rgb(222,195,86); }
H1.HeaderClassName
{
color: #DEC356;
}
.AnyTagClassName
{
color: #DEC356;
}
</style>
background-color css
<style>
a { background-color: #DEC356; }
a { background-color: rgb(222,195,86); }
div.DivClassName
{
background-color: #DEC356;
}
.BgClassName
{
background-color: #DEC356;
}
</style>
border-color css
<style>
span { border-color: #DEC356; }
span { border-color: rgb(222,195,86); }
td.TdClassName
{
border-color: #DEC356;
}
.TagClassName
{
border-color: #DEC356;
}
</style>