Shades of Tusk #DFECB5
Tints of Tusk #DFECB5
RGB
CMYK
RGB Variations
Color information
#DFECB5 (or 0xDFECB5) is known color: Tusk. HEX triplet: DF, EC and B5. RGB value is (223,236,181). Sum of RGB (Red+Green+Blue) = 223+236+181=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECB5 is #20134A. Grayscale: #E2E2E2. Windows color (decimal): -2102091 or 11922655. OLE color: 11922655.
HSL color Cylindrical-coordinate representation of color #DFECB5: hue angle of 74.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFECB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 181 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.07 |
| HSL | 74.18º | 0.59% | 0.82% | - |
| HSV(B) | 74.18º | 0.23% | 0.93% | - |
| XYZ | 68.77 | 79.02 | 55.34 | - |
| YUV | 225.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 181 | 0.06 | 0 | 0.23 | 0.07 | 74.18 | 0.59 | 0.82 |
| Hex | DF | EC | B5 | 6 | 0 | 17 | 7 | 4A | 3B | 52 |
| Octal | 337 | 354 | 265 | 6 | 0 | 27 | 7 | 112 | 73 | 122 |
| Binary | 11011111 | 11101100 | 10110101 | 110 | 0 | 10111 | 111 | 1001010 | 111011 | 1010010 |
Color Harmonies of #DFECB5
Complementary color
Monochromatic Colors of #DFECB5
Black with #DFECB5
Text Example
Text Example
White with #DFECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECB5; }
p { color: rgb(223,236,181); }
H1.HeaderClassName
{
color: #DFECB5;
}
.AnyTagClassName
{
color: #DFECB5;
}
</style>
background-color css
<style>
a { background-color: #DFECB5; }
a { background-color: rgb(223,236,181); }
div.DivClassName
{
background-color: #DFECB5;
}
.BgClassName
{
background-color: #DFECB5;
}
</style>
border-color css
<style>
span { border-color: #DFECB5; }
span { border-color: rgb(223,236,181); }
td.TdClassName
{
border-color: #DFECB5;
}
.TagClassName
{
border-color: #DFECB5;
}
</style>