Shades of Tusk #DFE4AC
Tints of Tusk #DFE4AC
RGB
CMYK
RGB Variations
Color information
#DFE4AC (or 0xDFE4AC) is known color: Tusk. HEX triplet: DF, E4 and AC. RGB value is (223,228,172). Sum of RGB (Red+Green+Blue) = 223+228+172=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE4AC is #201B53. Grayscale: #DCDCDC. Windows color (decimal): -2104148 or 11330783. OLE color: 11330783.
HSL color Cylindrical-coordinate representation of color #DFE4AC: hue angle of 65.36º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFE4AC is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 172 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.11 |
| HSL | 65.36º | 0.51% | 0.78% | - |
| HSV(B) | 65.36º | 0.25% | 0.89% | - |
| XYZ | 65.62 | 74.15 | 49.88 | - |
| YUV | 220.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 172 | 0.02 | 0 | 0.25 | 0.11 | 65.36 | 0.51 | 0.78 |
| Hex | DF | E4 | AC | 2 | 0 | 19 | B | 41 | 33 | 4E |
| Octal | 337 | 344 | 254 | 2 | 0 | 31 | 13 | 101 | 63 | 116 |
| Binary | 11011111 | 11100100 | 10101100 | 10 | 0 | 11001 | 1011 | 1000001 | 110011 | 1001110 |
Color Harmonies of #DFE4AC
Complementary color
Monochromatic Colors of #DFE4AC
Black with #DFE4AC
Text Example
Text Example
White with #DFE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4AC; }
p { color: rgb(223,228,172); }
H1.HeaderClassName
{
color: #DFE4AC;
}
.AnyTagClassName
{
color: #DFE4AC;
}
</style>
background-color css
<style>
a { background-color: #DFE4AC; }
a { background-color: rgb(223,228,172); }
div.DivClassName
{
background-color: #DFE4AC;
}
.BgClassName
{
background-color: #DFE4AC;
}
</style>
border-color css
<style>
span { border-color: #DFE4AC; }
span { border-color: rgb(223,228,172); }
td.TdClassName
{
border-color: #DFE4AC;
}
.TagClassName
{
border-color: #DFE4AC;
}
</style>