Shades of Tusk #DAE29D
Tints of Tusk #DAE29D
RGB
CMYK
RGB Variations
Color information
#DAE29D (or 0xDAE29D) is known color: Tusk. HEX triplet: DA, E2 and 9D. RGB value is (218,226,157). Sum of RGB (Red+Green+Blue) = 218+226+157=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29D is #251D62. Grayscale: #D8D8D8. Windows color (decimal): -2432355 or 10347226. OLE color: 10347226.
HSL color Cylindrical-coordinate representation of color #DAE29D: hue angle of 66.96º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE29D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 157 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 66.96º | 0.54% | 0.75% | - |
| HSV(B) | 66.96º | 0.31% | 0.89% | - |
| XYZ | 62.2 | 71.73 | 42.47 | - |
| YUV | 215.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 157 | 0.04 | 0 | 0.31 | 0.11 | 66.96 | 0.54 | 0.75 |
| Hex | DA | E2 | 9D | 4 | 0 | 1F | B | 43 | 36 | 4B |
| Octal | 332 | 342 | 235 | 4 | 0 | 37 | 13 | 103 | 66 | 113 |
| Binary | 11011010 | 11100010 | 10011101 | 100 | 0 | 11111 | 1011 | 1000011 | 110110 | 1001011 |
Color Harmonies of #DAE29D
Complementary color
Monochromatic Colors of #DAE29D
Black with #DAE29D
Text Example
Text Example
White with #DAE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE29D; }
p { color: rgb(218,226,157); }
H1.HeaderClassName
{
color: #DAE29D;
}
.AnyTagClassName
{
color: #DAE29D;
}
</style>
background-color css
<style>
a { background-color: #DAE29D; }
a { background-color: rgb(218,226,157); }
div.DivClassName
{
background-color: #DAE29D;
}
.BgClassName
{
background-color: #DAE29D;
}
</style>
border-color css
<style>
span { border-color: #DAE29D; }
span { border-color: rgb(218,226,157); }
td.TdClassName
{
border-color: #DAE29D;
}
.TagClassName
{
border-color: #DAE29D;
}
</style>