Shades of Tusk #DFE9A3
Tints of Tusk #DFE9A3
RGB
CMYK
RGB Variations
Color information
#DFE9A3 (or 0xDFE9A3) is known color: Tusk. HEX triplet: DF, E9 and A3. RGB value is (223,233,163). Sum of RGB (Red+Green+Blue) = 223+233+163=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE9A3 is #20165C. Grayscale: #DEDEDE. Windows color (decimal): -2102877 or 10742239. OLE color: 10742239.
HSL color Cylindrical-coordinate representation of color #DFE9A3: hue angle of 68.57º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFE9A3 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 163 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.09 |
| HSL | 68.57º | 0.61% | 0.78% | - |
| HSV(B) | 68.57º | 0.3% | 0.91% | - |
| XYZ | 66.18 | 76.61 | 45.95 | - |
| YUV | 222.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 163 | 0.04 | 0 | 0.30 | 0.09 | 68.57 | 0.61 | 0.78 |
| Hex | DF | E9 | A3 | 4 | 0 | 1E | 9 | 45 | 3D | 4E |
| Octal | 337 | 351 | 243 | 4 | 0 | 36 | 11 | 105 | 75 | 116 |
| Binary | 11011111 | 11101001 | 10100011 | 100 | 0 | 11110 | 1001 | 1000101 | 111101 | 1001110 |
Color Harmonies of #DFE9A3
Complementary color
Monochromatic Colors of #DFE9A3
Black with #DFE9A3
Text Example
Text Example
White with #DFE9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9A3; }
p { color: rgb(223,233,163); }
H1.HeaderClassName
{
color: #DFE9A3;
}
.AnyTagClassName
{
color: #DFE9A3;
}
</style>
background-color css
<style>
a { background-color: #DFE9A3; }
a { background-color: rgb(223,233,163); }
div.DivClassName
{
background-color: #DFE9A3;
}
.BgClassName
{
background-color: #DFE9A3;
}
</style>
border-color css
<style>
span { border-color: #DFE9A3; }
span { border-color: rgb(223,233,163); }
td.TdClassName
{
border-color: #DFE9A3;
}
.TagClassName
{
border-color: #DFE9A3;
}
</style>