Shades of Tusk #DAE29E
Tints of Tusk #DAE29E
RGB
CMYK
RGB Variations
Color information
#DAE29E (or 0xDAE29E) is known color: Tusk. HEX triplet: DA, E2 and 9E. RGB value is (218,226,158). Sum of RGB (Red+Green+Blue) = 218+226+158=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29E is #251D61. Grayscale: #D8D8D8. Windows color (decimal): -2432354 or 10412762. OLE color: 10412762.
HSL color Cylindrical-coordinate representation of color #DAE29E: hue angle of 67.06º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE29E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 158 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.11 |
| HSL | 67.06º | 0.54% | 0.75% | - |
| HSV(B) | 67.06º | 0.3% | 0.89% | - |
| XYZ | 62.28 | 71.77 | 42.92 | - |
| YUV | 215.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 158 | 0.04 | 0 | 0.30 | 0.11 | 67.06 | 0.54 | 0.75 |
| Hex | DA | E2 | 9E | 4 | 0 | 1E | B | 43 | 36 | 4B |
| Octal | 332 | 342 | 236 | 4 | 0 | 36 | 13 | 103 | 66 | 113 |
| Binary | 11011010 | 11100010 | 10011110 | 100 | 0 | 11110 | 1011 | 1000011 | 110110 | 1001011 |
Color Harmonies of #DAE29E
Complementary color
Monochromatic Colors of #DAE29E
Black with #DAE29E
Text Example
Text Example
White with #DAE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE29E; }
p { color: rgb(218,226,158); }
H1.HeaderClassName
{
color: #DAE29E;
}
.AnyTagClassName
{
color: #DAE29E;
}
</style>
background-color css
<style>
a { background-color: #DAE29E; }
a { background-color: rgb(218,226,158); }
div.DivClassName
{
background-color: #DAE29E;
}
.BgClassName
{
background-color: #DAE29E;
}
</style>
border-color css
<style>
span { border-color: #DAE29E; }
span { border-color: rgb(218,226,158); }
td.TdClassName
{
border-color: #DAE29E;
}
.TagClassName
{
border-color: #DAE29E;
}
</style>