Shades of Tusk #DFDEB3
Tints of Tusk #DFDEB3
RGB
CMYK
RGB Variations
Color information
#DFDEB3 (or 0xDFDEB3) is known color: Tusk. HEX triplet: DF, DE and B3. RGB value is (223,222,179). Sum of RGB (Red+Green+Blue) = 223+222+179=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB3 is #20214C. Grayscale: #D9D9D9. Windows color (decimal): -2105677 or 11787999. OLE color: 11787999.
HSL color Cylindrical-coordinate representation of color #DFDEB3: hue angle of 58.64º 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 #DFDEB3 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 179 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.13 |
| HSL | 58.64º | 0.41% | 0.79% | - |
| HSV(B) | 58.64º | 0.2% | 0.87% | - |
| XYZ | 64.69 | 71.19 | 52.98 | - |
| YUV | 217.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 179 | 0 | 0.00 | 0.20 | 0.13 | 58.64 | 0.41 | 0.79 |
| Hex | DF | DE | B3 | 0 | 0 | 14 | D | 3B | 29 | 4F |
| Octal | 337 | 336 | 263 | 0 | 0 | 24 | 15 | 73 | 51 | 117 |
| Binary | 11011111 | 11011110 | 10110011 | 0 | 0 | 10100 | 1101 | 111011 | 101001 | 1001111 |
Color Harmonies of #DFDEB3
Complementary color
Monochromatic Colors of #DFDEB3
Black with #DFDEB3
Text Example
Text Example
White with #DFDEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB3; }
p { color: rgb(223,222,179); }
H1.HeaderClassName
{
color: #DFDEB3;
}
.AnyTagClassName
{
color: #DFDEB3;
}
</style>
background-color css
<style>
a { background-color: #DFDEB3; }
a { background-color: rgb(223,222,179); }
div.DivClassName
{
background-color: #DFDEB3;
}
.BgClassName
{
background-color: #DFDEB3;
}
</style>
border-color css
<style>
span { border-color: #DFDEB3; }
span { border-color: rgb(223,222,179); }
td.TdClassName
{
border-color: #DFDEB3;
}
.TagClassName
{
border-color: #DFDEB3;
}
</style>