Shades of Tusk #DCE4AD
Tints of Tusk #DCE4AD
RGB
CMYK
RGB Variations
Color information
#DCE4AD (or 0xDCE4AD) is known color: Tusk. HEX triplet: DC, E4 and AD. RGB value is (220,228,173). Sum of RGB (Red+Green+Blue) = 220+228+173=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE4AD is #231B52. Grayscale: #DBDBDB. Windows color (decimal): -2300755 or 11396316. OLE color: 11396316.
HSL color Cylindrical-coordinate representation of color #DCE4AD: hue angle of 68.73º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCE4AD is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 173 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.11 |
| HSL | 68.73º | 0.5% | 0.79% | - |
| HSV(B) | 68.73º | 0.24% | 0.89% | - |
| XYZ | 64.8 | 73.72 | 50.35 | - |
| YUV | 219.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 173 | 0.04 | 0 | 0.24 | 0.11 | 68.73 | 0.5 | 0.79 |
| Hex | DC | E4 | AD | 4 | 0 | 18 | B | 45 | 32 | 4F |
| Octal | 334 | 344 | 255 | 4 | 0 | 30 | 13 | 105 | 62 | 117 |
| Binary | 11011100 | 11100100 | 10101101 | 100 | 0 | 11000 | 1011 | 1000101 | 110010 | 1001111 |
Color Harmonies of #DCE4AD
Complementary color
Monochromatic Colors of #DCE4AD
Black with #DCE4AD
Text Example
Text Example
White with #DCE4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4AD; }
p { color: rgb(220,228,173); }
H1.HeaderClassName
{
color: #DCE4AD;
}
.AnyTagClassName
{
color: #DCE4AD;
}
</style>
background-color css
<style>
a { background-color: #DCE4AD; }
a { background-color: rgb(220,228,173); }
div.DivClassName
{
background-color: #DCE4AD;
}
.BgClassName
{
background-color: #DCE4AD;
}
</style>
border-color css
<style>
span { border-color: #DCE4AD; }
span { border-color: rgb(220,228,173); }
td.TdClassName
{
border-color: #DCE4AD;
}
.TagClassName
{
border-color: #DCE4AD;
}
</style>