Shades of Tacha #DEC357
Tints of Tacha #DEC357
RGB
CMYK
RGB Variations
Color information
#DEC357 (or 0xDEC357) is known color: Tacha. HEX triplet: DE, C3 and 57. RGB value is (222,195,87). Sum of RGB (Red+Green+Blue) = 222+195+87=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC357 is #213CA8. Grayscale: #BFBFBF. Windows color (decimal): -2178217 or 5751774. OLE color: 5751774.
HSL color Cylindrical-coordinate representation of color #DEC357: hue angle of 48º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEC357 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 87 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48º | 0.67% | 0.61% | - |
| HSV(B) | 48º | 0.61% | 0.87% | - |
| XYZ | 51.36 | 55.25 | 16.97 | - |
| YUV | 190.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 87 | 0 | 0.12 | 0.61 | 0.13 | 48 | 0.67 | 0.61 |
| Hex | DE | C3 | 57 | 0 | C | 3D | D | 30 | 43 | 3D |
| Octal | 336 | 303 | 127 | 0 | 14 | 75 | 15 | 60 | 103 | 75 |
| Binary | 11011110 | 11000011 | 1010111 | 0 | 1100 | 111101 | 1101 | 110000 | 1000011 | 111101 |
Color Harmonies of #DEC357
Complementary color
Monochromatic Colors of #DEC357
Black with #DEC357
Text Example
Text Example
White with #DEC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC357; }
p { color: rgb(222,195,87); }
H1.HeaderClassName
{
color: #DEC357;
}
.AnyTagClassName
{
color: #DEC357;
}
</style>
background-color css
<style>
a { background-color: #DEC357; }
a { background-color: rgb(222,195,87); }
div.DivClassName
{
background-color: #DEC357;
}
.BgClassName
{
background-color: #DEC357;
}
</style>
border-color css
<style>
span { border-color: #DEC357; }
span { border-color: rgb(222,195,87); }
td.TdClassName
{
border-color: #DEC357;
}
.TagClassName
{
border-color: #DEC357;
}
</style>