Shades of Tusk #DFDEB2
Tints of Tusk #DFDEB2
RGB
CMYK
RGB Variations
Color information
#DFDEB2 (or 0xDFDEB2) is known color: Tusk. HEX triplet: DF, DE and B2. RGB value is (223,222,178). Sum of RGB (Red+Green+Blue) = 223+222+178=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEB2 is #20214D. Grayscale: #D9D9D9. Windows color (decimal): -2105678 or 11722463. OLE color: 11722463.
HSL color Cylindrical-coordinate representation of color #DFDEB2: hue angle of 58.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFDEB2 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 178 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.13 |
| HSL | 58.67º | 0.41% | 0.79% | - |
| HSV(B) | 58.67º | 0.2% | 0.87% | - |
| XYZ | 64.59 | 71.14 | 52.45 | - |
| YUV | 217.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 178 | 0 | 0.00 | 0.20 | 0.13 | 58.67 | 0.41 | 0.79 |
| Hex | DF | DE | B2 | 0 | 0 | 14 | D | 3B | 29 | 4F |
| Octal | 337 | 336 | 262 | 0 | 0 | 24 | 15 | 73 | 51 | 117 |
| Binary | 11011111 | 11011110 | 10110010 | 0 | 0 | 10100 | 1101 | 111011 | 101001 | 1001111 |
Color Harmonies of #DFDEB2
Complementary color
Monochromatic Colors of #DFDEB2
Black with #DFDEB2
Text Example
Text Example
White with #DFDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB2; }
p { color: rgb(223,222,178); }
H1.HeaderClassName
{
color: #DFDEB2;
}
.AnyTagClassName
{
color: #DFDEB2;
}
</style>
background-color css
<style>
a { background-color: #DFDEB2; }
a { background-color: rgb(223,222,178); }
div.DivClassName
{
background-color: #DFDEB2;
}
.BgClassName
{
background-color: #DFDEB2;
}
</style>
border-color css
<style>
span { border-color: #DFDEB2; }
span { border-color: rgb(223,222,178); }
td.TdClassName
{
border-color: #DFDEB2;
}
.TagClassName
{
border-color: #DFDEB2;
}
</style>