Shades of Tusk #DAE3AE
Tints of Tusk #DAE3AE
RGB
CMYK
RGB Variations
Color information
#DAE3AE (or 0xDAE3AE) is known color: Tusk. HEX triplet: DA, E3 and AE. RGB value is (218,227,174). Sum of RGB (Red+Green+Blue) = 218+227+174=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE3AE is #251C51. Grayscale: #DADADA. Windows color (decimal): -2432082 or 11461594. OLE color: 11461594.
HSL color Cylindrical-coordinate representation of color #DAE3AE: hue angle of 70.19º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAE3AE is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 174 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.11 |
| HSL | 70.19º | 0.49% | 0.79% | - |
| HSV(B) | 70.19º | 0.23% | 0.89% | - |
| XYZ | 64.02 | 72.9 | 50.74 | - |
| YUV | 218.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 174 | 0.04 | 0 | 0.23 | 0.11 | 70.19 | 0.49 | 0.79 |
| Hex | DA | E3 | AE | 4 | 0 | 17 | B | 46 | 31 | 4F |
| Octal | 332 | 343 | 256 | 4 | 0 | 27 | 13 | 106 | 61 | 117 |
| Binary | 11011010 | 11100011 | 10101110 | 100 | 0 | 10111 | 1011 | 1000110 | 110001 | 1001111 |
Color Harmonies of #DAE3AE
Complementary color
Monochromatic Colors of #DAE3AE
Black with #DAE3AE
Text Example
Text Example
White with #DAE3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3AE; }
p { color: rgb(218,227,174); }
H1.HeaderClassName
{
color: #DAE3AE;
}
.AnyTagClassName
{
color: #DAE3AE;
}
</style>
background-color css
<style>
a { background-color: #DAE3AE; }
a { background-color: rgb(218,227,174); }
div.DivClassName
{
background-color: #DAE3AE;
}
.BgClassName
{
background-color: #DAE3AE;
}
</style>
border-color css
<style>
span { border-color: #DAE3AE; }
span { border-color: rgb(218,227,174); }
td.TdClassName
{
border-color: #DAE3AE;
}
.TagClassName
{
border-color: #DAE3AE;
}
</style>