Shades of Tusk #DCE7AD
Tints of Tusk #DCE7AD
RGB
CMYK
RGB Variations
Color information
#DCE7AD (or 0xDCE7AD) is known color: Tusk. HEX triplet: DC, E7 and AD. RGB value is (220,231,173). Sum of RGB (Red+Green+Blue) = 220+231+173=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE7AD is #231852. Grayscale: #DDDDDD. Windows color (decimal): -2299987 or 11397084. OLE color: 11397084.
HSL color Cylindrical-coordinate representation of color #DCE7AD: hue angle of 71.38º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCE7AD is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 173 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.09 |
| HSL | 71.38º | 0.55% | 0.79% | - |
| HSV(B) | 71.38º | 0.25% | 0.91% | - |
| XYZ | 65.63 | 75.38 | 50.63 | - |
| YUV | 221.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 173 | 0.05 | 0 | 0.25 | 0.09 | 71.38 | 0.55 | 0.79 |
| Hex | DC | E7 | AD | 5 | 0 | 19 | 9 | 47 | 37 | 4F |
| Octal | 334 | 347 | 255 | 5 | 0 | 31 | 11 | 107 | 67 | 117 |
| Binary | 11011100 | 11100111 | 10101101 | 101 | 0 | 11001 | 1001 | 1000111 | 110111 | 1001111 |
Color Harmonies of #DCE7AD
Complementary color
Monochromatic Colors of #DCE7AD
Black with #DCE7AD
Text Example
Text Example
White with #DCE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7AD; }
p { color: rgb(220,231,173); }
H1.HeaderClassName
{
color: #DCE7AD;
}
.AnyTagClassName
{
color: #DCE7AD;
}
</style>
background-color css
<style>
a { background-color: #DCE7AD; }
a { background-color: rgb(220,231,173); }
div.DivClassName
{
background-color: #DCE7AD;
}
.BgClassName
{
background-color: #DCE7AD;
}
</style>
border-color css
<style>
span { border-color: #DCE7AD; }
span { border-color: rgb(220,231,173); }
td.TdClassName
{
border-color: #DCE7AD;
}
.TagClassName
{
border-color: #DCE7AD;
}
</style>