Shades of Tacha #DEC061
Tints of Tacha #DEC061
RGB
CMYK
RGB Variations
Color information
#DEC061 (or 0xDEC061) is known color: Tacha. HEX triplet: DE, C0 and 61. RGB value is (222,192,97). Sum of RGB (Red+Green+Blue) = 222+192+97=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC061 is #213F9E. Grayscale: #BEBEBE. Windows color (decimal): -2178975 or 6406366. OLE color: 6406366.
HSL color Cylindrical-coordinate representation of color #DEC061: hue angle of 45.6º 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 #DEC061 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 97 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.13 |
| HSL | 45.6º | 0.65% | 0.63% | - |
| HSV(B) | 45.6º | 0.56% | 0.87% | - |
| XYZ | 51.13 | 54.09 | 19.06 | - |
| YUV | 190.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 97 | 0 | 0.14 | 0.56 | 0.13 | 45.6 | 0.65 | 0.63 |
| Hex | DE | C0 | 61 | 0 | E | 38 | D | 2E | 41 | 3F |
| Octal | 336 | 300 | 141 | 0 | 16 | 70 | 15 | 56 | 101 | 77 |
| Binary | 11011110 | 11000000 | 1100001 | 0 | 1110 | 111000 | 1101 | 101110 | 1000001 | 111111 |
Color Harmonies of #DEC061
Complementary color
Monochromatic Colors of #DEC061
Black with #DEC061
Text Example
Text Example
White with #DEC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC061; }
p { color: rgb(222,192,97); }
H1.HeaderClassName
{
color: #DEC061;
}
.AnyTagClassName
{
color: #DEC061;
}
</style>
background-color css
<style>
a { background-color: #DEC061; }
a { background-color: rgb(222,192,97); }
div.DivClassName
{
background-color: #DEC061;
}
.BgClassName
{
background-color: #DEC061;
}
</style>
border-color css
<style>
span { border-color: #DEC061; }
span { border-color: rgb(222,192,97); }
td.TdClassName
{
border-color: #DEC061;
}
.TagClassName
{
border-color: #DEC061;
}
</style>