Shades of Tusk #DAE5AE
Tints of Tusk #DAE5AE
RGB
CMYK
RGB Variations
Color information
#DAE5AE (or 0xDAE5AE) is known color: Tusk. HEX triplet: DA, E5 and AE. RGB value is (218,229,174). Sum of RGB (Red+Green+Blue) = 218+229+174=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5AE is #251A51. Grayscale: #DBDBDB. Windows color (decimal): -2431570 or 11462106. OLE color: 11462106.
HSL color Cylindrical-coordinate representation of color #DAE5AE: hue angle of 72º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE5AE is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 174 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.10 |
| HSL | 72º | 0.51% | 0.79% | - |
| HSV(B) | 72º | 0.24% | 0.9% | - |
| XYZ | 64.57 | 74 | 50.92 | - |
| YUV | 219.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 174 | 0.05 | 0 | 0.24 | 0.10 | 72 | 0.51 | 0.79 |
| Hex | DA | E5 | AE | 5 | 0 | 18 | A | 48 | 33 | 4F |
| Octal | 332 | 345 | 256 | 5 | 0 | 30 | 12 | 110 | 63 | 117 |
| Binary | 11011010 | 11100101 | 10101110 | 101 | 0 | 11000 | 1010 | 1001000 | 110011 | 1001111 |
Color Harmonies of #DAE5AE
Complementary color
Monochromatic Colors of #DAE5AE
Black with #DAE5AE
Text Example
Text Example
White with #DAE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5AE; }
p { color: rgb(218,229,174); }
H1.HeaderClassName
{
color: #DAE5AE;
}
.AnyTagClassName
{
color: #DAE5AE;
}
</style>
background-color css
<style>
a { background-color: #DAE5AE; }
a { background-color: rgb(218,229,174); }
div.DivClassName
{
background-color: #DAE5AE;
}
.BgClassName
{
background-color: #DAE5AE;
}
</style>
border-color css
<style>
span { border-color: #DAE5AE; }
span { border-color: rgb(218,229,174); }
td.TdClassName
{
border-color: #DAE5AE;
}
.TagClassName
{
border-color: #DAE5AE;
}
</style>