Shades of Tusk #DFDDB4
Tints of Tusk #DFDDB4
RGB
CMYK
RGB Variations
Color information
#DFDDB4 (or 0xDFDDB4) is known color: Tusk. HEX triplet: DF, DD and B4. RGB value is (223,221,180). Sum of RGB (Red+Green+Blue) = 223+221+180=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDB4 is #20224B. Grayscale: #D9D9D9. Windows color (decimal): -2105932 or 11853279. OLE color: 11853279.
HSL color Cylindrical-coordinate representation of color #DFDDB4: hue angle of 57.21º 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 #DFDDB4 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 180 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.13 |
| HSL | 57.21º | 0.4% | 0.79% | - |
| HSV(B) | 57.21º | 0.19% | 0.87% | - |
| XYZ | 64.53 | 70.7 | 53.42 | - |
| YUV | 216.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 180 | 0 | 0.01 | 0.19 | 0.13 | 57.21 | 0.4 | 0.79 |
| Hex | DF | DD | B4 | 0 | 1 | 13 | D | 39 | 28 | 4F |
| Octal | 337 | 335 | 264 | 0 | 1 | 23 | 15 | 71 | 50 | 117 |
| Binary | 11011111 | 11011101 | 10110100 | 0 | 1 | 10011 | 1101 | 111001 | 101000 | 1001111 |
Color Harmonies of #DFDDB4
Complementary color
Monochromatic Colors of #DFDDB4
Black with #DFDDB4
Text Example
Text Example
White with #DFDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDB4; }
p { color: rgb(223,221,180); }
H1.HeaderClassName
{
color: #DFDDB4;
}
.AnyTagClassName
{
color: #DFDDB4;
}
</style>
background-color css
<style>
a { background-color: #DFDDB4; }
a { background-color: rgb(223,221,180); }
div.DivClassName
{
background-color: #DFDDB4;
}
.BgClassName
{
background-color: #DFDDB4;
}
</style>
border-color css
<style>
span { border-color: #DFDDB4; }
span { border-color: rgb(223,221,180); }
td.TdClassName
{
border-color: #DFDDB4;
}
.TagClassName
{
border-color: #DFDDB4;
}
</style>