Shades of Tusk #DCE19F
Tints of Tusk #DCE19F
RGB
CMYK
RGB Variations
Color information
#DCE19F (or 0xDCE19F) is known color: Tusk. HEX triplet: DC, E1 and 9F. RGB value is (220,225,159). Sum of RGB (Red+Green+Blue) = 220+225+159=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE19F is #231E60. Grayscale: #D8D8D8. Windows color (decimal): -2301537 or 10478044. OLE color: 10478044.
HSL color Cylindrical-coordinate representation of color #DCE19F: hue angle of 64.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCE19F is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 159 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.12 |
| HSL | 64.55º | 0.52% | 0.75% | - |
| HSV(B) | 64.55º | 0.29% | 0.88% | - |
| XYZ | 62.7 | 71.57 | 43.31 | - |
| YUV | 215.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 159 | 0.02 | 0 | 0.29 | 0.12 | 64.55 | 0.52 | 0.75 |
| Hex | DC | E1 | 9F | 2 | 0 | 1D | C | 41 | 34 | 4B |
| Octal | 334 | 341 | 237 | 2 | 0 | 35 | 14 | 101 | 64 | 113 |
| Binary | 11011100 | 11100001 | 10011111 | 10 | 0 | 11101 | 1100 | 1000001 | 110100 | 1001011 |
Color Harmonies of #DCE19F
Complementary color
Monochromatic Colors of #DCE19F
Black with #DCE19F
Text Example
Text Example
White with #DCE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE19F; }
p { color: rgb(220,225,159); }
H1.HeaderClassName
{
color: #DCE19F;
}
.AnyTagClassName
{
color: #DCE19F;
}
</style>
background-color css
<style>
a { background-color: #DCE19F; }
a { background-color: rgb(220,225,159); }
div.DivClassName
{
background-color: #DCE19F;
}
.BgClassName
{
background-color: #DCE19F;
}
</style>
border-color css
<style>
span { border-color: #DCE19F; }
span { border-color: rgb(220,225,159); }
td.TdClassName
{
border-color: #DCE19F;
}
.TagClassName
{
border-color: #DCE19F;
}
</style>