Shades of Tusk #DCE1A7
Tints of Tusk #DCE1A7
RGB
CMYK
RGB Variations
Color information
#DCE1A7 (or 0xDCE1A7) is known color: Tusk. HEX triplet: DC, E1 and A7. RGB value is (220,225,167). Sum of RGB (Red+Green+Blue) = 220+225+167=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1A7 is #231E58. Grayscale: #D9D9D9. Windows color (decimal): -2301529 or 11002332. OLE color: 11002332.
HSL color Cylindrical-coordinate representation of color #DCE1A7: hue angle of 65.17º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCE1A7 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 167 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.12 |
| HSL | 65.17º | 0.49% | 0.77% | - |
| HSV(B) | 65.17º | 0.26% | 0.88% | - |
| XYZ | 63.42 | 71.86 | 47.09 | - |
| YUV | 216.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 167 | 0.02 | 0 | 0.26 | 0.12 | 65.17 | 0.49 | 0.77 |
| Hex | DC | E1 | A7 | 2 | 0 | 1A | C | 41 | 31 | 4D |
| Octal | 334 | 341 | 247 | 2 | 0 | 32 | 14 | 101 | 61 | 115 |
| Binary | 11011100 | 11100001 | 10100111 | 10 | 0 | 11010 | 1100 | 1000001 | 110001 | 1001101 |
Color Harmonies of #DCE1A7
Complementary color
Monochromatic Colors of #DCE1A7
Black with #DCE1A7
Text Example
Text Example
White with #DCE1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1A7; }
p { color: rgb(220,225,167); }
H1.HeaderClassName
{
color: #DCE1A7;
}
.AnyTagClassName
{
color: #DCE1A7;
}
</style>
background-color css
<style>
a { background-color: #DCE1A7; }
a { background-color: rgb(220,225,167); }
div.DivClassName
{
background-color: #DCE1A7;
}
.BgClassName
{
background-color: #DCE1A7;
}
</style>
border-color css
<style>
span { border-color: #DCE1A7; }
span { border-color: rgb(220,225,167); }
td.TdClassName
{
border-color: #DCE1A7;
}
.TagClassName
{
border-color: #DCE1A7;
}
</style>