Shades of Tusk #DCE39E
Tints of Tusk #DCE39E
RGB
CMYK
RGB Variations
Color information
#DCE39E (or 0xDCE39E) is known color: Tusk. HEX triplet: DC, E3 and 9E. RGB value is (220,227,158). Sum of RGB (Red+Green+Blue) = 220+227+158=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE39E is #231C61. Grayscale: #D9D9D9. Windows color (decimal): -2301026 or 10413020. OLE color: 10413020.
HSL color Cylindrical-coordinate representation of color #DCE39E: hue angle of 66.09º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE39E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 158 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.11 |
| HSL | 66.09º | 0.55% | 0.75% | - |
| HSV(B) | 66.09º | 0.3% | 0.89% | - |
| XYZ | 63.16 | 72.62 | 43.04 | - |
| YUV | 217.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 158 | 0.03 | 0 | 0.30 | 0.11 | 66.09 | 0.55 | 0.75 |
| Hex | DC | E3 | 9E | 3 | 0 | 1E | B | 42 | 37 | 4B |
| Octal | 334 | 343 | 236 | 3 | 0 | 36 | 13 | 102 | 67 | 113 |
| Binary | 11011100 | 11100011 | 10011110 | 11 | 0 | 11110 | 1011 | 1000010 | 110111 | 1001011 |
Color Harmonies of #DCE39E
Complementary color
Monochromatic Colors of #DCE39E
Black with #DCE39E
Text Example
Text Example
White with #DCE39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE39E; }
p { color: rgb(220,227,158); }
H1.HeaderClassName
{
color: #DCE39E;
}
.AnyTagClassName
{
color: #DCE39E;
}
</style>
background-color css
<style>
a { background-color: #DCE39E; }
a { background-color: rgb(220,227,158); }
div.DivClassName
{
background-color: #DCE39E;
}
.BgClassName
{
background-color: #DCE39E;
}
</style>
border-color css
<style>
span { border-color: #DCE39E; }
span { border-color: rgb(220,227,158); }
td.TdClassName
{
border-color: #DCE39E;
}
.TagClassName
{
border-color: #DCE39E;
}
</style>