Shades of Tusk #DFDEB8
Tints of Tusk #DFDEB8
RGB
CMYK
RGB Variations
Color information
#DFDEB8 (or 0xDFDEB8) is known color: Tusk. HEX triplet: DF, DE and B8. RGB value is (223,222,184). Sum of RGB (Red+Green+Blue) = 223+222+184=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB8 is #202147. Grayscale: #DADADA. Windows color (decimal): -2105672 or 12115679. OLE color: 12115679.
HSL color Cylindrical-coordinate representation of color #DFDEB8: hue angle of 58.46º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFDEB8 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 184 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.13 |
| HSL | 58.46º | 0.38% | 0.8% | - |
| HSV(B) | 58.46º | 0.17% | 0.87% | - |
| XYZ | 65.2 | 71.39 | 55.69 | - |
| YUV | 217.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 184 | 0 | 0.00 | 0.17 | 0.13 | 58.46 | 0.38 | 0.8 |
| Hex | DF | DE | B8 | 0 | 0 | 11 | D | 3A | 26 | 50 |
| Octal | 337 | 336 | 270 | 0 | 0 | 21 | 15 | 72 | 46 | 120 |
| Binary | 11011111 | 11011110 | 10111000 | 0 | 0 | 10001 | 1101 | 111010 | 100110 | 1010000 |
Color Harmonies of #DFDEB8
Complementary color
Monochromatic Colors of #DFDEB8
Black with #DFDEB8
Text Example
Text Example
White with #DFDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB8; }
p { color: rgb(223,222,184); }
H1.HeaderClassName
{
color: #DFDEB8;
}
.AnyTagClassName
{
color: #DFDEB8;
}
</style>
background-color css
<style>
a { background-color: #DFDEB8; }
a { background-color: rgb(223,222,184); }
div.DivClassName
{
background-color: #DFDEB8;
}
.BgClassName
{
background-color: #DFDEB8;
}
</style>
border-color css
<style>
span { border-color: #DFDEB8; }
span { border-color: rgb(223,222,184); }
td.TdClassName
{
border-color: #DFDEB8;
}
.TagClassName
{
border-color: #DFDEB8;
}
</style>