Shades of Tusk #DCE1A9
Tints of Tusk #DCE1A9
RGB
CMYK
RGB Variations
Color information
#DCE1A9 (or 0xDCE1A9) is known color: Tusk. HEX triplet: DC, E1 and A9. RGB value is (220,225,169). Sum of RGB (Red+Green+Blue) = 220+225+169=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1A9 is #231E56. Grayscale: #D9D9D9. Windows color (decimal): -2301527 or 11133404. OLE color: 11133404.
HSL color Cylindrical-coordinate representation of color #DCE1A9: hue angle of 65.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCE1A9 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 169 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.12 |
| HSL | 65.36º | 0.48% | 0.77% | - |
| HSV(B) | 65.36º | 0.25% | 0.88% | - |
| XYZ | 63.6 | 71.93 | 48.07 | - |
| YUV | 217.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 169 | 0.02 | 0 | 0.25 | 0.12 | 65.36 | 0.48 | 0.77 |
| Hex | DC | E1 | A9 | 2 | 0 | 19 | C | 41 | 30 | 4D |
| Octal | 334 | 341 | 251 | 2 | 0 | 31 | 14 | 101 | 60 | 115 |
| Binary | 11011100 | 11100001 | 10101001 | 10 | 0 | 11001 | 1100 | 1000001 | 110000 | 1001101 |
Color Harmonies of #DCE1A9
Complementary color
Monochromatic Colors of #DCE1A9
Black with #DCE1A9
Text Example
Text Example
White with #DCE1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1A9; }
p { color: rgb(220,225,169); }
H1.HeaderClassName
{
color: #DCE1A9;
}
.AnyTagClassName
{
color: #DCE1A9;
}
</style>
background-color css
<style>
a { background-color: #DCE1A9; }
a { background-color: rgb(220,225,169); }
div.DivClassName
{
background-color: #DCE1A9;
}
.BgClassName
{
background-color: #DCE1A9;
}
</style>
border-color css
<style>
span { border-color: #DCE1A9; }
span { border-color: rgb(220,225,169); }
td.TdClassName
{
border-color: #DCE1A9;
}
.TagClassName
{
border-color: #DCE1A9;
}
</style>