Shades of Tacha #DEC65C
Tints of Tacha #DEC65C
RGB
CMYK
RGB Variations
Color information
#DEC65C (or 0xDEC65C) is known color: Tacha. HEX triplet: DE, C6 and 5C. RGB value is (222,198,92). Sum of RGB (Red+Green+Blue) = 222+198+92=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC65C is #2139A3. Grayscale: #C1C1C1. Windows color (decimal): -2177444 or 6080222. OLE color: 6080222.
HSL color Cylindrical-coordinate representation of color #DEC65C: hue angle of 48.92º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEC65C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 92 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.13 |
| HSL | 48.92º | 0.66% | 0.62% | - |
| HSV(B) | 48.92º | 0.59% | 0.87% | - |
| XYZ | 52.25 | 56.69 | 18.31 | - |
| YUV | 193.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 92 | 0 | 0.11 | 0.59 | 0.13 | 48.92 | 0.66 | 0.62 |
| Hex | DE | C6 | 5C | 0 | B | 3B | D | 31 | 42 | 3E |
| Octal | 336 | 306 | 134 | 0 | 13 | 73 | 15 | 61 | 102 | 76 |
| Binary | 11011110 | 11000110 | 1011100 | 0 | 1011 | 111011 | 1101 | 110001 | 1000010 | 111110 |
Color Harmonies of #DEC65C
Complementary color
Monochromatic Colors of #DEC65C
Black with #DEC65C
Text Example
Text Example
White with #DEC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC65C; }
p { color: rgb(222,198,92); }
H1.HeaderClassName
{
color: #DEC65C;
}
.AnyTagClassName
{
color: #DEC65C;
}
</style>
background-color css
<style>
a { background-color: #DEC65C; }
a { background-color: rgb(222,198,92); }
div.DivClassName
{
background-color: #DEC65C;
}
.BgClassName
{
background-color: #DEC65C;
}
</style>
border-color css
<style>
span { border-color: #DEC65C; }
span { border-color: rgb(222,198,92); }
td.TdClassName
{
border-color: #DEC65C;
}
.TagClassName
{
border-color: #DEC65C;
}
</style>