Shades of Tusk #DAE7AD
Tints of Tusk #DAE7AD
RGB
CMYK
RGB Variations
Color information
#DAE7AD (or 0xDAE7AD) is known color: Tusk. HEX triplet: DA, E7 and AD. RGB value is (218,231,173). Sum of RGB (Red+Green+Blue) = 218+231+173=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7AD is #251852. Grayscale: #DCDCDC. Windows color (decimal): -2431059 or 11397082. OLE color: 11397082.
HSL color Cylindrical-coordinate representation of color #DAE7AD: hue angle of 73.45º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE7AD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 173 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.09 |
| HSL | 73.45º | 0.55% | 0.79% | - |
| HSV(B) | 73.45º | 0.25% | 0.91% | - |
| XYZ | 65.03 | 75.07 | 50.6 | - |
| YUV | 220.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 173 | 0.06 | 0 | 0.25 | 0.09 | 73.45 | 0.55 | 0.79 |
| Hex | DA | E7 | AD | 6 | 0 | 19 | 9 | 49 | 37 | 4F |
| Octal | 332 | 347 | 255 | 6 | 0 | 31 | 11 | 111 | 67 | 117 |
| Binary | 11011010 | 11100111 | 10101101 | 110 | 0 | 11001 | 1001 | 1001001 | 110111 | 1001111 |
Color Harmonies of #DAE7AD
Complementary color
Monochromatic Colors of #DAE7AD
Black with #DAE7AD
Text Example
Text Example
White with #DAE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7AD; }
p { color: rgb(218,231,173); }
H1.HeaderClassName
{
color: #DAE7AD;
}
.AnyTagClassName
{
color: #DAE7AD;
}
</style>
background-color css
<style>
a { background-color: #DAE7AD; }
a { background-color: rgb(218,231,173); }
div.DivClassName
{
background-color: #DAE7AD;
}
.BgClassName
{
background-color: #DAE7AD;
}
</style>
border-color css
<style>
span { border-color: #DAE7AD; }
span { border-color: rgb(218,231,173); }
td.TdClassName
{
border-color: #DAE7AD;
}
.TagClassName
{
border-color: #DAE7AD;
}
</style>