Shades of Tusk #DFECAD
Tints of Tusk #DFECAD
RGB
CMYK
RGB Variations
Color information
#DFECAD (or 0xDFECAD) is known color: Tusk. HEX triplet: DF, EC and AD. RGB value is (223,236,173). Sum of RGB (Red+Green+Blue) = 223+236+173=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECAD is #201352. Grayscale: #E1E1E1. Windows color (decimal): -2102099 or 11398367. OLE color: 11398367.
HSL color Cylindrical-coordinate representation of color #DFECAD: hue angle of 72.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFECAD is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 173 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 72.38º | 0.62% | 0.8% | - |
| HSV(B) | 72.38º | 0.27% | 0.93% | - |
| XYZ | 67.97 | 78.7 | 51.14 | - |
| YUV | 224.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 173 | 0.06 | 0 | 0.27 | 0.07 | 72.38 | 0.62 | 0.8 |
| Hex | DF | EC | AD | 6 | 0 | 1B | 7 | 48 | 3E | 50 |
| Octal | 337 | 354 | 255 | 6 | 0 | 33 | 7 | 110 | 76 | 120 |
| Binary | 11011111 | 11101100 | 10101101 | 110 | 0 | 11011 | 111 | 1001000 | 111110 | 1010000 |
Color Harmonies of #DFECAD
Complementary color
Monochromatic Colors of #DFECAD
Black with #DFECAD
Text Example
Text Example
White with #DFECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECAD; }
p { color: rgb(223,236,173); }
H1.HeaderClassName
{
color: #DFECAD;
}
.AnyTagClassName
{
color: #DFECAD;
}
</style>
background-color css
<style>
a { background-color: #DFECAD; }
a { background-color: rgb(223,236,173); }
div.DivClassName
{
background-color: #DFECAD;
}
.BgClassName
{
background-color: #DFECAD;
}
</style>
border-color css
<style>
span { border-color: #DFECAD; }
span { border-color: rgb(223,236,173); }
td.TdClassName
{
border-color: #DFECAD;
}
.TagClassName
{
border-color: #DFECAD;
}
</style>