Shades of Tusk #DFE2B9
Tints of Tusk #DFE2B9
RGB
CMYK
RGB Variations
Color information
#DFE2B9 (or 0xDFE2B9) is known color: Tusk. HEX triplet: DF, E2 and B9. RGB value is (223,226,185). Sum of RGB (Red+Green+Blue) = 223+226+185=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2B9 is #201D46. Grayscale: #DCDCDC. Windows color (decimal): -2104647 or 12182239. OLE color: 12182239.
HSL color Cylindrical-coordinate representation of color #DFE2B9: hue angle of 64.39º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE2B9 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 185 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.11 |
| HSL | 64.39º | 0.41% | 0.81% | - |
| HSV(B) | 64.39º | 0.18% | 0.89% | - |
| XYZ | 66.38 | 73.58 | 56.6 | - |
| YUV | 220.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 185 | 0.01 | 0 | 0.18 | 0.11 | 64.39 | 0.41 | 0.81 |
| Hex | DF | E2 | B9 | 1 | 0 | 12 | B | 40 | 29 | 51 |
| Octal | 337 | 342 | 271 | 1 | 0 | 22 | 13 | 100 | 51 | 121 |
| Binary | 11011111 | 11100010 | 10111001 | 1 | 0 | 10010 | 1011 | 1000000 | 101001 | 1010001 |
Color Harmonies of #DFE2B9
Complementary color
Monochromatic Colors of #DFE2B9
Black with #DFE2B9
Text Example
Text Example
White with #DFE2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2B9; }
p { color: rgb(223,226,185); }
H1.HeaderClassName
{
color: #DFE2B9;
}
.AnyTagClassName
{
color: #DFE2B9;
}
</style>
background-color css
<style>
a { background-color: #DFE2B9; }
a { background-color: rgb(223,226,185); }
div.DivClassName
{
background-color: #DFE2B9;
}
.BgClassName
{
background-color: #DFE2B9;
}
</style>
border-color css
<style>
span { border-color: #DFE2B9; }
span { border-color: rgb(223,226,185); }
td.TdClassName
{
border-color: #DFE2B9;
}
.TagClassName
{
border-color: #DFE2B9;
}
</style>