Shades of Tacha #DEC25A
Tints of Tacha #DEC25A
RGB
CMYK
RGB Variations
Color information
#DEC25A (or 0xDEC25A) is known color: Tacha. HEX triplet: DE, C2 and 5A. RGB value is (222,194,90). Sum of RGB (Red+Green+Blue) = 222+194+90=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC25A is #213DA5. Grayscale: #BEBEBE. Windows color (decimal): -2178470 or 5948126. OLE color: 5948126.
HSL color Cylindrical-coordinate representation of color #DEC25A: hue angle of 47.27º 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 #DEC25A is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 90 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 47.27º | 0.67% | 0.61% | - |
| HSV(B) | 47.27º | 0.59% | 0.87% | - |
| XYZ | 51.26 | 54.85 | 17.56 | - |
| YUV | 190.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 90 | 0 | 0.13 | 0.59 | 0.13 | 47.27 | 0.67 | 0.61 |
| Hex | DE | C2 | 5A | 0 | D | 3B | D | 2F | 43 | 3D |
| Octal | 336 | 302 | 132 | 0 | 15 | 73 | 15 | 57 | 103 | 75 |
| Binary | 11011110 | 11000010 | 1011010 | 0 | 1101 | 111011 | 1101 | 101111 | 1000011 | 111101 |
Color Harmonies of #DEC25A
Complementary color
Monochromatic Colors of #DEC25A
Black with #DEC25A
Text Example
Text Example
White with #DEC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC25A; }
p { color: rgb(222,194,90); }
H1.HeaderClassName
{
color: #DEC25A;
}
.AnyTagClassName
{
color: #DEC25A;
}
</style>
background-color css
<style>
a { background-color: #DEC25A; }
a { background-color: rgb(222,194,90); }
div.DivClassName
{
background-color: #DEC25A;
}
.BgClassName
{
background-color: #DEC25A;
}
</style>
border-color css
<style>
span { border-color: #DEC25A; }
span { border-color: rgb(222,194,90); }
td.TdClassName
{
border-color: #DEC25A;
}
.TagClassName
{
border-color: #DEC25A;
}
</style>