Shades of Tusk #DFF0B3
Tints of Tusk #DFF0B3
RGB
CMYK
RGB Variations
Color information
#DFF0B3 (or 0xDFF0B3) is known color: Tusk. HEX triplet: DF, F0 and B3. RGB value is (223,240,179). Sum of RGB (Red+Green+Blue) = 223+240+179=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0B3 is #200F4C. Grayscale: #E4E4E4. Windows color (decimal): -2101069 or 11792607. OLE color: 11792607.
HSL color Cylindrical-coordinate representation of color #DFF0B3: hue angle of 76.72º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFF0B3 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 179 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.06 |
| HSL | 76.72º | 0.67% | 0.82% | - |
| HSV(B) | 76.72º | 0.25% | 0.94% | - |
| XYZ | 69.73 | 81.26 | 54.66 | - |
| YUV | 227.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 179 | 0.07 | 0 | 0.25 | 0.06 | 76.72 | 0.67 | 0.82 |
| Hex | DF | F0 | B3 | 7 | 0 | 19 | 6 | 4D | 43 | 52 |
| Octal | 337 | 360 | 263 | 7 | 0 | 31 | 6 | 115 | 103 | 122 |
| Binary | 11011111 | 11110000 | 10110011 | 111 | 0 | 11001 | 110 | 1001101 | 1000011 | 1010010 |
Color Harmonies of #DFF0B3
Complementary color
Monochromatic Colors of #DFF0B3
Black with #DFF0B3
Text Example
Text Example
White with #DFF0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0B3; }
p { color: rgb(223,240,179); }
H1.HeaderClassName
{
color: #DFF0B3;
}
.AnyTagClassName
{
color: #DFF0B3;
}
</style>
background-color css
<style>
a { background-color: #DFF0B3; }
a { background-color: rgb(223,240,179); }
div.DivClassName
{
background-color: #DFF0B3;
}
.BgClassName
{
background-color: #DFF0B3;
}
</style>
border-color css
<style>
span { border-color: #DFF0B3; }
span { border-color: rgb(223,240,179); }
td.TdClassName
{
border-color: #DFF0B3;
}
.TagClassName
{
border-color: #DFF0B3;
}
</style>