Shades of Tusk #DAE4A3
Tints of Tusk #DAE4A3
RGB
CMYK
RGB Variations
Color information
#DAE4A3 (or 0xDAE4A3) is known color: Tusk. HEX triplet: DA, E4 and A3. RGB value is (218,228,163). Sum of RGB (Red+Green+Blue) = 218+228+163=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 163 (64.06% from 255 or 26.77% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE4A3 is #251B5C. Grayscale: #D9D9D9. Windows color (decimal): -2431837 or 10740954. OLE color: 10740954.
HSL color Cylindrical-coordinate representation of color #DAE4A3: hue angle of 69.23º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAE4A3 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 163 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.11 |
| HSL | 69.23º | 0.55% | 0.77% | - |
| HSV(B) | 69.23º | 0.29% | 0.89% | - |
| XYZ | 63.27 | 73.04 | 45.41 | - |
| YUV | 217.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 163 | 0.04 | 0 | 0.29 | 0.11 | 69.23 | 0.55 | 0.77 |
| Hex | DA | E4 | A3 | 4 | 0 | 1D | B | 45 | 37 | 4D |
| Octal | 332 | 344 | 243 | 4 | 0 | 35 | 13 | 105 | 67 | 115 |
| Binary | 11011010 | 11100100 | 10100011 | 100 | 0 | 11101 | 1011 | 1000101 | 110111 | 1001101 |
Color Harmonies of #DAE4A3
Complementary color
Monochromatic Colors of #DAE4A3
Black with #DAE4A3
Text Example
Text Example
White with #DAE4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4A3; }
p { color: rgb(218,228,163); }
H1.HeaderClassName
{
color: #DAE4A3;
}
.AnyTagClassName
{
color: #DAE4A3;
}
</style>
background-color css
<style>
a { background-color: #DAE4A3; }
a { background-color: rgb(218,228,163); }
div.DivClassName
{
background-color: #DAE4A3;
}
.BgClassName
{
background-color: #DAE4A3;
}
</style>
border-color css
<style>
span { border-color: #DAE4A3; }
span { border-color: rgb(218,228,163); }
td.TdClassName
{
border-color: #DAE4A3;
}
.TagClassName
{
border-color: #DAE4A3;
}
</style>