Shades of Tusk #DFE4A7
Tints of Tusk #DFE4A7
RGB
CMYK
RGB Variations
Color information
#DFE4A7 (or 0xDFE4A7) is known color: Tusk. HEX triplet: DF, E4 and A7. RGB value is (223,228,167). Sum of RGB (Red+Green+Blue) = 223+228+167=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 167 (65.62% from 255 or 27.02% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE4A7 is #201B58. Grayscale: #DBDBDB. Windows color (decimal): -2104153 or 11003103. OLE color: 11003103.
HSL color Cylindrical-coordinate representation of color #DFE4A7: hue angle of 64.92º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFE4A7 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 167 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.11 |
| HSL | 64.92º | 0.53% | 0.77% | - |
| HSV(B) | 64.92º | 0.27% | 0.89% | - |
| XYZ | 65.15 | 73.96 | 47.4 | - |
| YUV | 219.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 167 | 0.02 | 0 | 0.27 | 0.11 | 64.92 | 0.53 | 0.77 |
| Hex | DF | E4 | A7 | 2 | 0 | 1B | B | 41 | 35 | 4D |
| Octal | 337 | 344 | 247 | 2 | 0 | 33 | 13 | 101 | 65 | 115 |
| Binary | 11011111 | 11100100 | 10100111 | 10 | 0 | 11011 | 1011 | 1000001 | 110101 | 1001101 |
Color Harmonies of #DFE4A7
Complementary color
Monochromatic Colors of #DFE4A7
Black with #DFE4A7
Text Example
Text Example
White with #DFE4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4A7; }
p { color: rgb(223,228,167); }
H1.HeaderClassName
{
color: #DFE4A7;
}
.AnyTagClassName
{
color: #DFE4A7;
}
</style>
background-color css
<style>
a { background-color: #DFE4A7; }
a { background-color: rgb(223,228,167); }
div.DivClassName
{
background-color: #DFE4A7;
}
.BgClassName
{
background-color: #DFE4A7;
}
</style>
border-color css
<style>
span { border-color: #DFE4A7; }
span { border-color: rgb(223,228,167); }
td.TdClassName
{
border-color: #DFE4A7;
}
.TagClassName
{
border-color: #DFE4A7;
}
</style>