Shades of Tusk #DFECB0
Tints of Tusk #DFECB0
RGB
CMYK
RGB Variations
Color information
#DFECB0 (or 0xDFECB0) is known color: Tusk. HEX triplet: DF, EC and B0. RGB value is (223,236,176). Sum of RGB (Red+Green+Blue) = 223+236+176=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECB0 is #20134F. Grayscale: #E1E1E1. Windows color (decimal): -2102096 or 11594975. OLE color: 11594975.
HSL color Cylindrical-coordinate representation of color #DFECB0: hue angle of 73º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFECB0 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 176 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.07 |
| HSL | 73º | 0.61% | 0.81% | - |
| HSV(B) | 73º | 0.25% | 0.93% | - |
| XYZ | 68.26 | 78.81 | 52.69 | - |
| YUV | 225.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 176 | 0.06 | 0 | 0.25 | 0.07 | 73 | 0.61 | 0.81 |
| Hex | DF | EC | B0 | 6 | 0 | 19 | 7 | 49 | 3D | 51 |
| Octal | 337 | 354 | 260 | 6 | 0 | 31 | 7 | 111 | 75 | 121 |
| Binary | 11011111 | 11101100 | 10110000 | 110 | 0 | 11001 | 111 | 1001001 | 111101 | 1010001 |
Color Harmonies of #DFECB0
Complementary color
Monochromatic Colors of #DFECB0
Black with #DFECB0
Text Example
Text Example
White with #DFECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECB0; }
p { color: rgb(223,236,176); }
H1.HeaderClassName
{
color: #DFECB0;
}
.AnyTagClassName
{
color: #DFECB0;
}
</style>
background-color css
<style>
a { background-color: #DFECB0; }
a { background-color: rgb(223,236,176); }
div.DivClassName
{
background-color: #DFECB0;
}
.BgClassName
{
background-color: #DFECB0;
}
</style>
border-color css
<style>
span { border-color: #DFECB0; }
span { border-color: rgb(223,236,176); }
td.TdClassName
{
border-color: #DFECB0;
}
.TagClassName
{
border-color: #DFECB0;
}
</style>