Shades of Tusk #DFEBA0
Tints of Tusk #DFEBA0
RGB
CMYK
RGB Variations
Color information
#DFEBA0 (or 0xDFEBA0) is known color: Tusk. HEX triplet: DF, EB and A0. RGB value is (223,235,160). Sum of RGB (Red+Green+Blue) = 223+235+160=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA0 is #20145F. Grayscale: #DFDFDF. Windows color (decimal): -2102368 or 10546143. OLE color: 10546143.
HSL color Cylindrical-coordinate representation of color #DFEBA0: hue angle of 69.6º degrees, saturation: 0.65, 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 #DFEBA0 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 160 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.08 |
| HSL | 69.6º | 0.65% | 0.77% | - |
| HSV(B) | 69.6º | 0.32% | 0.92% | - |
| XYZ | 66.48 | 77.64 | 44.74 | - |
| YUV | 222.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 160 | 0.05 | 0 | 0.32 | 0.08 | 69.6 | 0.65 | 0.77 |
| Hex | DF | EB | A0 | 5 | 0 | 20 | 8 | 46 | 41 | 4D |
| Octal | 337 | 353 | 240 | 5 | 0 | 40 | 10 | 106 | 101 | 115 |
| Binary | 11011111 | 11101011 | 10100000 | 101 | 0 | 100000 | 1000 | 1000110 | 1000001 | 1001101 |
Color Harmonies of #DFEBA0
Complementary color
Monochromatic Colors of #DFEBA0
Black with #DFEBA0
Text Example
Text Example
White with #DFEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBA0; }
p { color: rgb(223,235,160); }
H1.HeaderClassName
{
color: #DFEBA0;
}
.AnyTagClassName
{
color: #DFEBA0;
}
</style>
background-color css
<style>
a { background-color: #DFEBA0; }
a { background-color: rgb(223,235,160); }
div.DivClassName
{
background-color: #DFEBA0;
}
.BgClassName
{
background-color: #DFEBA0;
}
</style>
border-color css
<style>
span { border-color: #DFEBA0; }
span { border-color: rgb(223,235,160); }
td.TdClassName
{
border-color: #DFEBA0;
}
.TagClassName
{
border-color: #DFEBA0;
}
</style>