Shades of Tusk #DFEAB7
Tints of Tusk #DFEAB7
RGB
CMYK
RGB Variations
Color information
#DFEAB7 (or 0xDFEAB7) is known color: Tusk. HEX triplet: DF, EA and B7. RGB value is (223,234,183). Sum of RGB (Red+Green+Blue) = 223+234+183=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAB7 is #201548. Grayscale: #E1E1E1. Windows color (decimal): -2102601 or 12053215. OLE color: 12053215.
HSL color Cylindrical-coordinate representation of color #DFEAB7: hue angle of 72.94º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFEAB7 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 183 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.08 |
| HSL | 72.94º | 0.55% | 0.82% | - |
| HSV(B) | 72.94º | 0.22% | 0.92% | - |
| XYZ | 68.4 | 77.95 | 56.24 | - |
| YUV | 224.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 183 | 0.05 | 0 | 0.22 | 0.08 | 72.94 | 0.55 | 0.82 |
| Hex | DF | EA | B7 | 5 | 0 | 16 | 8 | 49 | 37 | 52 |
| Octal | 337 | 352 | 267 | 5 | 0 | 26 | 10 | 111 | 67 | 122 |
| Binary | 11011111 | 11101010 | 10110111 | 101 | 0 | 10110 | 1000 | 1001001 | 110111 | 1010010 |
Color Harmonies of #DFEAB7
Complementary color
Monochromatic Colors of #DFEAB7
Black with #DFEAB7
Text Example
Text Example
White with #DFEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAB7; }
p { color: rgb(223,234,183); }
H1.HeaderClassName
{
color: #DFEAB7;
}
.AnyTagClassName
{
color: #DFEAB7;
}
</style>
background-color css
<style>
a { background-color: #DFEAB7; }
a { background-color: rgb(223,234,183); }
div.DivClassName
{
background-color: #DFEAB7;
}
.BgClassName
{
background-color: #DFEAB7;
}
</style>
border-color css
<style>
span { border-color: #DFEAB7; }
span { border-color: rgb(223,234,183); }
td.TdClassName
{
border-color: #DFEAB7;
}
.TagClassName
{
border-color: #DFEAB7;
}
</style>