Shades of Tusk #DFE79F
Tints of Tusk #DFE79F
RGB
CMYK
RGB Variations
Color information
#DFE79F (or 0xDFE79F) is known color: Tusk. HEX triplet: DF, E7 and 9F. RGB value is (223,231,159). Sum of RGB (Red+Green+Blue) = 223+231+159=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE79F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE79F is #201860. Grayscale: #DCDCDC. Windows color (decimal): -2103393 or 10479583. OLE color: 10479583.
HSL color Cylindrical-coordinate representation of color #DFE79F: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFE79F is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 159 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.09 |
| HSL | 66.67º | 0.6% | 0.76% | - |
| HSV(B) | 66.67º | 0.31% | 0.91% | - |
| XYZ | 65.27 | 75.34 | 43.9 | - |
| YUV | 220.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 159 | 0.03 | 0 | 0.31 | 0.09 | 66.67 | 0.6 | 0.76 |
| Hex | DF | E7 | 9F | 3 | 0 | 1F | 9 | 43 | 3C | 4C |
| Octal | 337 | 347 | 237 | 3 | 0 | 37 | 11 | 103 | 74 | 114 |
| Binary | 11011111 | 11100111 | 10011111 | 11 | 0 | 11111 | 1001 | 1000011 | 111100 | 1001100 |
Color Harmonies of #DFE79F
Complementary color
Monochromatic Colors of #DFE79F
Black with #DFE79F
Text Example
Text Example
White with #DFE79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE79F; }
p { color: rgb(223,231,159); }
H1.HeaderClassName
{
color: #DFE79F;
}
.AnyTagClassName
{
color: #DFE79F;
}
</style>
background-color css
<style>
a { background-color: #DFE79F; }
a { background-color: rgb(223,231,159); }
div.DivClassName
{
background-color: #DFE79F;
}
.BgClassName
{
background-color: #DFE79F;
}
</style>
border-color css
<style>
span { border-color: #DFE79F; }
span { border-color: rgb(223,231,159); }
td.TdClassName
{
border-color: #DFE79F;
}
.TagClassName
{
border-color: #DFE79F;
}
</style>