Shades of Tusk #DFDFB8
Tints of Tusk #DFDFB8
RGB
CMYK
RGB Variations
Color information
#DFDFB8 (or 0xDFDFB8) is known color: Tusk. HEX triplet: DF, DF and B8. RGB value is (223,223,184). Sum of RGB (Red+Green+Blue) = 223+223+184=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFB8 is #202047. Grayscale: #DADADA. Windows color (decimal): -2105416 or 12115935. OLE color: 12115935.
HSL color Cylindrical-coordinate representation of color #DFDFB8: hue angle of 60º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFDFB8 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 184 | - |
| CMYK | 0 | 0 | 0.17 | 0.13 |
| HSL | 60º | 0.38% | 0.8% | - |
| HSV(B) | 60º | 0.17% | 0.87% | - |
| XYZ | 65.47 | 71.92 | 55.78 | - |
| YUV | 218.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 184 | 0 | 0 | 0.17 | 0.13 | 60 | 0.38 | 0.8 |
| Hex | DF | DF | B8 | 0 | 0 | 11 | D | 3C | 26 | 50 |
| Octal | 337 | 337 | 270 | 0 | 0 | 21 | 15 | 74 | 46 | 120 |
| Binary | 11011111 | 11011111 | 10111000 | 0 | 0 | 10001 | 1101 | 111100 | 100110 | 1010000 |
Color Harmonies of #DFDFB8
Complementary color
Monochromatic Colors of #DFDFB8
Black with #DFDFB8
Text Example
Text Example
White with #DFDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFB8; }
p { color: rgb(223,223,184); }
H1.HeaderClassName
{
color: #DFDFB8;
}
.AnyTagClassName
{
color: #DFDFB8;
}
</style>
background-color css
<style>
a { background-color: #DFDFB8; }
a { background-color: rgb(223,223,184); }
div.DivClassName
{
background-color: #DFDFB8;
}
.BgClassName
{
background-color: #DFDFB8;
}
</style>
border-color css
<style>
span { border-color: #DFDFB8; }
span { border-color: rgb(223,223,184); }
td.TdClassName
{
border-color: #DFDFB8;
}
.TagClassName
{
border-color: #DFDFB8;
}
</style>