Shades of Tusk #DAE5AC
Tints of Tusk #DAE5AC
RGB
CMYK
RGB Variations
Color information
#DAE5AC (or 0xDAE5AC) is known color: Tusk. HEX triplet: DA, E5 and AC. RGB value is (218,229,172). Sum of RGB (Red+Green+Blue) = 218+229+172=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5AC is #251A53. Grayscale: #DBDBDB. Windows color (decimal): -2431572 or 11331034. OLE color: 11331034.
HSL color Cylindrical-coordinate representation of color #DAE5AC: hue angle of 71.58º degrees, saturation: 0.52, 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 #DAE5AC is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 229 | 172 | - |
CMYK | 0.05 | 0 | 0.25 | 0.10 |
HSL | 71.58º | 0.52% | 0.79% | - |
HSV(B) | 71.58º | 0.25% | 0.9% | - |
XYZ | 64.38 | 73.92 | 49.91 | - |
YUV | 219.21 | 101.36 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 172 | 0.05 | 0 | 0.25 | 0.10 | 71.58 | 0.52 | 0.79 |
Hex | DA | E5 | AC | 5 | 0 | 19 | A | 48 | 34 | 4F |
Octal | 332 | 345 | 254 | 5 | 0 | 31 | 12 | 110 | 64 | 117 |
Binary | 11011010 | 11100101 | 10101100 | 101 | 0 | 11001 | 1010 | 1001000 | 110100 | 1001111 |
Color Harmonies of #DAE5AC
Complementary color
Monochromatic Colors of #DAE5AC
Black with #DAE5AC
Text Example
Text Example
White with #DAE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5AC; }
p { color: rgb(218,229,172); }
H1.HeaderClassName
{
color: #DAE5AC;
}
.AnyTagClassName
{
color: #DAE5AC;
}
</style>
background-color css
<style>
a { background-color: #DAE5AC; }
a { background-color: rgb(218,229,172); }
div.DivClassName
{
background-color: #DAE5AC;
}
.BgClassName
{
background-color: #DAE5AC;
}
</style>
border-color css
<style>
span { border-color: #DAE5AC; }
span { border-color: rgb(218,229,172); }
td.TdClassName
{
border-color: #DAE5AC;
}
.TagClassName
{
border-color: #DAE5AC;
}
</style>