Shades of Tusk #DAE8AF
Tints of Tusk #DAE8AF
RGB
CMYK
RGB Variations
Color information
#DAE8AF (or 0xDAE8AF) is known color: Tusk. HEX triplet: DA, E8 and AF. RGB value is (218,232,175). Sum of RGB (Red+Green+Blue) = 218+232+175=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8AF is #251750. Grayscale: #DDDDDD. Windows color (decimal): -2430801 or 11528410. OLE color: 11528410.
HSL color Cylindrical-coordinate representation of color #DAE8AF: hue angle of 74.74º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE8AF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 175 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.09 |
| HSL | 74.74º | 0.55% | 0.8% | - |
| HSV(B) | 74.74º | 0.25% | 0.91% | - |
| XYZ | 65.51 | 75.71 | 51.72 | - |
| YUV | 221.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 175 | 0.06 | 0 | 0.25 | 0.09 | 74.74 | 0.55 | 0.8 |
| Hex | DA | E8 | AF | 6 | 0 | 19 | 9 | 4B | 37 | 50 |
| Octal | 332 | 350 | 257 | 6 | 0 | 31 | 11 | 113 | 67 | 120 |
| Binary | 11011010 | 11101000 | 10101111 | 110 | 0 | 11001 | 1001 | 1001011 | 110111 | 1010000 |
Color Harmonies of #DAE8AF
Complementary color
Monochromatic Colors of #DAE8AF
Black with #DAE8AF
Text Example
Text Example
White with #DAE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8AF; }
p { color: rgb(218,232,175); }
H1.HeaderClassName
{
color: #DAE8AF;
}
.AnyTagClassName
{
color: #DAE8AF;
}
</style>
background-color css
<style>
a { background-color: #DAE8AF; }
a { background-color: rgb(218,232,175); }
div.DivClassName
{
background-color: #DAE8AF;
}
.BgClassName
{
background-color: #DAE8AF;
}
</style>
border-color css
<style>
span { border-color: #DAE8AF; }
span { border-color: rgb(218,232,175); }
td.TdClassName
{
border-color: #DAE8AF;
}
.TagClassName
{
border-color: #DAE8AF;
}
</style>