Shades of Tacha #DEC65D
Tints of Tacha #DEC65D
RGB
CMYK
RGB Variations
Color information
#DEC65D (or 0xDEC65D) is known color: Tacha. HEX triplet: DE, C6 and 5D. RGB value is (222,198,93). Sum of RGB (Red+Green+Blue) = 222+198+93=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC65D is #2139A2. Grayscale: #C1C1C1. Windows color (decimal): -2177443 or 6145758. OLE color: 6145758.
HSL color Cylindrical-coordinate representation of color #DEC65D: hue angle of 48.84º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEC65D is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 93 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.13 |
| HSL | 48.84º | 0.66% | 0.62% | - |
| HSV(B) | 48.84º | 0.58% | 0.87% | - |
| XYZ | 52.29 | 56.71 | 18.55 | - |
| YUV | 193.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 93 | 0 | 0.11 | 0.58 | 0.13 | 48.84 | 0.66 | 0.62 |
| Hex | DE | C6 | 5D | 0 | B | 3A | D | 31 | 42 | 3E |
| Octal | 336 | 306 | 135 | 0 | 13 | 72 | 15 | 61 | 102 | 76 |
| Binary | 11011110 | 11000110 | 1011101 | 0 | 1011 | 111010 | 1101 | 110001 | 1000010 | 111110 |
Color Harmonies of #DEC65D
Complementary color
Monochromatic Colors of #DEC65D
Black with #DEC65D
Text Example
Text Example
White with #DEC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC65D; }
p { color: rgb(222,198,93); }
H1.HeaderClassName
{
color: #DEC65D;
}
.AnyTagClassName
{
color: #DEC65D;
}
</style>
background-color css
<style>
a { background-color: #DEC65D; }
a { background-color: rgb(222,198,93); }
div.DivClassName
{
background-color: #DEC65D;
}
.BgClassName
{
background-color: #DEC65D;
}
</style>
border-color css
<style>
span { border-color: #DEC65D; }
span { border-color: rgb(222,198,93); }
td.TdClassName
{
border-color: #DEC65D;
}
.TagClassName
{
border-color: #DEC65D;
}
</style>