Shades of Tusk #DFE8B3
Tints of Tusk #DFE8B3
RGB
CMYK
RGB Variations
Color information
#DFE8B3 (or 0xDFE8B3) is known color: Tusk. HEX triplet: DF, E8 and B3. RGB value is (223,232,179). Sum of RGB (Red+Green+Blue) = 223+232+179=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8B3 is #20174C. Grayscale: #DFDFDF. Windows color (decimal): -2103117 or 11790559. OLE color: 11790559.
HSL color Cylindrical-coordinate representation of color #DFE8B3: hue angle of 70.19º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFE8B3 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 179 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.09 |
| HSL | 70.19º | 0.54% | 0.81% | - |
| HSV(B) | 70.19º | 0.23% | 0.91% | - |
| XYZ | 67.42 | 76.66 | 53.89 | - |
| YUV | 223.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 179 | 0.04 | 0 | 0.23 | 0.09 | 70.19 | 0.54 | 0.81 |
| Hex | DF | E8 | B3 | 4 | 0 | 17 | 9 | 46 | 36 | 51 |
| Octal | 337 | 350 | 263 | 4 | 0 | 27 | 11 | 106 | 66 | 121 |
| Binary | 11011111 | 11101000 | 10110011 | 100 | 0 | 10111 | 1001 | 1000110 | 110110 | 1010001 |
Color Harmonies of #DFE8B3
Complementary color
Monochromatic Colors of #DFE8B3
Black with #DFE8B3
Text Example
Text Example
White with #DFE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8B3; }
p { color: rgb(223,232,179); }
H1.HeaderClassName
{
color: #DFE8B3;
}
.AnyTagClassName
{
color: #DFE8B3;
}
</style>
background-color css
<style>
a { background-color: #DFE8B3; }
a { background-color: rgb(223,232,179); }
div.DivClassName
{
background-color: #DFE8B3;
}
.BgClassName
{
background-color: #DFE8B3;
}
</style>
border-color css
<style>
span { border-color: #DFE8B3; }
span { border-color: rgb(223,232,179); }
td.TdClassName
{
border-color: #DFE8B3;
}
.TagClassName
{
border-color: #DFE8B3;
}
</style>