Shades of Tusk #DFEBA4
Tints of Tusk #DFEBA4
RGB
CMYK
RGB Variations
Color information
#DFEBA4 (or 0xDFEBA4) is known color: Tusk. HEX triplet: DF, EB and A4. RGB value is (223,235,164). Sum of RGB (Red+Green+Blue) = 223+235+164=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA4 is #20145B. Grayscale: #DFDFDF. Windows color (decimal): -2102364 or 10808287. OLE color: 10808287.
HSL color Cylindrical-coordinate representation of color #DFEBA4: hue angle of 70.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFEBA4 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 164 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.08 |
| HSL | 70.14º | 0.64% | 0.78% | - |
| HSV(B) | 70.14º | 0.3% | 0.92% | - |
| XYZ | 66.84 | 77.78 | 46.61 | - |
| YUV | 223.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 164 | 0.05 | 0 | 0.30 | 0.08 | 70.14 | 0.64 | 0.78 |
| Hex | DF | EB | A4 | 5 | 0 | 1E | 8 | 46 | 40 | 4E |
| Octal | 337 | 353 | 244 | 5 | 0 | 36 | 10 | 106 | 100 | 116 |
| Binary | 11011111 | 11101011 | 10100100 | 101 | 0 | 11110 | 1000 | 1000110 | 1000000 | 1001110 |
Color Harmonies of #DFEBA4
Complementary color
Monochromatic Colors of #DFEBA4
Black with #DFEBA4
Text Example
Text Example
White with #DFEBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBA4; }
p { color: rgb(223,235,164); }
H1.HeaderClassName
{
color: #DFEBA4;
}
.AnyTagClassName
{
color: #DFEBA4;
}
</style>
background-color css
<style>
a { background-color: #DFEBA4; }
a { background-color: rgb(223,235,164); }
div.DivClassName
{
background-color: #DFEBA4;
}
.BgClassName
{
background-color: #DFEBA4;
}
</style>
border-color css
<style>
span { border-color: #DFEBA4; }
span { border-color: rgb(223,235,164); }
td.TdClassName
{
border-color: #DFEBA4;
}
.TagClassName
{
border-color: #DFEBA4;
}
</style>