Shades of Tacha #DEC45E
Tints of Tacha #DEC45E
RGB
CMYK
RGB Variations
Color information
#DEC45E (or 0xDEC45E) is known color: Tacha. HEX triplet: DE, C4 and 5E. RGB value is (222,196,94). Sum of RGB (Red+Green+Blue) = 222+196+94=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC45E is #213BA1. Grayscale: #C0C0C0. Windows color (decimal): -2177954 or 6210782. OLE color: 6210782.
HSL color Cylindrical-coordinate representation of color #DEC45E: hue angle of 47.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEC45E is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 94 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.13 |
| HSL | 47.81º | 0.66% | 0.62% | - |
| HSV(B) | 47.81º | 0.58% | 0.87% | - |
| XYZ | 51.88 | 55.82 | 18.63 | - |
| YUV | 192.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 94 | 0 | 0.12 | 0.58 | 0.13 | 47.81 | 0.66 | 0.62 |
| Hex | DE | C4 | 5E | 0 | C | 3A | D | 30 | 42 | 3E |
| Octal | 336 | 304 | 136 | 0 | 14 | 72 | 15 | 60 | 102 | 76 |
| Binary | 11011110 | 11000100 | 1011110 | 0 | 1100 | 111010 | 1101 | 110000 | 1000010 | 111110 |
Color Harmonies of #DEC45E
Complementary color
Monochromatic Colors of #DEC45E
Black with #DEC45E
Text Example
Text Example
White with #DEC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC45E; }
p { color: rgb(222,196,94); }
H1.HeaderClassName
{
color: #DEC45E;
}
.AnyTagClassName
{
color: #DEC45E;
}
</style>
background-color css
<style>
a { background-color: #DEC45E; }
a { background-color: rgb(222,196,94); }
div.DivClassName
{
background-color: #DEC45E;
}
.BgClassName
{
background-color: #DEC45E;
}
</style>
border-color css
<style>
span { border-color: #DEC45E; }
span { border-color: rgb(222,196,94); }
td.TdClassName
{
border-color: #DEC45E;
}
.TagClassName
{
border-color: #DEC45E;
}
</style>