Shades of Tacha #DEC25B
Tints of Tacha #DEC25B
RGB
CMYK
RGB Variations
Color information
#DEC25B (or 0xDEC25B) is known color: Tacha. HEX triplet: DE, C2 and 5B. RGB value is (222,194,91). Sum of RGB (Red+Green+Blue) = 222+194+91=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC25B is #213DA4. Grayscale: #BFBFBF. Windows color (decimal): -2178469 or 6013662. OLE color: 6013662.
HSL color Cylindrical-coordinate representation of color #DEC25B: hue angle of 47.18º degrees, saturation: 0.66, 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 #DEC25B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 91 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 47.18º | 0.66% | 0.61% | - |
| HSV(B) | 47.18º | 0.59% | 0.87% | - |
| XYZ | 51.3 | 54.87 | 17.78 | - |
| YUV | 190.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 91 | 0 | 0.13 | 0.59 | 0.13 | 47.18 | 0.66 | 0.61 |
| Hex | DE | C2 | 5B | 0 | D | 3B | D | 2F | 42 | 3D |
| Octal | 336 | 302 | 133 | 0 | 15 | 73 | 15 | 57 | 102 | 75 |
| Binary | 11011110 | 11000010 | 1011011 | 0 | 1101 | 111011 | 1101 | 101111 | 1000010 | 111101 |
Color Harmonies of #DEC25B
Complementary color
Monochromatic Colors of #DEC25B
Black with #DEC25B
Text Example
Text Example
White with #DEC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC25B; }
p { color: rgb(222,194,91); }
H1.HeaderClassName
{
color: #DEC25B;
}
.AnyTagClassName
{
color: #DEC25B;
}
</style>
background-color css
<style>
a { background-color: #DEC25B; }
a { background-color: rgb(222,194,91); }
div.DivClassName
{
background-color: #DEC25B;
}
.BgClassName
{
background-color: #DEC25B;
}
</style>
border-color css
<style>
span { border-color: #DEC25B; }
span { border-color: rgb(222,194,91); }
td.TdClassName
{
border-color: #DEC25B;
}
.TagClassName
{
border-color: #DEC25B;
}
</style>