Shades of Tusk #DFDEB4
Tints of Tusk #DFDEB4
RGB
CMYK
RGB Variations
Color information
#DFDEB4 (or 0xDFDEB4) is known color: Tusk. HEX triplet: DF, DE and B4. RGB value is (223,222,180). Sum of RGB (Red+Green+Blue) = 223+222+180=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB4 is #20214B. Grayscale: #D9D9D9. Windows color (decimal): -2105676 or 11853535. OLE color: 11853535.
HSL color Cylindrical-coordinate representation of color #DFDEB4: hue angle of 58.6º 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 #DFDEB4 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 180 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.13 |
| HSL | 58.6º | 0.4% | 0.79% | - |
| HSV(B) | 58.6º | 0.19% | 0.87% | - |
| XYZ | 64.79 | 71.23 | 53.51 | - |
| YUV | 217.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 180 | 0 | 0.00 | 0.19 | 0.13 | 58.6 | 0.4 | 0.79 |
| Hex | DF | DE | B4 | 0 | 0 | 13 | D | 3B | 28 | 4F |
| Octal | 337 | 336 | 264 | 0 | 0 | 23 | 15 | 73 | 50 | 117 |
| Binary | 11011111 | 11011110 | 10110100 | 0 | 0 | 10011 | 1101 | 111011 | 101000 | 1001111 |
Color Harmonies of #DFDEB4
Complementary color
Monochromatic Colors of #DFDEB4
Black with #DFDEB4
Text Example
Text Example
White with #DFDEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB4; }
p { color: rgb(223,222,180); }
H1.HeaderClassName
{
color: #DFDEB4;
}
.AnyTagClassName
{
color: #DFDEB4;
}
</style>
background-color css
<style>
a { background-color: #DFDEB4; }
a { background-color: rgb(223,222,180); }
div.DivClassName
{
background-color: #DFDEB4;
}
.BgClassName
{
background-color: #DFDEB4;
}
</style>
border-color css
<style>
span { border-color: #DFDEB4; }
span { border-color: rgb(223,222,180); }
td.TdClassName
{
border-color: #DFDEB4;
}
.TagClassName
{
border-color: #DFDEB4;
}
</style>