Shades of Tusk #DFE89F
Tints of Tusk #DFE89F
RGB
CMYK
RGB Variations
Color information
#DFE89F (or 0xDFE89F) is known color: Tusk. HEX triplet: DF, E8 and 9F. RGB value is (223,232,159). Sum of RGB (Red+Green+Blue) = 223+232+159=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE89F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE89F is #201760. Grayscale: #DDDDDD. Windows color (decimal): -2103137 or 10479839. OLE color: 10479839.
HSL color Cylindrical-coordinate representation of color #DFE89F: hue angle of 67.4º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFE89F is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 159 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.09 |
| HSL | 67.4º | 0.61% | 0.77% | - |
| HSV(B) | 67.4º | 0.31% | 0.91% | - |
| XYZ | 65.55 | 75.9 | 44 | - |
| YUV | 220.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 159 | 0.04 | 0 | 0.31 | 0.09 | 67.4 | 0.61 | 0.77 |
| Hex | DF | E8 | 9F | 4 | 0 | 1F | 9 | 43 | 3D | 4D |
| Octal | 337 | 350 | 237 | 4 | 0 | 37 | 11 | 103 | 75 | 115 |
| Binary | 11011111 | 11101000 | 10011111 | 100 | 0 | 11111 | 1001 | 1000011 | 111101 | 1001101 |
Color Harmonies of #DFE89F
Complementary color
Monochromatic Colors of #DFE89F
Black with #DFE89F
Text Example
Text Example
White with #DFE89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE89F; }
p { color: rgb(223,232,159); }
H1.HeaderClassName
{
color: #DFE89F;
}
.AnyTagClassName
{
color: #DFE89F;
}
</style>
background-color css
<style>
a { background-color: #DFE89F; }
a { background-color: rgb(223,232,159); }
div.DivClassName
{
background-color: #DFE89F;
}
.BgClassName
{
background-color: #DFE89F;
}
</style>
border-color css
<style>
span { border-color: #DFE89F; }
span { border-color: rgb(223,232,159); }
td.TdClassName
{
border-color: #DFE89F;
}
.TagClassName
{
border-color: #DFE89F;
}
</style>