Shades of Tusk #DAE0B7
Tints of Tusk #DAE0B7
RGB
CMYK
RGB Variations
Color information
#DAE0B7 (or 0xDAE0B7) is known color: Tusk. HEX triplet: DA, E0 and B7. RGB value is (218,224,183). Sum of RGB (Red+Green+Blue) = 218+224+183=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0B7 is #251F48. Grayscale: #D9D9D9. Windows color (decimal): -2432841 or 12050650. OLE color: 12050650.
HSL color Cylindrical-coordinate representation of color #DAE0B7: hue angle of 68.78º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAE0B7 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 183 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.12 |
| HSL | 68.78º | 0.4% | 0.8% | - |
| HSV(B) | 68.78º | 0.18% | 0.88% | - |
| XYZ | 64.12 | 71.64 | 55.25 | - |
| YUV | 217.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 183 | 0.03 | 0 | 0.18 | 0.12 | 68.78 | 0.4 | 0.8 |
| Hex | DA | E0 | B7 | 3 | 0 | 12 | C | 45 | 28 | 50 |
| Octal | 332 | 340 | 267 | 3 | 0 | 22 | 14 | 105 | 50 | 120 |
| Binary | 11011010 | 11100000 | 10110111 | 11 | 0 | 10010 | 1100 | 1000101 | 101000 | 1010000 |
Color Harmonies of #DAE0B7
Complementary color
Monochromatic Colors of #DAE0B7
Black with #DAE0B7
Text Example
Text Example
White with #DAE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0B7; }
p { color: rgb(218,224,183); }
H1.HeaderClassName
{
color: #DAE0B7;
}
.AnyTagClassName
{
color: #DAE0B7;
}
</style>
background-color css
<style>
a { background-color: #DAE0B7; }
a { background-color: rgb(218,224,183); }
div.DivClassName
{
background-color: #DAE0B7;
}
.BgClassName
{
background-color: #DAE0B7;
}
</style>
border-color css
<style>
span { border-color: #DAE0B7; }
span { border-color: rgb(218,224,183); }
td.TdClassName
{
border-color: #DAE0B7;
}
.TagClassName
{
border-color: #DAE0B7;
}
</style>