Shades of Tusk #DCE39F
Tints of Tusk #DCE39F
RGB
CMYK
RGB Variations
Color information
#DCE39F (or 0xDCE39F) is known color: Tusk. HEX triplet: DC, E3 and 9F. RGB value is (220,227,159). Sum of RGB (Red+Green+Blue) = 220+227+159=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE39F is #231C60. Grayscale: #D9D9D9. Windows color (decimal): -2301025 or 10478556. OLE color: 10478556.
HSL color Cylindrical-coordinate representation of color #DCE39F: hue angle of 66.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE39F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 159 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.11 |
| HSL | 66.18º | 0.55% | 0.76% | - |
| HSV(B) | 66.18º | 0.3% | 0.89% | - |
| XYZ | 63.24 | 72.66 | 43.49 | - |
| YUV | 217.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 159 | 0.03 | 0 | 0.30 | 0.11 | 66.18 | 0.55 | 0.76 |
| Hex | DC | E3 | 9F | 3 | 0 | 1E | B | 42 | 37 | 4C |
| Octal | 334 | 343 | 237 | 3 | 0 | 36 | 13 | 102 | 67 | 114 |
| Binary | 11011100 | 11100011 | 10011111 | 11 | 0 | 11110 | 1011 | 1000010 | 110111 | 1001100 |
Color Harmonies of #DCE39F
Complementary color
Monochromatic Colors of #DCE39F
Black with #DCE39F
Text Example
Text Example
White with #DCE39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE39F; }
p { color: rgb(220,227,159); }
H1.HeaderClassName
{
color: #DCE39F;
}
.AnyTagClassName
{
color: #DCE39F;
}
</style>
background-color css
<style>
a { background-color: #DCE39F; }
a { background-color: rgb(220,227,159); }
div.DivClassName
{
background-color: #DCE39F;
}
.BgClassName
{
background-color: #DCE39F;
}
</style>
border-color css
<style>
span { border-color: #DCE39F; }
span { border-color: rgb(220,227,159); }
td.TdClassName
{
border-color: #DCE39F;
}
.TagClassName
{
border-color: #DCE39F;
}
</style>