Shades of Tusk #DFE99F
Tints of Tusk #DFE99F
RGB
CMYK
RGB Variations
Color information
#DFE99F (or 0xDFE99F) is known color: Tusk. HEX triplet: DF, E9 and 9F. RGB value is (223,233,159). Sum of RGB (Red+Green+Blue) = 223+233+159=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE99F is #201660. Grayscale: #DDDDDD. Windows color (decimal): -2102881 or 10480095. OLE color: 10480095.
HSL color Cylindrical-coordinate representation of color #DFE99F: hue angle of 68.11º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFE99F is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 159 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.09 |
| HSL | 68.11º | 0.63% | 0.77% | - |
| HSV(B) | 68.11º | 0.32% | 0.91% | - |
| XYZ | 65.83 | 76.47 | 44.09 | - |
| YUV | 221.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 159 | 0.04 | 0 | 0.32 | 0.09 | 68.11 | 0.63 | 0.77 |
| Hex | DF | E9 | 9F | 4 | 0 | 20 | 9 | 44 | 3F | 4D |
| Octal | 337 | 351 | 237 | 4 | 0 | 40 | 11 | 104 | 77 | 115 |
| Binary | 11011111 | 11101001 | 10011111 | 100 | 0 | 100000 | 1001 | 1000100 | 111111 | 1001101 |
Color Harmonies of #DFE99F
Complementary color
Monochromatic Colors of #DFE99F
Black with #DFE99F
Text Example
Text Example
White with #DFE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE99F; }
p { color: rgb(223,233,159); }
H1.HeaderClassName
{
color: #DFE99F;
}
.AnyTagClassName
{
color: #DFE99F;
}
</style>
background-color css
<style>
a { background-color: #DFE99F; }
a { background-color: rgb(223,233,159); }
div.DivClassName
{
background-color: #DFE99F;
}
.BgClassName
{
background-color: #DFE99F;
}
</style>
border-color css
<style>
span { border-color: #DFE99F; }
span { border-color: rgb(223,233,159); }
td.TdClassName
{
border-color: #DFE99F;
}
.TagClassName
{
border-color: #DFE99F;
}
</style>