Shades of Tacha #DEC056
Tints of Tacha #DEC056
RGB
CMYK
RGB Variations
Color information
#DEC056 (or 0xDEC056) is known color: Tacha. HEX triplet: DE, C0 and 56. RGB value is (222,192,86). Sum of RGB (Red+Green+Blue) = 222+192+86=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC056 is #213FA9. Grayscale: #BDBDBD. Windows color (decimal): -2178986 or 5685470. OLE color: 5685470.
HSL color Cylindrical-coordinate representation of color #DEC056: hue angle of 46.76º 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 #DEC056 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 86 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.13 |
| HSL | 46.76º | 0.67% | 0.6% | - |
| HSV(B) | 46.76º | 0.61% | 0.87% | - |
| XYZ | 50.65 | 53.9 | 16.54 | - |
| YUV | 188.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 86 | 0 | 0.14 | 0.61 | 0.13 | 46.76 | 0.67 | 0.6 |
| Hex | DE | C0 | 56 | 0 | E | 3D | D | 2F | 43 | 3C |
| Octal | 336 | 300 | 126 | 0 | 16 | 75 | 15 | 57 | 103 | 74 |
| Binary | 11011110 | 11000000 | 1010110 | 0 | 1110 | 111101 | 1101 | 101111 | 1000011 | 111100 |
Color Harmonies of #DEC056
Complementary color
Monochromatic Colors of #DEC056
Black with #DEC056
Text Example
Text Example
White with #DEC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC056; }
p { color: rgb(222,192,86); }
H1.HeaderClassName
{
color: #DEC056;
}
.AnyTagClassName
{
color: #DEC056;
}
</style>
background-color css
<style>
a { background-color: #DEC056; }
a { background-color: rgb(222,192,86); }
div.DivClassName
{
background-color: #DEC056;
}
.BgClassName
{
background-color: #DEC056;
}
</style>
border-color css
<style>
span { border-color: #DEC056; }
span { border-color: rgb(222,192,86); }
td.TdClassName
{
border-color: #DEC056;
}
.TagClassName
{
border-color: #DEC056;
}
</style>