Shades of Tacha #DEC75C
Tints of Tacha #DEC75C
RGB
CMYK
RGB Variations
Color information
#DEC75C (or 0xDEC75C) is known color: Tacha. HEX triplet: DE, C7 and 5C. RGB value is (222,199,92). Sum of RGB (Red+Green+Blue) = 222+199+92=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC75C is #2138A3. Grayscale: #C2C2C2. Windows color (decimal): -2177188 or 6080478. OLE color: 6080478.
HSL color Cylindrical-coordinate representation of color #DEC75C: hue angle of 49.38º 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 #DEC75C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 92 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 49.38º | 0.66% | 0.62% | - |
| HSV(B) | 49.38º | 0.59% | 0.87% | - |
| XYZ | 52.48 | 57.15 | 18.39 | - |
| YUV | 193.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 92 | 0 | 0.10 | 0.59 | 0.13 | 49.38 | 0.66 | 0.62 |
| Hex | DE | C7 | 5C | 0 | A | 3B | D | 31 | 42 | 3E |
| Octal | 336 | 307 | 134 | 0 | 12 | 73 | 15 | 61 | 102 | 76 |
| Binary | 11011110 | 11000111 | 1011100 | 0 | 1010 | 111011 | 1101 | 110001 | 1000010 | 111110 |
Color Harmonies of #DEC75C
Complementary color
Monochromatic Colors of #DEC75C
Black with #DEC75C
Text Example
Text Example
White with #DEC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC75C; }
p { color: rgb(222,199,92); }
H1.HeaderClassName
{
color: #DEC75C;
}
.AnyTagClassName
{
color: #DEC75C;
}
</style>
background-color css
<style>
a { background-color: #DEC75C; }
a { background-color: rgb(222,199,92); }
div.DivClassName
{
background-color: #DEC75C;
}
.BgClassName
{
background-color: #DEC75C;
}
</style>
border-color css
<style>
span { border-color: #DEC75C; }
span { border-color: rgb(222,199,92); }
td.TdClassName
{
border-color: #DEC75C;
}
.TagClassName
{
border-color: #DEC75C;
}
</style>