Shades of Tusk #DFDEB0
Tints of Tusk #DFDEB0
RGB
CMYK
RGB Variations
Color information
#DFDEB0 (or 0xDFDEB0) is known color: Tusk. HEX triplet: DF, DE and B0. RGB value is (223,222,176). Sum of RGB (Red+Green+Blue) = 223+222+176=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEB0 is #20214F. Grayscale: #D9D9D9. Windows color (decimal): -2105680 or 11591391. OLE color: 11591391.
HSL color Cylindrical-coordinate representation of color #DFDEB0: hue angle of 58.72º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFDEB0 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 176 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.13 |
| HSL | 58.72º | 0.42% | 0.78% | - |
| HSV(B) | 58.72º | 0.21% | 0.87% | - |
| XYZ | 64.39 | 71.07 | 51.4 | - |
| YUV | 217.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 176 | 0 | 0.00 | 0.21 | 0.13 | 58.72 | 0.42 | 0.78 |
| Hex | DF | DE | B0 | 0 | 0 | 15 | D | 3B | 2A | 4E |
| Octal | 337 | 336 | 260 | 0 | 0 | 25 | 15 | 73 | 52 | 116 |
| Binary | 11011111 | 11011110 | 10110000 | 0 | 0 | 10101 | 1101 | 111011 | 101010 | 1001110 |
Color Harmonies of #DFDEB0
Complementary color
Monochromatic Colors of #DFDEB0
Black with #DFDEB0
Text Example
Text Example
White with #DFDEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB0; }
p { color: rgb(223,222,176); }
H1.HeaderClassName
{
color: #DFDEB0;
}
.AnyTagClassName
{
color: #DFDEB0;
}
</style>
background-color css
<style>
a { background-color: #DFDEB0; }
a { background-color: rgb(223,222,176); }
div.DivClassName
{
background-color: #DFDEB0;
}
.BgClassName
{
background-color: #DFDEB0;
}
</style>
border-color css
<style>
span { border-color: #DFDEB0; }
span { border-color: rgb(223,222,176); }
td.TdClassName
{
border-color: #DFDEB0;
}
.TagClassName
{
border-color: #DFDEB0;
}
</style>