Shades of Tusk #DAE39C
Tints of Tusk #DAE39C
RGB
CMYK
RGB Variations
Color information
#DAE39C (or 0xDAE39C) is known color: Tusk. HEX triplet: DA, E3 and 9C. RGB value is (218,227,156). Sum of RGB (Red+Green+Blue) = 218+227+156=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE39C is #251C63. Grayscale: #D8D8D8. Windows color (decimal): -2432100 or 10281946. OLE color: 10281946.
HSL color Cylindrical-coordinate representation of color #DAE39C: hue angle of 67.61º degrees, saturation: 0.56, 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 #DAE39C is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 156 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 67.61º | 0.56% | 0.75% | - |
| HSV(B) | 67.61º | 0.31% | 0.89% | - |
| XYZ | 62.38 | 72.24 | 42.11 | - |
| YUV | 216.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 156 | 0.04 | 0 | 0.31 | 0.11 | 67.61 | 0.56 | 0.75 |
| Hex | DA | E3 | 9C | 4 | 0 | 1F | B | 44 | 38 | 4B |
| Octal | 332 | 343 | 234 | 4 | 0 | 37 | 13 | 104 | 70 | 113 |
| Binary | 11011010 | 11100011 | 10011100 | 100 | 0 | 11111 | 1011 | 1000100 | 111000 | 1001011 |
Color Harmonies of #DAE39C
Complementary color
Monochromatic Colors of #DAE39C
Black with #DAE39C
Text Example
Text Example
White with #DAE39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE39C; }
p { color: rgb(218,227,156); }
H1.HeaderClassName
{
color: #DAE39C;
}
.AnyTagClassName
{
color: #DAE39C;
}
</style>
background-color css
<style>
a { background-color: #DAE39C; }
a { background-color: rgb(218,227,156); }
div.DivClassName
{
background-color: #DAE39C;
}
.BgClassName
{
background-color: #DAE39C;
}
</style>
border-color css
<style>
span { border-color: #DAE39C; }
span { border-color: rgb(218,227,156); }
td.TdClassName
{
border-color: #DAE39C;
}
.TagClassName
{
border-color: #DAE39C;
}
</style>