Shades of Tacha #DEC55F
Tints of Tacha #DEC55F
RGB
CMYK
RGB Variations
Color information
#DEC55F (or 0xDEC55F) is known color: Tacha. HEX triplet: DE, C5 and 5F. RGB value is (222,197,95). Sum of RGB (Red+Green+Blue) = 222+197+95=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC55F is #213AA0. Grayscale: #C1C1C1. Windows color (decimal): -2177697 or 6276574. OLE color: 6276574.
HSL color Cylindrical-coordinate representation of color #DEC55F: hue angle of 48.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEC55F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 95 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.19º | 0.66% | 0.62% | - |
| HSV(B) | 48.19º | 0.57% | 0.87% | - |
| XYZ | 52.16 | 56.29 | 18.94 | - |
| YUV | 192.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 95 | 0 | 0.11 | 0.57 | 0.13 | 48.19 | 0.66 | 0.62 |
| Hex | DE | C5 | 5F | 0 | B | 39 | D | 30 | 42 | 3E |
| Octal | 336 | 305 | 137 | 0 | 13 | 71 | 15 | 60 | 102 | 76 |
| Binary | 11011110 | 11000101 | 1011111 | 0 | 1011 | 111001 | 1101 | 110000 | 1000010 | 111110 |
Color Harmonies of #DEC55F
Complementary color
Monochromatic Colors of #DEC55F
Black with #DEC55F
Text Example
Text Example
White with #DEC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC55F; }
p { color: rgb(222,197,95); }
H1.HeaderClassName
{
color: #DEC55F;
}
.AnyTagClassName
{
color: #DEC55F;
}
</style>
background-color css
<style>
a { background-color: #DEC55F; }
a { background-color: rgb(222,197,95); }
div.DivClassName
{
background-color: #DEC55F;
}
.BgClassName
{
background-color: #DEC55F;
}
</style>
border-color css
<style>
span { border-color: #DEC55F; }
span { border-color: rgb(222,197,95); }
td.TdClassName
{
border-color: #DEC55F;
}
.TagClassName
{
border-color: #DEC55F;
}
</style>