Shades of Tusk #DCE1AF
Tints of Tusk #DCE1AF
RGB
CMYK
RGB Variations
Color information
#DCE1AF (or 0xDCE1AF) is known color: Tusk. HEX triplet: DC, E1 and AF. RGB value is (220,225,175). Sum of RGB (Red+Green+Blue) = 220+225+175=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1AF is #231E50. Grayscale: #DADADA. Windows color (decimal): -2301521 or 11526620. OLE color: 11526620.
HSL color Cylindrical-coordinate representation of color #DCE1AF: hue angle of 66º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCE1AF is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 175 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.12 |
| HSL | 66º | 0.45% | 0.78% | - |
| HSV(B) | 66º | 0.22% | 0.88% | - |
| XYZ | 64.18 | 72.16 | 51.1 | - |
| YUV | 217.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 175 | 0.02 | 0 | 0.22 | 0.12 | 66 | 0.45 | 0.78 |
| Hex | DC | E1 | AF | 2 | 0 | 16 | C | 42 | 2D | 4E |
| Octal | 334 | 341 | 257 | 2 | 0 | 26 | 14 | 102 | 55 | 116 |
| Binary | 11011100 | 11100001 | 10101111 | 10 | 0 | 10110 | 1100 | 1000010 | 101101 | 1001110 |
Color Harmonies of #DCE1AF
Complementary color
Monochromatic Colors of #DCE1AF
Black with #DCE1AF
Text Example
Text Example
White with #DCE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1AF; }
p { color: rgb(220,225,175); }
H1.HeaderClassName
{
color: #DCE1AF;
}
.AnyTagClassName
{
color: #DCE1AF;
}
</style>
background-color css
<style>
a { background-color: #DCE1AF; }
a { background-color: rgb(220,225,175); }
div.DivClassName
{
background-color: #DCE1AF;
}
.BgClassName
{
background-color: #DCE1AF;
}
</style>
border-color css
<style>
span { border-color: #DCE1AF; }
span { border-color: rgb(220,225,175); }
td.TdClassName
{
border-color: #DCE1AF;
}
.TagClassName
{
border-color: #DCE1AF;
}
</style>