Shades of Tusk #DFE0B8
Tints of Tusk #DFE0B8
RGB
CMYK
RGB Variations
Color information
#DFE0B8 (or 0xDFE0B8) is known color: Tusk. HEX triplet: DF, E0 and B8. RGB value is (223,224,184). Sum of RGB (Red+Green+Blue) = 223+224+184=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 184 (72.27% from 255 or 29.16% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0B8 is #201F47. Grayscale: #DBDBDB. Windows color (decimal): -2105160 or 12116191. OLE color: 12116191.
HSL color Cylindrical-coordinate representation of color #DFE0B8: hue angle of 61.5º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE0B8 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 184 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.12 |
| HSL | 61.5º | 0.39% | 0.8% | - |
| HSV(B) | 61.5º | 0.18% | 0.88% | - |
| XYZ | 65.74 | 72.46 | 55.87 | - |
| YUV | 219.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 184 | 0.00 | 0 | 0.18 | 0.12 | 61.5 | 0.39 | 0.8 |
| Hex | DF | E0 | B8 | 0 | 0 | 12 | C | 3E | 27 | 50 |
| Octal | 337 | 340 | 270 | 0 | 0 | 22 | 14 | 76 | 47 | 120 |
| Binary | 11011111 | 11100000 | 10111000 | 0 | 0 | 10010 | 1100 | 111110 | 100111 | 1010000 |
Color Harmonies of #DFE0B8
Complementary color
Monochromatic Colors of #DFE0B8
Black with #DFE0B8
Text Example
Text Example
White with #DFE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0B8; }
p { color: rgb(223,224,184); }
H1.HeaderClassName
{
color: #DFE0B8;
}
.AnyTagClassName
{
color: #DFE0B8;
}
</style>
background-color css
<style>
a { background-color: #DFE0B8; }
a { background-color: rgb(223,224,184); }
div.DivClassName
{
background-color: #DFE0B8;
}
.BgClassName
{
background-color: #DFE0B8;
}
</style>
border-color css
<style>
span { border-color: #DFE0B8; }
span { border-color: rgb(223,224,184); }
td.TdClassName
{
border-color: #DFE0B8;
}
.TagClassName
{
border-color: #DFE0B8;
}
</style>