Shades of Tacha #DEC55A
Tints of Tacha #DEC55A
RGB
CMYK
RGB Variations
Color information
#DEC55A (or 0xDEC55A) is known color: Tacha. HEX triplet: DE, C5 and 5A. RGB value is (222,197,90). Sum of RGB (Red+Green+Blue) = 222+197+90=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC55A is #213AA5. Grayscale: #C0C0C0. Windows color (decimal): -2177702 or 5948894. OLE color: 5948894.
HSL color Cylindrical-coordinate representation of color #DEC55A: hue angle of 48.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEC55A is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 90 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.13 |
| HSL | 48.64º | 0.67% | 0.61% | - |
| HSV(B) | 48.64º | 0.59% | 0.87% | - |
| XYZ | 51.94 | 56.2 | 17.78 | - |
| YUV | 192.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 90 | 0 | 0.11 | 0.59 | 0.13 | 48.64 | 0.67 | 0.61 |
| Hex | DE | C5 | 5A | 0 | B | 3B | D | 31 | 43 | 3D |
| Octal | 336 | 305 | 132 | 0 | 13 | 73 | 15 | 61 | 103 | 75 |
| Binary | 11011110 | 11000101 | 1011010 | 0 | 1011 | 111011 | 1101 | 110001 | 1000011 | 111101 |
Color Harmonies of #DEC55A
Complementary color
Monochromatic Colors of #DEC55A
Black with #DEC55A
Text Example
Text Example
White with #DEC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC55A; }
p { color: rgb(222,197,90); }
H1.HeaderClassName
{
color: #DEC55A;
}
.AnyTagClassName
{
color: #DEC55A;
}
</style>
background-color css
<style>
a { background-color: #DEC55A; }
a { background-color: rgb(222,197,90); }
div.DivClassName
{
background-color: #DEC55A;
}
.BgClassName
{
background-color: #DEC55A;
}
</style>
border-color css
<style>
span { border-color: #DEC55A; }
span { border-color: rgb(222,197,90); }
td.TdClassName
{
border-color: #DEC55A;
}
.TagClassName
{
border-color: #DEC55A;
}
</style>