Shades of Tacha #DEC162
Tints of Tacha #DEC162
RGB
CMYK
RGB Variations
Color information
#DEC162 (or 0xDEC162) is known color: Tacha. HEX triplet: DE, C1 and 62. RGB value is (222,193,98). Sum of RGB (Red+Green+Blue) = 222+193+98=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC162 is #213E9D. Grayscale: #BFBFBF. Windows color (decimal): -2178718 or 6472158. OLE color: 6472158.
HSL color Cylindrical-coordinate representation of color #DEC162: hue angle of 45.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEC162 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 98 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.13 |
| HSL | 45.97º | 0.65% | 0.63% | - |
| HSV(B) | 45.97º | 0.56% | 0.87% | - |
| XYZ | 51.4 | 54.55 | 19.38 | - |
| YUV | 190.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 98 | 0 | 0.13 | 0.56 | 0.13 | 45.97 | 0.65 | 0.63 |
| Hex | DE | C1 | 62 | 0 | D | 38 | D | 2E | 41 | 3F |
| Octal | 336 | 301 | 142 | 0 | 15 | 70 | 15 | 56 | 101 | 77 |
| Binary | 11011110 | 11000001 | 1100010 | 0 | 1101 | 111000 | 1101 | 101110 | 1000001 | 111111 |
Color Harmonies of #DEC162
Complementary color
Monochromatic Colors of #DEC162
Black with #DEC162
Text Example
Text Example
White with #DEC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC162; }
p { color: rgb(222,193,98); }
H1.HeaderClassName
{
color: #DEC162;
}
.AnyTagClassName
{
color: #DEC162;
}
</style>
background-color css
<style>
a { background-color: #DEC162; }
a { background-color: rgb(222,193,98); }
div.DivClassName
{
background-color: #DEC162;
}
.BgClassName
{
background-color: #DEC162;
}
</style>
border-color css
<style>
span { border-color: #DEC162; }
span { border-color: rgb(222,193,98); }
td.TdClassName
{
border-color: #DEC162;
}
.TagClassName
{
border-color: #DEC162;
}
</style>