Shades of Tusk #DCE1AD
Tints of Tusk #DCE1AD
RGB
CMYK
RGB Variations
Color information
#DCE1AD (or 0xDCE1AD) is known color: Tusk. HEX triplet: DC, E1 and AD. RGB value is (220,225,173). Sum of RGB (Red+Green+Blue) = 220+225+173=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1AD is #231E52. Grayscale: #D9D9D9. Windows color (decimal): -2301523 or 11395548. OLE color: 11395548.
HSL color Cylindrical-coordinate representation of color #DCE1AD: hue angle of 65.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCE1AD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 173 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.12 |
| HSL | 65.77º | 0.46% | 0.78% | - |
| HSV(B) | 65.77º | 0.23% | 0.88% | - |
| XYZ | 63.98 | 72.08 | 50.08 | - |
| YUV | 217.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 173 | 0.02 | 0 | 0.23 | 0.12 | 65.77 | 0.46 | 0.78 |
| Hex | DC | E1 | AD | 2 | 0 | 17 | C | 42 | 2E | 4E |
| Octal | 334 | 341 | 255 | 2 | 0 | 27 | 14 | 102 | 56 | 116 |
| Binary | 11011100 | 11100001 | 10101101 | 10 | 0 | 10111 | 1100 | 1000010 | 101110 | 1001110 |
Color Harmonies of #DCE1AD
Complementary color
Monochromatic Colors of #DCE1AD
Black with #DCE1AD
Text Example
Text Example
White with #DCE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1AD; }
p { color: rgb(220,225,173); }
H1.HeaderClassName
{
color: #DCE1AD;
}
.AnyTagClassName
{
color: #DCE1AD;
}
</style>
background-color css
<style>
a { background-color: #DCE1AD; }
a { background-color: rgb(220,225,173); }
div.DivClassName
{
background-color: #DCE1AD;
}
.BgClassName
{
background-color: #DCE1AD;
}
</style>
border-color css
<style>
span { border-color: #DCE1AD; }
span { border-color: rgb(220,225,173); }
td.TdClassName
{
border-color: #DCE1AD;
}
.TagClassName
{
border-color: #DCE1AD;
}
</style>