Shades of Tusk #DFEBA8
Tints of Tusk #DFEBA8
RGB
CMYK
RGB Variations
Color information
#DFEBA8 (or 0xDFEBA8) is known color: Tusk. HEX triplet: DF, EB and A8. RGB value is (223,235,168). Sum of RGB (Red+Green+Blue) = 223+235+168=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA8 is #201457. Grayscale: #E0E0E0. Windows color (decimal): -2102360 or 11070431. OLE color: 11070431.
HSL color Cylindrical-coordinate representation of color #DFEBA8: hue angle of 70.75º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFEBA8 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 168 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.08 |
| HSL | 70.75º | 0.63% | 0.79% | - |
| HSV(B) | 70.75º | 0.29% | 0.92% | - |
| XYZ | 67.21 | 77.93 | 48.55 | - |
| YUV | 223.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 168 | 0.05 | 0 | 0.29 | 0.08 | 70.75 | 0.63 | 0.79 |
| Hex | DF | EB | A8 | 5 | 0 | 1D | 8 | 47 | 3F | 4F |
| Octal | 337 | 353 | 250 | 5 | 0 | 35 | 10 | 107 | 77 | 117 |
| Binary | 11011111 | 11101011 | 10101000 | 101 | 0 | 11101 | 1000 | 1000111 | 111111 | 1001111 |
Color Harmonies of #DFEBA8
Complementary color
Monochromatic Colors of #DFEBA8
Black with #DFEBA8
Text Example
Text Example
White with #DFEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBA8; }
p { color: rgb(223,235,168); }
H1.HeaderClassName
{
color: #DFEBA8;
}
.AnyTagClassName
{
color: #DFEBA8;
}
</style>
background-color css
<style>
a { background-color: #DFEBA8; }
a { background-color: rgb(223,235,168); }
div.DivClassName
{
background-color: #DFEBA8;
}
.BgClassName
{
background-color: #DFEBA8;
}
</style>
border-color css
<style>
span { border-color: #DFEBA8; }
span { border-color: rgb(223,235,168); }
td.TdClassName
{
border-color: #DFEBA8;
}
.TagClassName
{
border-color: #DFEBA8;
}
</style>