Shades of Tusk #DAE3AC
Tints of Tusk #DAE3AC
RGB
CMYK
RGB Variations
Color information
#DAE3AC (or 0xDAE3AC) is known color: Tusk. HEX triplet: DA, E3 and AC. RGB value is (218,227,172). Sum of RGB (Red+Green+Blue) = 218+227+172=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE3AC is #251C53. Grayscale: #DADADA. Windows color (decimal): -2432084 or 11330522. OLE color: 11330522.
HSL color Cylindrical-coordinate representation of color #DAE3AC: hue angle of 69.82º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE3AC is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 172 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.11 |
| HSL | 69.82º | 0.5% | 0.78% | - |
| HSV(B) | 69.82º | 0.24% | 0.89% | - |
| XYZ | 63.83 | 72.82 | 49.72 | - |
| YUV | 218.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 172 | 0.04 | 0 | 0.24 | 0.11 | 69.82 | 0.5 | 0.78 |
| Hex | DA | E3 | AC | 4 | 0 | 18 | B | 46 | 32 | 4E |
| Octal | 332 | 343 | 254 | 4 | 0 | 30 | 13 | 106 | 62 | 116 |
| Binary | 11011010 | 11100011 | 10101100 | 100 | 0 | 11000 | 1011 | 1000110 | 110010 | 1001110 |
Color Harmonies of #DAE3AC
Complementary color
Monochromatic Colors of #DAE3AC
Black with #DAE3AC
Text Example
Text Example
White with #DAE3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3AC; }
p { color: rgb(218,227,172); }
H1.HeaderClassName
{
color: #DAE3AC;
}
.AnyTagClassName
{
color: #DAE3AC;
}
</style>
background-color css
<style>
a { background-color: #DAE3AC; }
a { background-color: rgb(218,227,172); }
div.DivClassName
{
background-color: #DAE3AC;
}
.BgClassName
{
background-color: #DAE3AC;
}
</style>
border-color css
<style>
span { border-color: #DAE3AC; }
span { border-color: rgb(218,227,172); }
td.TdClassName
{
border-color: #DAE3AC;
}
.TagClassName
{
border-color: #DAE3AC;
}
</style>