Shades of Tusk #DFECB4
Tints of Tusk #DFECB4
RGB
CMYK
RGB Variations
Color information
#DFECB4 (or 0xDFECB4) is known color: Tusk. HEX triplet: DF, EC and B4. RGB value is (223,236,180). Sum of RGB (Red+Green+Blue) = 223+236+180=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECB4 is #20134B. Grayscale: #E1E1E1. Windows color (decimal): -2102092 or 11857119. OLE color: 11857119.
HSL color Cylindrical-coordinate representation of color #DFECB4: hue angle of 73.93º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFECB4 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 180 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.07 |
| HSL | 73.93º | 0.6% | 0.82% | - |
| HSV(B) | 73.93º | 0.24% | 0.93% | - |
| XYZ | 68.67 | 78.97 | 54.8 | - |
| YUV | 225.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 180 | 0.06 | 0 | 0.24 | 0.07 | 73.93 | 0.6 | 0.82 |
| Hex | DF | EC | B4 | 6 | 0 | 18 | 7 | 4A | 3C | 52 |
| Octal | 337 | 354 | 264 | 6 | 0 | 30 | 7 | 112 | 74 | 122 |
| Binary | 11011111 | 11101100 | 10110100 | 110 | 0 | 11000 | 111 | 1001010 | 111100 | 1010010 |
Color Harmonies of #DFECB4
Complementary color
Monochromatic Colors of #DFECB4
Black with #DFECB4
Text Example
Text Example
White with #DFECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECB4; }
p { color: rgb(223,236,180); }
H1.HeaderClassName
{
color: #DFECB4;
}
.AnyTagClassName
{
color: #DFECB4;
}
</style>
background-color css
<style>
a { background-color: #DFECB4; }
a { background-color: rgb(223,236,180); }
div.DivClassName
{
background-color: #DFECB4;
}
.BgClassName
{
background-color: #DFECB4;
}
</style>
border-color css
<style>
span { border-color: #DFECB4; }
span { border-color: rgb(223,236,180); }
td.TdClassName
{
border-color: #DFECB4;
}
.TagClassName
{
border-color: #DFECB4;
}
</style>