Shades of Tusk #DAE3AF
Tints of Tusk #DAE3AF
RGB
CMYK
RGB Variations
Color information
#DAE3AF (or 0xDAE3AF) is known color: Tusk. HEX triplet: DA, E3 and AF. RGB value is (218,227,175). Sum of RGB (Red+Green+Blue) = 218+227+175=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE3AF is #251C50. Grayscale: #DADADA. Windows color (decimal): -2432081 or 11527130. OLE color: 11527130.
HSL color Cylindrical-coordinate representation of color #DAE3AF: hue angle of 70.38º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAE3AF is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 175 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.11 |
| HSL | 70.38º | 0.48% | 0.79% | - |
| HSV(B) | 70.38º | 0.23% | 0.89% | - |
| XYZ | 64.12 | 72.94 | 51.26 | - |
| YUV | 218.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 175 | 0.04 | 0 | 0.23 | 0.11 | 70.38 | 0.48 | 0.79 |
| Hex | DA | E3 | AF | 4 | 0 | 17 | B | 46 | 30 | 4F |
| Octal | 332 | 343 | 257 | 4 | 0 | 27 | 13 | 106 | 60 | 117 |
| Binary | 11011010 | 11100011 | 10101111 | 100 | 0 | 10111 | 1011 | 1000110 | 110000 | 1001111 |
Color Harmonies of #DAE3AF
Complementary color
Monochromatic Colors of #DAE3AF
Black with #DAE3AF
Text Example
Text Example
White with #DAE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3AF; }
p { color: rgb(218,227,175); }
H1.HeaderClassName
{
color: #DAE3AF;
}
.AnyTagClassName
{
color: #DAE3AF;
}
</style>
background-color css
<style>
a { background-color: #DAE3AF; }
a { background-color: rgb(218,227,175); }
div.DivClassName
{
background-color: #DAE3AF;
}
.BgClassName
{
background-color: #DAE3AF;
}
</style>
border-color css
<style>
span { border-color: #DAE3AF; }
span { border-color: rgb(218,227,175); }
td.TdClassName
{
border-color: #DAE3AF;
}
.TagClassName
{
border-color: #DAE3AF;
}
</style>