Shades of Tusk #DFE9B0
Tints of Tusk #DFE9B0
RGB
CMYK
RGB Variations
Color information
#DFE9B0 (or 0xDFE9B0) is known color: Tusk. HEX triplet: DF, E9 and B0. RGB value is (223,233,176). Sum of RGB (Red+Green+Blue) = 223+233+176=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE9B0 is #20164F. Grayscale: #DFDFDF. Windows color (decimal): -2102864 or 11594207. OLE color: 11594207.
HSL color Cylindrical-coordinate representation of color #DFE9B0: hue angle of 70.53º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFE9B0 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 176 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.09 |
| HSL | 70.53º | 0.56% | 0.8% | - |
| HSV(B) | 70.53º | 0.24% | 0.91% | - |
| XYZ | 67.41 | 77.1 | 52.4 | - |
| YUV | 223.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 176 | 0.04 | 0 | 0.24 | 0.09 | 70.53 | 0.56 | 0.8 |
| Hex | DF | E9 | B0 | 4 | 0 | 18 | 9 | 47 | 38 | 50 |
| Octal | 337 | 351 | 260 | 4 | 0 | 30 | 11 | 107 | 70 | 120 |
| Binary | 11011111 | 11101001 | 10110000 | 100 | 0 | 11000 | 1001 | 1000111 | 111000 | 1010000 |
Color Harmonies of #DFE9B0
Complementary color
Monochromatic Colors of #DFE9B0
Black with #DFE9B0
Text Example
Text Example
White with #DFE9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9B0; }
p { color: rgb(223,233,176); }
H1.HeaderClassName
{
color: #DFE9B0;
}
.AnyTagClassName
{
color: #DFE9B0;
}
</style>
background-color css
<style>
a { background-color: #DFE9B0; }
a { background-color: rgb(223,233,176); }
div.DivClassName
{
background-color: #DFE9B0;
}
.BgClassName
{
background-color: #DFE9B0;
}
</style>
border-color css
<style>
span { border-color: #DFE9B0; }
span { border-color: rgb(223,233,176); }
td.TdClassName
{
border-color: #DFE9B0;
}
.TagClassName
{
border-color: #DFE9B0;
}
</style>