Shades of Tusk #DAE7AF
Tints of Tusk #DAE7AF
RGB
CMYK
RGB Variations
Color information
#DAE7AF (or 0xDAE7AF) is known color: Tusk. HEX triplet: DA, E7 and AF. RGB value is (218,231,175). Sum of RGB (Red+Green+Blue) = 218+231+175=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7AF is #251850. Grayscale: #DCDCDC. Windows color (decimal): -2431057 or 11528154. OLE color: 11528154.
HSL color Cylindrical-coordinate representation of color #DAE7AF: hue angle of 73.93º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE7AF is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 175 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.09 |
| HSL | 73.93º | 0.54% | 0.8% | - |
| HSV(B) | 73.93º | 0.24% | 0.91% | - |
| XYZ | 65.23 | 75.15 | 51.63 | - |
| YUV | 220.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 175 | 0.06 | 0 | 0.24 | 0.09 | 73.93 | 0.54 | 0.8 |
| Hex | DA | E7 | AF | 6 | 0 | 18 | 9 | 4A | 36 | 50 |
| Octal | 332 | 347 | 257 | 6 | 0 | 30 | 11 | 112 | 66 | 120 |
| Binary | 11011010 | 11100111 | 10101111 | 110 | 0 | 11000 | 1001 | 1001010 | 110110 | 1010000 |
Color Harmonies of #DAE7AF
Complementary color
Monochromatic Colors of #DAE7AF
Black with #DAE7AF
Text Example
Text Example
White with #DAE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7AF; }
p { color: rgb(218,231,175); }
H1.HeaderClassName
{
color: #DAE7AF;
}
.AnyTagClassName
{
color: #DAE7AF;
}
</style>
background-color css
<style>
a { background-color: #DAE7AF; }
a { background-color: rgb(218,231,175); }
div.DivClassName
{
background-color: #DAE7AF;
}
.BgClassName
{
background-color: #DAE7AF;
}
</style>
border-color css
<style>
span { border-color: #DAE7AF; }
span { border-color: rgb(218,231,175); }
td.TdClassName
{
border-color: #DAE7AF;
}
.TagClassName
{
border-color: #DAE7AF;
}
</style>