Shades of Tusk #DFDEB5
Tints of Tusk #DFDEB5
RGB
CMYK
RGB Variations
Color information
#DFDEB5 (or 0xDFDEB5) is known color: Tusk. HEX triplet: DF, DE and B5. RGB value is (223,222,181). Sum of RGB (Red+Green+Blue) = 223+222+181=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB5 is #20214A. Grayscale: #D9D9D9. Windows color (decimal): -2105675 or 11919071. OLE color: 11919071.
HSL color Cylindrical-coordinate representation of color #DFDEB5: hue angle of 58.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFDEB5 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 181 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.13 |
| HSL | 58.57º | 0.4% | 0.79% | - |
| HSV(B) | 58.57º | 0.19% | 0.87% | - |
| XYZ | 64.89 | 71.27 | 54.05 | - |
| YUV | 217.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 181 | 0 | 0.00 | 0.19 | 0.13 | 58.57 | 0.4 | 0.79 |
| Hex | DF | DE | B5 | 0 | 0 | 13 | D | 3B | 28 | 4F |
| Octal | 337 | 336 | 265 | 0 | 0 | 23 | 15 | 73 | 50 | 117 |
| Binary | 11011111 | 11011110 | 10110101 | 0 | 0 | 10011 | 1101 | 111011 | 101000 | 1001111 |
Color Harmonies of #DFDEB5
Complementary color
Monochromatic Colors of #DFDEB5
Black with #DFDEB5
Text Example
Text Example
White with #DFDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB5; }
p { color: rgb(223,222,181); }
H1.HeaderClassName
{
color: #DFDEB5;
}
.AnyTagClassName
{
color: #DFDEB5;
}
</style>
background-color css
<style>
a { background-color: #DFDEB5; }
a { background-color: rgb(223,222,181); }
div.DivClassName
{
background-color: #DFDEB5;
}
.BgClassName
{
background-color: #DFDEB5;
}
</style>
border-color css
<style>
span { border-color: #DFDEB5; }
span { border-color: rgb(223,222,181); }
td.TdClassName
{
border-color: #DFDEB5;
}
.TagClassName
{
border-color: #DFDEB5;
}
</style>