Shades of Tusk #DAE6AB
Tints of Tusk #DAE6AB
RGB
CMYK
RGB Variations
Color information
#DAE6AB (or 0xDAE6AB) is known color: Tusk. HEX triplet: DA, E6 and AB. RGB value is (218,230,171). Sum of RGB (Red+Green+Blue) = 218+230+171=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE6AB is #251954. Grayscale: #DBDBDB. Windows color (decimal): -2431317 or 11265754. OLE color: 11265754.
HSL color Cylindrical-coordinate representation of color #DAE6AB: hue angle of 72.2º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE6AB is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 171 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.10 |
| HSL | 72.2º | 0.54% | 0.79% | - |
| HSV(B) | 72.2º | 0.26% | 0.9% | - |
| XYZ | 64.56 | 74.44 | 49.49 | - |
| YUV | 219.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 171 | 0.05 | 0 | 0.26 | 0.10 | 72.2 | 0.54 | 0.79 |
| Hex | DA | E6 | AB | 5 | 0 | 1A | A | 48 | 36 | 4F |
| Octal | 332 | 346 | 253 | 5 | 0 | 32 | 12 | 110 | 66 | 117 |
| Binary | 11011010 | 11100110 | 10101011 | 101 | 0 | 11010 | 1010 | 1001000 | 110110 | 1001111 |
Color Harmonies of #DAE6AB
Complementary color
Monochromatic Colors of #DAE6AB
Black with #DAE6AB
Text Example
Text Example
White with #DAE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6AB; }
p { color: rgb(218,230,171); }
H1.HeaderClassName
{
color: #DAE6AB;
}
.AnyTagClassName
{
color: #DAE6AB;
}
</style>
background-color css
<style>
a { background-color: #DAE6AB; }
a { background-color: rgb(218,230,171); }
div.DivClassName
{
background-color: #DAE6AB;
}
.BgClassName
{
background-color: #DAE6AB;
}
</style>
border-color css
<style>
span { border-color: #DAE6AB; }
span { border-color: rgb(218,230,171); }
td.TdClassName
{
border-color: #DAE6AB;
}
.TagClassName
{
border-color: #DAE6AB;
}
</style>