Shades of Tusk #DFECB3
Tints of Tusk #DFECB3
RGB
CMYK
RGB Variations
Color information
#DFECB3 (or 0xDFECB3) is known color: Tusk. HEX triplet: DF, EC and B3. RGB value is (223,236,179). Sum of RGB (Red+Green+Blue) = 223+236+179=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECB3 is #20134C. Grayscale: #E1E1E1. Windows color (decimal): -2102093 or 11791583. OLE color: 11791583.
HSL color Cylindrical-coordinate representation of color #DFECB3: hue angle of 73.68º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFECB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 179 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.07 |
| HSL | 73.68º | 0.6% | 0.81% | - |
| HSV(B) | 73.68º | 0.24% | 0.93% | - |
| XYZ | 68.56 | 78.93 | 54.27 | - |
| YUV | 225.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 179 | 0.06 | 0 | 0.24 | 0.07 | 73.68 | 0.6 | 0.81 |
| Hex | DF | EC | B3 | 6 | 0 | 18 | 7 | 4A | 3C | 51 |
| Octal | 337 | 354 | 263 | 6 | 0 | 30 | 7 | 112 | 74 | 121 |
| Binary | 11011111 | 11101100 | 10110011 | 110 | 0 | 11000 | 111 | 1001010 | 111100 | 1010001 |
Color Harmonies of #DFECB3
Complementary color
Monochromatic Colors of #DFECB3
Black with #DFECB3
Text Example
Text Example
White with #DFECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECB3; }
p { color: rgb(223,236,179); }
H1.HeaderClassName
{
color: #DFECB3;
}
.AnyTagClassName
{
color: #DFECB3;
}
</style>
background-color css
<style>
a { background-color: #DFECB3; }
a { background-color: rgb(223,236,179); }
div.DivClassName
{
background-color: #DFECB3;
}
.BgClassName
{
background-color: #DFECB3;
}
</style>
border-color css
<style>
span { border-color: #DFECB3; }
span { border-color: rgb(223,236,179); }
td.TdClassName
{
border-color: #DFECB3;
}
.TagClassName
{
border-color: #DFECB3;
}
</style>