Shades of Tusk #DFE79D
Tints of Tusk #DFE79D
RGB
CMYK
RGB Variations
Color information
#DFE79D (or 0xDFE79D) is known color: Tusk. HEX triplet: DF, E7 and 9D. RGB value is (223,231,157). Sum of RGB (Red+Green+Blue) = 223+231+157=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE79D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE79D is #201862. Grayscale: #DCDCDC. Windows color (decimal): -2103395 or 10348511. OLE color: 10348511.
HSL color Cylindrical-coordinate representation of color #DFE79D: hue angle of 66.49º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFE79D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 157 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.09 |
| HSL | 66.49º | 0.61% | 0.76% | - |
| HSV(B) | 66.49º | 0.32% | 0.91% | - |
| XYZ | 65.09 | 75.27 | 43 | - |
| YUV | 220.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 157 | 0.03 | 0 | 0.32 | 0.09 | 66.49 | 0.61 | 0.76 |
| Hex | DF | E7 | 9D | 3 | 0 | 20 | 9 | 42 | 3D | 4C |
| Octal | 337 | 347 | 235 | 3 | 0 | 40 | 11 | 102 | 75 | 114 |
| Binary | 11011111 | 11100111 | 10011101 | 11 | 0 | 100000 | 1001 | 1000010 | 111101 | 1001100 |
Color Harmonies of #DFE79D
Complementary color
Monochromatic Colors of #DFE79D
Black with #DFE79D
Text Example
Text Example
White with #DFE79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE79D; }
p { color: rgb(223,231,157); }
H1.HeaderClassName
{
color: #DFE79D;
}
.AnyTagClassName
{
color: #DFE79D;
}
</style>
background-color css
<style>
a { background-color: #DFE79D; }
a { background-color: rgb(223,231,157); }
div.DivClassName
{
background-color: #DFE79D;
}
.BgClassName
{
background-color: #DFE79D;
}
</style>
border-color css
<style>
span { border-color: #DFE79D; }
span { border-color: rgb(223,231,157); }
td.TdClassName
{
border-color: #DFE79D;
}
.TagClassName
{
border-color: #DFE79D;
}
</style>