Shades of Tusk #DAE7AB
Tints of Tusk #DAE7AB
RGB
CMYK
RGB Variations
Color information
#DAE7AB (or 0xDAE7AB) is known color: Tusk. HEX triplet: DA, E7 and AB. RGB value is (218,231,171). Sum of RGB (Red+Green+Blue) = 218+231+171=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7AB is #251854. Grayscale: #DCDCDC. Windows color (decimal): -2431061 or 11266010. OLE color: 11266010.
HSL color Cylindrical-coordinate representation of color #DAE7AB: hue angle of 73º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE7AB is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 171 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.09 |
| HSL | 73º | 0.56% | 0.79% | - |
| HSV(B) | 73º | 0.26% | 0.91% | - |
| XYZ | 64.84 | 75 | 49.59 | - |
| YUV | 220.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 171 | 0.06 | 0 | 0.26 | 0.09 | 73 | 0.56 | 0.79 |
| Hex | DA | E7 | AB | 6 | 0 | 1A | 9 | 49 | 38 | 4F |
| Octal | 332 | 347 | 253 | 6 | 0 | 32 | 11 | 111 | 70 | 117 |
| Binary | 11011010 | 11100111 | 10101011 | 110 | 0 | 11010 | 1001 | 1001001 | 111000 | 1001111 |
Color Harmonies of #DAE7AB
Complementary color
Monochromatic Colors of #DAE7AB
Black with #DAE7AB
Text Example
Text Example
White with #DAE7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7AB; }
p { color: rgb(218,231,171); }
H1.HeaderClassName
{
color: #DAE7AB;
}
.AnyTagClassName
{
color: #DAE7AB;
}
</style>
background-color css
<style>
a { background-color: #DAE7AB; }
a { background-color: rgb(218,231,171); }
div.DivClassName
{
background-color: #DAE7AB;
}
.BgClassName
{
background-color: #DAE7AB;
}
</style>
border-color css
<style>
span { border-color: #DAE7AB; }
span { border-color: rgb(218,231,171); }
td.TdClassName
{
border-color: #DAE7AB;
}
.TagClassName
{
border-color: #DAE7AB;
}
</style>