Shades of Tacha #DEC15F
Tints of Tacha #DEC15F
RGB
CMYK
RGB Variations
Color information
#DEC15F (or 0xDEC15F) is known color: Tacha. HEX triplet: DE, C1 and 5F. RGB value is (222,193,95). Sum of RGB (Red+Green+Blue) = 222+193+95=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC15F is #213EA0. Grayscale: #BEBEBE. Windows color (decimal): -2178721 or 6275550. OLE color: 6275550.
HSL color Cylindrical-coordinate representation of color #DEC15F: hue angle of 46.3º 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 #DEC15F is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 95 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 46.3º | 0.66% | 0.62% | - |
| HSV(B) | 46.3º | 0.57% | 0.87% | - |
| XYZ | 51.26 | 54.5 | 18.64 | - |
| YUV | 190.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 95 | 0 | 0.13 | 0.57 | 0.13 | 46.3 | 0.66 | 0.62 |
| Hex | DE | C1 | 5F | 0 | D | 39 | D | 2E | 42 | 3E |
| Octal | 336 | 301 | 137 | 0 | 15 | 71 | 15 | 56 | 102 | 76 |
| Binary | 11011110 | 11000001 | 1011111 | 0 | 1101 | 111001 | 1101 | 101110 | 1000010 | 111110 |
Color Harmonies of #DEC15F
Complementary color
Monochromatic Colors of #DEC15F
Black with #DEC15F
Text Example
Text Example
White with #DEC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC15F; }
p { color: rgb(222,193,95); }
H1.HeaderClassName
{
color: #DEC15F;
}
.AnyTagClassName
{
color: #DEC15F;
}
</style>
background-color css
<style>
a { background-color: #DEC15F; }
a { background-color: rgb(222,193,95); }
div.DivClassName
{
background-color: #DEC15F;
}
.BgClassName
{
background-color: #DEC15F;
}
</style>
border-color css
<style>
span { border-color: #DEC15F; }
span { border-color: rgb(222,193,95); }
td.TdClassName
{
border-color: #DEC15F;
}
.TagClassName
{
border-color: #DEC15F;
}
</style>