Shades of Tusk #DFE7AC
Tints of Tusk #DFE7AC
RGB
CMYK
RGB Variations
Color information
#DFE7AC (or 0xDFE7AC) is known color: Tusk. HEX triplet: DF, E7 and AC. RGB value is (223,231,172). Sum of RGB (Red+Green+Blue) = 223+231+172=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE7AC is #201853. Grayscale: #DEDEDE. Windows color (decimal): -2103380 or 11331551. OLE color: 11331551.
HSL color Cylindrical-coordinate representation of color #DFE7AC: hue angle of 68.14º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFE7AC is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 172 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.09 |
| HSL | 68.14º | 0.55% | 0.79% | - |
| HSV(B) | 68.14º | 0.26% | 0.91% | - |
| XYZ | 66.45 | 75.82 | 50.16 | - |
| YUV | 221.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 172 | 0.03 | 0 | 0.26 | 0.09 | 68.14 | 0.55 | 0.79 |
| Hex | DF | E7 | AC | 3 | 0 | 1A | 9 | 44 | 37 | 4F |
| Octal | 337 | 347 | 254 | 3 | 0 | 32 | 11 | 104 | 67 | 117 |
| Binary | 11011111 | 11100111 | 10101100 | 11 | 0 | 11010 | 1001 | 1000100 | 110111 | 1001111 |
Color Harmonies of #DFE7AC
Complementary color
Monochromatic Colors of #DFE7AC
Black with #DFE7AC
Text Example
Text Example
White with #DFE7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7AC; }
p { color: rgb(223,231,172); }
H1.HeaderClassName
{
color: #DFE7AC;
}
.AnyTagClassName
{
color: #DFE7AC;
}
</style>
background-color css
<style>
a { background-color: #DFE7AC; }
a { background-color: rgb(223,231,172); }
div.DivClassName
{
background-color: #DFE7AC;
}
.BgClassName
{
background-color: #DFE7AC;
}
</style>
border-color css
<style>
span { border-color: #DFE7AC; }
span { border-color: rgb(223,231,172); }
td.TdClassName
{
border-color: #DFE7AC;
}
.TagClassName
{
border-color: #DFE7AC;
}
</style>