Shades of Tusk #DFE9B7
Tints of Tusk #DFE9B7
RGB
CMYK
RGB Variations
Color information
#DFE9B7 (or 0xDFE9B7) is known color: Tusk. HEX triplet: DF, E9 and B7. RGB value is (223,233,183). Sum of RGB (Red+Green+Blue) = 223+233+183=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9B7 is #201648. Grayscale: #E0E0E0. Windows color (decimal): -2102857 or 12052959. OLE color: 12052959.
HSL color Cylindrical-coordinate representation of color #DFE9B7: hue angle of 72º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFE9B7 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 183 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.09 |
| HSL | 72º | 0.53% | 0.82% | - |
| HSV(B) | 72º | 0.21% | 0.91% | - |
| XYZ | 68.12 | 77.38 | 56.15 | - |
| YUV | 224.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 183 | 0.04 | 0 | 0.21 | 0.09 | 72 | 0.53 | 0.82 |
| Hex | DF | E9 | B7 | 4 | 0 | 15 | 9 | 48 | 35 | 52 |
| Octal | 337 | 351 | 267 | 4 | 0 | 25 | 11 | 110 | 65 | 122 |
| Binary | 11011111 | 11101001 | 10110111 | 100 | 0 | 10101 | 1001 | 1001000 | 110101 | 1010010 |
Color Harmonies of #DFE9B7
Complementary color
Monochromatic Colors of #DFE9B7
Black with #DFE9B7
Text Example
Text Example
White with #DFE9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9B7; }
p { color: rgb(223,233,183); }
H1.HeaderClassName
{
color: #DFE9B7;
}
.AnyTagClassName
{
color: #DFE9B7;
}
</style>
background-color css
<style>
a { background-color: #DFE9B7; }
a { background-color: rgb(223,233,183); }
div.DivClassName
{
background-color: #DFE9B7;
}
.BgClassName
{
background-color: #DFE9B7;
}
</style>
border-color css
<style>
span { border-color: #DFE9B7; }
span { border-color: rgb(223,233,183); }
td.TdClassName
{
border-color: #DFE9B7;
}
.TagClassName
{
border-color: #DFE9B7;
}
</style>