Shades of Tusk #DFF0B0
Tints of Tusk #DFF0B0
RGB
CMYK
RGB Variations
Color information
#DFF0B0 (or 0xDFF0B0) is known color: Tusk. HEX triplet: DF, F0 and B0. RGB value is (223,240,176). Sum of RGB (Red+Green+Blue) = 223+240+176=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF0B0 is #200F4F. Grayscale: #E3E3E3. Windows color (decimal): -2101072 or 11595999. OLE color: 11595999.
HSL color Cylindrical-coordinate representation of color #DFF0B0: hue angle of 75.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFF0B0 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 176 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.06 |
| HSL | 75.94º | 0.68% | 0.82% | - |
| HSV(B) | 75.94º | 0.27% | 0.94% | - |
| XYZ | 69.43 | 81.14 | 53.08 | - |
| YUV | 227.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 176 | 0.07 | 0 | 0.27 | 0.06 | 75.94 | 0.68 | 0.82 |
| Hex | DF | F0 | B0 | 7 | 0 | 1B | 6 | 4C | 44 | 52 |
| Octal | 337 | 360 | 260 | 7 | 0 | 33 | 6 | 114 | 104 | 122 |
| Binary | 11011111 | 11110000 | 10110000 | 111 | 0 | 11011 | 110 | 1001100 | 1000100 | 1010010 |
Color Harmonies of #DFF0B0
Complementary color
Monochromatic Colors of #DFF0B0
Black with #DFF0B0
Text Example
Text Example
White with #DFF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0B0; }
p { color: rgb(223,240,176); }
H1.HeaderClassName
{
color: #DFF0B0;
}
.AnyTagClassName
{
color: #DFF0B0;
}
</style>
background-color css
<style>
a { background-color: #DFF0B0; }
a { background-color: rgb(223,240,176); }
div.DivClassName
{
background-color: #DFF0B0;
}
.BgClassName
{
background-color: #DFF0B0;
}
</style>
border-color css
<style>
span { border-color: #DFF0B0; }
span { border-color: rgb(223,240,176); }
td.TdClassName
{
border-color: #DFF0B0;
}
.TagClassName
{
border-color: #DFF0B0;
}
</style>