Shades of Tusk #DAE39F
Tints of Tusk #DAE39F
RGB
CMYK
RGB Variations
Color information
#DAE39F (or 0xDAE39F) is known color: Tusk. HEX triplet: DA, E3 and 9F. RGB value is (218,227,159). Sum of RGB (Red+Green+Blue) = 218+227+159=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE39F is #251C60. Grayscale: #D8D8D8. Windows color (decimal): -2432097 or 10478554. OLE color: 10478554.
HSL color Cylindrical-coordinate representation of color #DAE39F: hue angle of 67.94º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE39F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 159 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.11 |
| HSL | 67.94º | 0.55% | 0.76% | - |
| HSV(B) | 67.94º | 0.3% | 0.89% | - |
| XYZ | 62.64 | 72.35 | 43.46 | - |
| YUV | 216.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 159 | 0.04 | 0 | 0.30 | 0.11 | 67.94 | 0.55 | 0.76 |
| Hex | DA | E3 | 9F | 4 | 0 | 1E | B | 44 | 37 | 4C |
| Octal | 332 | 343 | 237 | 4 | 0 | 36 | 13 | 104 | 67 | 114 |
| Binary | 11011010 | 11100011 | 10011111 | 100 | 0 | 11110 | 1011 | 1000100 | 110111 | 1001100 |
Color Harmonies of #DAE39F
Complementary color
Monochromatic Colors of #DAE39F
Black with #DAE39F
Text Example
Text Example
White with #DAE39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE39F; }
p { color: rgb(218,227,159); }
H1.HeaderClassName
{
color: #DAE39F;
}
.AnyTagClassName
{
color: #DAE39F;
}
</style>
background-color css
<style>
a { background-color: #DAE39F; }
a { background-color: rgb(218,227,159); }
div.DivClassName
{
background-color: #DAE39F;
}
.BgClassName
{
background-color: #DAE39F;
}
</style>
border-color css
<style>
span { border-color: #DAE39F; }
span { border-color: rgb(218,227,159); }
td.TdClassName
{
border-color: #DAE39F;
}
.TagClassName
{
border-color: #DAE39F;
}
</style>