Shades of Tusk #DCE6AD
Tints of Tusk #DCE6AD
RGB
CMYK
RGB Variations
Color information
#DCE6AD (or 0xDCE6AD) is known color: Tusk. HEX triplet: DC, E6 and AD. RGB value is (220,230,173). Sum of RGB (Red+Green+Blue) = 220+230+173=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE6AD is #231952. Grayscale: #DCDCDC. Windows color (decimal): -2300243 or 11396828. OLE color: 11396828.
HSL color Cylindrical-coordinate representation of color #DCE6AD: hue angle of 70.53º degrees, saturation: 0.53, 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 #DCE6AD is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 173 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.10 |
| HSL | 70.53º | 0.53% | 0.79% | - |
| HSV(B) | 70.53º | 0.25% | 0.9% | - |
| XYZ | 65.35 | 74.83 | 50.53 | - |
| YUV | 220.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 173 | 0.04 | 0 | 0.25 | 0.10 | 70.53 | 0.53 | 0.79 |
| Hex | DC | E6 | AD | 4 | 0 | 19 | A | 47 | 35 | 4F |
| Octal | 334 | 346 | 255 | 4 | 0 | 31 | 12 | 107 | 65 | 117 |
| Binary | 11011100 | 11100110 | 10101101 | 100 | 0 | 11001 | 1010 | 1000111 | 110101 | 1001111 |
Color Harmonies of #DCE6AD
Complementary color
Monochromatic Colors of #DCE6AD
Black with #DCE6AD
Text Example
Text Example
White with #DCE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6AD; }
p { color: rgb(220,230,173); }
H1.HeaderClassName
{
color: #DCE6AD;
}
.AnyTagClassName
{
color: #DCE6AD;
}
</style>
background-color css
<style>
a { background-color: #DCE6AD; }
a { background-color: rgb(220,230,173); }
div.DivClassName
{
background-color: #DCE6AD;
}
.BgClassName
{
background-color: #DCE6AD;
}
</style>
border-color css
<style>
span { border-color: #DCE6AD; }
span { border-color: rgb(220,230,173); }
td.TdClassName
{
border-color: #DCE6AD;
}
.TagClassName
{
border-color: #DCE6AD;
}
</style>