Shades of Tusk #DFE1B9
Tints of Tusk #DFE1B9
RGB
CMYK
RGB Variations
Color information
#DFE1B9 (or 0xDFE1B9) is known color: Tusk. HEX triplet: DF, E1 and B9. RGB value is (223,225,185). Sum of RGB (Red+Green+Blue) = 223+225+185=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1B9 is #201E46. Grayscale: #DBDBDB. Windows color (decimal): -2104903 or 12181983. OLE color: 12181983.
HSL color Cylindrical-coordinate representation of color #DFE1B9: hue angle of 63º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE1B9 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 185 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.12 |
| HSL | 63º | 0.4% | 0.8% | - |
| HSV(B) | 63º | 0.18% | 0.88% | - |
| XYZ | 66.11 | 73.04 | 56.51 | - |
| YUV | 219.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 185 | 0.01 | 0 | 0.18 | 0.12 | 63 | 0.4 | 0.8 |
| Hex | DF | E1 | B9 | 1 | 0 | 12 | C | 3F | 28 | 50 |
| Octal | 337 | 341 | 271 | 1 | 0 | 22 | 14 | 77 | 50 | 120 |
| Binary | 11011111 | 11100001 | 10111001 | 1 | 0 | 10010 | 1100 | 111111 | 101000 | 1010000 |
Color Harmonies of #DFE1B9
Complementary color
Monochromatic Colors of #DFE1B9
Black with #DFE1B9
Text Example
Text Example
White with #DFE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1B9; }
p { color: rgb(223,225,185); }
H1.HeaderClassName
{
color: #DFE1B9;
}
.AnyTagClassName
{
color: #DFE1B9;
}
</style>
background-color css
<style>
a { background-color: #DFE1B9; }
a { background-color: rgb(223,225,185); }
div.DivClassName
{
background-color: #DFE1B9;
}
.BgClassName
{
background-color: #DFE1B9;
}
</style>
border-color css
<style>
span { border-color: #DFE1B9; }
span { border-color: rgb(223,225,185); }
td.TdClassName
{
border-color: #DFE1B9;
}
.TagClassName
{
border-color: #DFE1B9;
}
</style>