Shades of Tacha #DEC559
Tints of Tacha #DEC559
RGB
CMYK
RGB Variations
Color information
#DEC559 (or 0xDEC559) is known color: Tacha. HEX triplet: DE, C5 and 59. RGB value is (222,197,89). Sum of RGB (Red+Green+Blue) = 222+197+89=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC559 is #213AA6. Grayscale: #C0C0C0. Windows color (decimal): -2177703 or 5883358. OLE color: 5883358.
HSL color Cylindrical-coordinate representation of color #DEC559: hue angle of 48.72º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEC559 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 89 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.13 |
| HSL | 48.72º | 0.67% | 0.61% | - |
| HSV(B) | 48.72º | 0.6% | 0.87% | - |
| XYZ | 51.89 | 56.18 | 17.56 | - |
| YUV | 192.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 89 | 0 | 0.11 | 0.60 | 0.13 | 48.72 | 0.67 | 0.61 |
| Hex | DE | C5 | 59 | 0 | B | 3C | D | 31 | 43 | 3D |
| Octal | 336 | 305 | 131 | 0 | 13 | 74 | 15 | 61 | 103 | 75 |
| Binary | 11011110 | 11000101 | 1011001 | 0 | 1011 | 111100 | 1101 | 110001 | 1000011 | 111101 |
Color Harmonies of #DEC559
Complementary color
Monochromatic Colors of #DEC559
Black with #DEC559
Text Example
Text Example
White with #DEC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC559; }
p { color: rgb(222,197,89); }
H1.HeaderClassName
{
color: #DEC559;
}
.AnyTagClassName
{
color: #DEC559;
}
</style>
background-color css
<style>
a { background-color: #DEC559; }
a { background-color: rgb(222,197,89); }
div.DivClassName
{
background-color: #DEC559;
}
.BgClassName
{
background-color: #DEC559;
}
</style>
border-color css
<style>
span { border-color: #DEC559; }
span { border-color: rgb(222,197,89); }
td.TdClassName
{
border-color: #DEC559;
}
.TagClassName
{
border-color: #DEC559;
}
</style>