Shades of Tusk #DFEBAA
Tints of Tusk #DFEBAA
RGB
CMYK
RGB Variations
Color information
#DFEBAA (or 0xDFEBAA) is known color: Tusk. HEX triplet: DF, EB and AA. RGB value is (223,235,170). Sum of RGB (Red+Green+Blue) = 223+235+170=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBAA is #201455. Grayscale: #E0E0E0. Windows color (decimal): -2102358 or 11201503. OLE color: 11201503.
HSL color Cylindrical-coordinate representation of color #DFEBAA: hue angle of 71.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFEBAA is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 170 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.08 |
| HSL | 71.08º | 0.62% | 0.79% | - |
| HSV(B) | 71.08º | 0.28% | 0.92% | - |
| XYZ | 67.4 | 78.01 | 49.53 | - |
| YUV | 224 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 170 | 0.05 | 0 | 0.28 | 0.08 | 71.08 | 0.62 | 0.79 |
| Hex | DF | EB | AA | 5 | 0 | 1C | 8 | 47 | 3E | 4F |
| Octal | 337 | 353 | 252 | 5 | 0 | 34 | 10 | 107 | 76 | 117 |
| Binary | 11011111 | 11101011 | 10101010 | 101 | 0 | 11100 | 1000 | 1000111 | 111110 | 1001111 |
Color Harmonies of #DFEBAA
Complementary color
Monochromatic Colors of #DFEBAA
Black with #DFEBAA
Text Example
Text Example
White with #DFEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBAA; }
p { color: rgb(223,235,170); }
H1.HeaderClassName
{
color: #DFEBAA;
}
.AnyTagClassName
{
color: #DFEBAA;
}
</style>
background-color css
<style>
a { background-color: #DFEBAA; }
a { background-color: rgb(223,235,170); }
div.DivClassName
{
background-color: #DFEBAA;
}
.BgClassName
{
background-color: #DFEBAA;
}
</style>
border-color css
<style>
span { border-color: #DFEBAA; }
span { border-color: rgb(223,235,170); }
td.TdClassName
{
border-color: #DFEBAA;
}
.TagClassName
{
border-color: #DFEBAA;
}
</style>