Shades of Tacha #DEC261
Tints of Tacha #DEC261
RGB
CMYK
RGB Variations
Color information
#DEC261 (or 0xDEC261) is known color: Tacha. HEX triplet: DE, C2 and 61. RGB value is (222,194,97). Sum of RGB (Red+Green+Blue) = 222+194+97=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC261 is #213D9E. Grayscale: #BFBFBF. Windows color (decimal): -2178463 or 6406878. OLE color: 6406878.
HSL color Cylindrical-coordinate representation of color #DEC261: hue angle of 46.56º 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 #DEC261 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 97 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.13 |
| HSL | 46.56º | 0.65% | 0.63% | - |
| HSV(B) | 46.56º | 0.56% | 0.87% | - |
| XYZ | 51.57 | 54.98 | 19.2 | - |
| YUV | 191.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 97 | 0 | 0.13 | 0.56 | 0.13 | 46.56 | 0.65 | 0.63 |
| Hex | DE | C2 | 61 | 0 | D | 38 | D | 2F | 41 | 3F |
| Octal | 336 | 302 | 141 | 0 | 15 | 70 | 15 | 57 | 101 | 77 |
| Binary | 11011110 | 11000010 | 1100001 | 0 | 1101 | 111000 | 1101 | 101111 | 1000001 | 111111 |
Color Harmonies of #DEC261
Complementary color
Monochromatic Colors of #DEC261
Black with #DEC261
Text Example
Text Example
White with #DEC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC261; }
p { color: rgb(222,194,97); }
H1.HeaderClassName
{
color: #DEC261;
}
.AnyTagClassName
{
color: #DEC261;
}
</style>
background-color css
<style>
a { background-color: #DEC261; }
a { background-color: rgb(222,194,97); }
div.DivClassName
{
background-color: #DEC261;
}
.BgClassName
{
background-color: #DEC261;
}
</style>
border-color css
<style>
span { border-color: #DEC261; }
span { border-color: rgb(222,194,97); }
td.TdClassName
{
border-color: #DEC261;
}
.TagClassName
{
border-color: #DEC261;
}
</style>