Shades of Tusk #DFEBAC
Tints of Tusk #DFEBAC
RGB
CMYK
RGB Variations
Color information
#DFEBAC (or 0xDFEBAC) is known color: Tusk. HEX triplet: DF, EB and AC. RGB value is (223,235,172). Sum of RGB (Red+Green+Blue) = 223+235+172=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBAC is #201453. Grayscale: #E0E0E0. Windows color (decimal): -2102356 or 11332575. OLE color: 11332575.
HSL color Cylindrical-coordinate representation of color #DFEBAC: hue angle of 71.43º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFEBAC is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 172 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.08 |
| HSL | 71.43º | 0.61% | 0.8% | - |
| HSV(B) | 71.43º | 0.27% | 0.92% | - |
| XYZ | 67.59 | 78.08 | 50.54 | - |
| YUV | 224.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 172 | 0.05 | 0 | 0.27 | 0.08 | 71.43 | 0.61 | 0.8 |
| Hex | DF | EB | AC | 5 | 0 | 1B | 8 | 47 | 3D | 50 |
| Octal | 337 | 353 | 254 | 5 | 0 | 33 | 10 | 107 | 75 | 120 |
| Binary | 11011111 | 11101011 | 10101100 | 101 | 0 | 11011 | 1000 | 1000111 | 111101 | 1010000 |
Color Harmonies of #DFEBAC
Complementary color
Monochromatic Colors of #DFEBAC
Black with #DFEBAC
Text Example
Text Example
White with #DFEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBAC; }
p { color: rgb(223,235,172); }
H1.HeaderClassName
{
color: #DFEBAC;
}
.AnyTagClassName
{
color: #DFEBAC;
}
</style>
background-color css
<style>
a { background-color: #DFEBAC; }
a { background-color: rgb(223,235,172); }
div.DivClassName
{
background-color: #DFEBAC;
}
.BgClassName
{
background-color: #DFEBAC;
}
</style>
border-color css
<style>
span { border-color: #DFEBAC; }
span { border-color: rgb(223,235,172); }
td.TdClassName
{
border-color: #DFEBAC;
}
.TagClassName
{
border-color: #DFEBAC;
}
</style>