Shades of Tacha #DEC75A
Tints of Tacha #DEC75A
RGB
CMYK
RGB Variations
Color information
#DEC75A (or 0xDEC75A) is known color: Tacha. HEX triplet: DE, C7 and 5A. RGB value is (222,199,90). Sum of RGB (Red+Green+Blue) = 222+199+90=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC75A is #2138A5. Grayscale: #C1C1C1. Windows color (decimal): -2177190 or 5949406. OLE color: 5949406.
HSL color Cylindrical-coordinate representation of color #DEC75A: hue angle of 49.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEC75A is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 90 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 49.55º | 0.67% | 0.61% | - |
| HSV(B) | 49.55º | 0.59% | 0.87% | - |
| XYZ | 52.39 | 57.11 | 17.94 | - |
| YUV | 193.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 90 | 0 | 0.10 | 0.59 | 0.13 | 49.55 | 0.67 | 0.61 |
| Hex | DE | C7 | 5A | 0 | A | 3B | D | 32 | 43 | 3D |
| Octal | 336 | 307 | 132 | 0 | 12 | 73 | 15 | 62 | 103 | 75 |
| Binary | 11011110 | 11000111 | 1011010 | 0 | 1010 | 111011 | 1101 | 110010 | 1000011 | 111101 |
Color Harmonies of #DEC75A
Complementary color
Monochromatic Colors of #DEC75A
Black with #DEC75A
Text Example
Text Example
White with #DEC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC75A; }
p { color: rgb(222,199,90); }
H1.HeaderClassName
{
color: #DEC75A;
}
.AnyTagClassName
{
color: #DEC75A;
}
</style>
background-color css
<style>
a { background-color: #DEC75A; }
a { background-color: rgb(222,199,90); }
div.DivClassName
{
background-color: #DEC75A;
}
.BgClassName
{
background-color: #DEC75A;
}
</style>
border-color css
<style>
span { border-color: #DEC75A; }
span { border-color: rgb(222,199,90); }
td.TdClassName
{
border-color: #DEC75A;
}
.TagClassName
{
border-color: #DEC75A;
}
</style>