Shades of Tacha #DEC65F
Tints of Tacha #DEC65F
RGB
CMYK
RGB Variations
Color information
#DEC65F (or 0xDEC65F) is known color: Tacha. HEX triplet: DE, C6 and 5F. RGB value is (222,198,95). Sum of RGB (Red+Green+Blue) = 222+198+95=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC65F is #2139A0. Grayscale: #C1C1C1. Windows color (decimal): -2177441 or 6276830. OLE color: 6276830.
HSL color Cylindrical-coordinate representation of color #DEC65F: hue angle of 48.66º 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 #DEC65F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 95 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.66º | 0.66% | 0.62% | - |
| HSV(B) | 48.66º | 0.57% | 0.87% | - |
| XYZ | 52.38 | 56.74 | 19.02 | - |
| YUV | 193.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 95 | 0 | 0.11 | 0.57 | 0.13 | 48.66 | 0.66 | 0.62 |
| Hex | DE | C6 | 5F | 0 | B | 39 | D | 31 | 42 | 3E |
| Octal | 336 | 306 | 137 | 0 | 13 | 71 | 15 | 61 | 102 | 76 |
| Binary | 11011110 | 11000110 | 1011111 | 0 | 1011 | 111001 | 1101 | 110001 | 1000010 | 111110 |
Color Harmonies of #DEC65F
Complementary color
Monochromatic Colors of #DEC65F
Black with #DEC65F
Text Example
Text Example
White with #DEC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC65F; }
p { color: rgb(222,198,95); }
H1.HeaderClassName
{
color: #DEC65F;
}
.AnyTagClassName
{
color: #DEC65F;
}
</style>
background-color css
<style>
a { background-color: #DEC65F; }
a { background-color: rgb(222,198,95); }
div.DivClassName
{
background-color: #DEC65F;
}
.BgClassName
{
background-color: #DEC65F;
}
</style>
border-color css
<style>
span { border-color: #DEC65F; }
span { border-color: rgb(222,198,95); }
td.TdClassName
{
border-color: #DEC65F;
}
.TagClassName
{
border-color: #DEC65F;
}
</style>