Shades of Tusk #DCE79E
Tints of Tusk #DCE79E
RGB
CMYK
RGB Variations
Color information
#DCE79E (or 0xDCE79E) is known color: Tusk. HEX triplet: DC, E7 and 9E. RGB value is (220,231,158). Sum of RGB (Red+Green+Blue) = 220+231+158=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE79E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE79E is #231861. Grayscale: #DBDBDB. Windows color (decimal): -2300002 or 10414044. OLE color: 10414044.
HSL color Cylindrical-coordinate representation of color #DCE79E: hue angle of 69.04º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE79E is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 158 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.09 |
| HSL | 69.04º | 0.6% | 0.76% | - |
| HSV(B) | 69.04º | 0.32% | 0.91% | - |
| XYZ | 64.26 | 74.84 | 43.41 | - |
| YUV | 219.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 158 | 0.05 | 0 | 0.32 | 0.09 | 69.04 | 0.6 | 0.76 |
| Hex | DC | E7 | 9E | 5 | 0 | 20 | 9 | 45 | 3C | 4C |
| Octal | 334 | 347 | 236 | 5 | 0 | 40 | 11 | 105 | 74 | 114 |
| Binary | 11011100 | 11100111 | 10011110 | 101 | 0 | 100000 | 1001 | 1000101 | 111100 | 1001100 |
Color Harmonies of #DCE79E
Complementary color
Monochromatic Colors of #DCE79E
Black with #DCE79E
Text Example
Text Example
White with #DCE79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE79E; }
p { color: rgb(220,231,158); }
H1.HeaderClassName
{
color: #DCE79E;
}
.AnyTagClassName
{
color: #DCE79E;
}
</style>
background-color css
<style>
a { background-color: #DCE79E; }
a { background-color: rgb(220,231,158); }
div.DivClassName
{
background-color: #DCE79E;
}
.BgClassName
{
background-color: #DCE79E;
}
</style>
border-color css
<style>
span { border-color: #DCE79E; }
span { border-color: rgb(220,231,158); }
td.TdClassName
{
border-color: #DCE79E;
}
.TagClassName
{
border-color: #DCE79E;
}
</style>