Shades of Tusk #DFEA9E
Tints of Tusk #DFEA9E
RGB
CMYK
RGB Variations
Color information
#DFEA9E (or 0xDFEA9E) is known color: Tusk. HEX triplet: DF, EA and 9E. RGB value is (223,234,158). Sum of RGB (Red+Green+Blue) = 223+234+158=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEA9E is #201561. Grayscale: #DEDEDE. Windows color (decimal): -2102626 or 10414815. OLE color: 10414815.
HSL color Cylindrical-coordinate representation of color #DFEA9E: hue angle of 68.68º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFEA9E is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 158 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.08 |
| HSL | 68.68º | 0.64% | 0.77% | - |
| HSV(B) | 68.68º | 0.32% | 0.92% | - |
| XYZ | 66.03 | 77 | 43.73 | - |
| YUV | 222.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 158 | 0.05 | 0 | 0.32 | 0.08 | 68.68 | 0.64 | 0.77 |
| Hex | DF | EA | 9E | 5 | 0 | 20 | 8 | 45 | 40 | 4D |
| Octal | 337 | 352 | 236 | 5 | 0 | 40 | 10 | 105 | 100 | 115 |
| Binary | 11011111 | 11101010 | 10011110 | 101 | 0 | 100000 | 1000 | 1000101 | 1000000 | 1001101 |
Color Harmonies of #DFEA9E
Complementary color
Monochromatic Colors of #DFEA9E
Black with #DFEA9E
Text Example
Text Example
White with #DFEA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA9E; }
p { color: rgb(223,234,158); }
H1.HeaderClassName
{
color: #DFEA9E;
}
.AnyTagClassName
{
color: #DFEA9E;
}
</style>
background-color css
<style>
a { background-color: #DFEA9E; }
a { background-color: rgb(223,234,158); }
div.DivClassName
{
background-color: #DFEA9E;
}
.BgClassName
{
background-color: #DFEA9E;
}
</style>
border-color css
<style>
span { border-color: #DFEA9E; }
span { border-color: rgb(223,234,158); }
td.TdClassName
{
border-color: #DFEA9E;
}
.TagClassName
{
border-color: #DFEA9E;
}
</style>