Shades of Tusk #DAE6AC
Tints of Tusk #DAE6AC
RGB
CMYK
RGB Variations
Color information
#DAE6AC (or 0xDAE6AC) is known color: Tusk. HEX triplet: DA, E6 and AC. RGB value is (218,230,172). Sum of RGB (Red+Green+Blue) = 218+230+172=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE6AC is #251953. Grayscale: #DCDCDC. Windows color (decimal): -2431316 or 11331290. OLE color: 11331290.
HSL color Cylindrical-coordinate representation of color #DAE6AC: hue angle of 72.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE6AC is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 172 | - |
CMYK | 0.05 | 0 | 0.25 | 0.10 |
HSL | 72.41º | 0.54% | 0.79% | - |
HSV(B) | 72.41º | 0.25% | 0.9% | - |
XYZ | 64.66 | 74.48 | 50 | - |
YUV | 219.8 | 101.02 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 172 | 0.05 | 0 | 0.25 | 0.10 | 72.41 | 0.54 | 0.79 |
Hex | DA | E6 | AC | 5 | 0 | 19 | A | 48 | 36 | 4F |
Octal | 332 | 346 | 254 | 5 | 0 | 31 | 12 | 110 | 66 | 117 |
Binary | 11011010 | 11100110 | 10101100 | 101 | 0 | 11001 | 1010 | 1001000 | 110110 | 1001111 |
Color Harmonies of #DAE6AC
Complementary color
Monochromatic Colors of #DAE6AC
Black with #DAE6AC
Text Example
Text Example
White with #DAE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6AC; }
p { color: rgb(218,230,172); }
H1.HeaderClassName
{
color: #DAE6AC;
}
.AnyTagClassName
{
color: #DAE6AC;
}
</style>
background-color css
<style>
a { background-color: #DAE6AC; }
a { background-color: rgb(218,230,172); }
div.DivClassName
{
background-color: #DAE6AC;
}
.BgClassName
{
background-color: #DAE6AC;
}
</style>
border-color css
<style>
span { border-color: #DAE6AC; }
span { border-color: rgb(218,230,172); }
td.TdClassName
{
border-color: #DAE6AC;
}
.TagClassName
{
border-color: #DAE6AC;
}
</style>