Shades of Tusk #DAE4B6
Tints of Tusk #DAE4B6
RGB
CMYK
RGB Variations
Color information
#DAE4B6 (or 0xDAE4B6) is known color: Tusk. HEX triplet: DA, E4 and B6. RGB value is (218,228,182). Sum of RGB (Red+Green+Blue) = 218+228+182=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4B6 is #251B49. Grayscale: #DBDBDB. Windows color (decimal): -2431818 or 11986138. OLE color: 11986138.
HSL color Cylindrical-coordinate representation of color #DAE4B6: hue angle of 73.04º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAE4B6 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 182 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.11 |
| HSL | 73.04º | 0.46% | 0.8% | - |
| HSV(B) | 73.04º | 0.2% | 0.89% | - |
| XYZ | 65.1 | 73.77 | 55.06 | - |
| YUV | 219.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 182 | 0.04 | 0 | 0.20 | 0.11 | 73.04 | 0.46 | 0.8 |
| Hex | DA | E4 | B6 | 4 | 0 | 14 | B | 49 | 2E | 50 |
| Octal | 332 | 344 | 266 | 4 | 0 | 24 | 13 | 111 | 56 | 120 |
| Binary | 11011010 | 11100100 | 10110110 | 100 | 0 | 10100 | 1011 | 1001001 | 101110 | 1010000 |
Color Harmonies of #DAE4B6
Complementary color
Monochromatic Colors of #DAE4B6
Black with #DAE4B6
Text Example
Text Example
White with #DAE4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4B6; }
p { color: rgb(218,228,182); }
H1.HeaderClassName
{
color: #DAE4B6;
}
.AnyTagClassName
{
color: #DAE4B6;
}
</style>
background-color css
<style>
a { background-color: #DAE4B6; }
a { background-color: rgb(218,228,182); }
div.DivClassName
{
background-color: #DAE4B6;
}
.BgClassName
{
background-color: #DAE4B6;
}
</style>
border-color css
<style>
span { border-color: #DAE4B6; }
span { border-color: rgb(218,228,182); }
td.TdClassName
{
border-color: #DAE4B6;
}
.TagClassName
{
border-color: #DAE4B6;
}
</style>