Shades of Tusk #DFE8B7
Tints of Tusk #DFE8B7
RGB
CMYK
RGB Variations
Color information
#DFE8B7 (or 0xDFE8B7) is known color: Tusk. HEX triplet: DF, E8 and B7. RGB value is (223,232,183). Sum of RGB (Red+Green+Blue) = 223+232+183=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 183 (71.88% from 255 or 28.68% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8B7 is #201748. Grayscale: #DFDFDF. Windows color (decimal): -2103113 or 12052703. OLE color: 12052703.
HSL color Cylindrical-coordinate representation of color #DFE8B7: hue angle of 71.02º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFE8B7 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 183 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.09 |
| HSL | 71.02º | 0.52% | 0.81% | - |
| HSV(B) | 71.02º | 0.21% | 0.91% | - |
| XYZ | 67.84 | 76.82 | 56.05 | - |
| YUV | 223.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 183 | 0.04 | 0 | 0.21 | 0.09 | 71.02 | 0.52 | 0.81 |
| Hex | DF | E8 | B7 | 4 | 0 | 15 | 9 | 47 | 34 | 51 |
| Octal | 337 | 350 | 267 | 4 | 0 | 25 | 11 | 107 | 64 | 121 |
| Binary | 11011111 | 11101000 | 10110111 | 100 | 0 | 10101 | 1001 | 1000111 | 110100 | 1010001 |
Color Harmonies of #DFE8B7
Complementary color
Monochromatic Colors of #DFE8B7
Black with #DFE8B7
Text Example
Text Example
White with #DFE8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8B7; }
p { color: rgb(223,232,183); }
H1.HeaderClassName
{
color: #DFE8B7;
}
.AnyTagClassName
{
color: #DFE8B7;
}
</style>
background-color css
<style>
a { background-color: #DFE8B7; }
a { background-color: rgb(223,232,183); }
div.DivClassName
{
background-color: #DFE8B7;
}
.BgClassName
{
background-color: #DFE8B7;
}
</style>
border-color css
<style>
span { border-color: #DFE8B7; }
span { border-color: rgb(223,232,183); }
td.TdClassName
{
border-color: #DFE8B7;
}
.TagClassName
{
border-color: #DFE8B7;
}
</style>