Shades of Tusk #DCE0AF
Tints of Tusk #DCE0AF
RGB
CMYK
RGB Variations
Color information
#DCE0AF (or 0xDCE0AF) is known color: Tusk. HEX triplet: DC, E0 and AF. RGB value is (220,224,175). Sum of RGB (Red+Green+Blue) = 220+224+175=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE0AF is #231F50. Grayscale: #D9D9D9. Windows color (decimal): -2301777 or 11526364. OLE color: 11526364.
HSL color Cylindrical-coordinate representation of color #DCE0AF: hue angle of 64.9º degrees, saturation: 0.44, 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 #DCE0AF is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 175 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.12 |
| HSL | 64.9º | 0.44% | 0.78% | - |
| HSV(B) | 64.9º | 0.22% | 0.88% | - |
| XYZ | 63.91 | 71.62 | 51.01 | - |
| YUV | 217.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 175 | 0.02 | 0 | 0.22 | 0.12 | 64.9 | 0.44 | 0.78 |
| Hex | DC | E0 | AF | 2 | 0 | 16 | C | 41 | 2C | 4E |
| Octal | 334 | 340 | 257 | 2 | 0 | 26 | 14 | 101 | 54 | 116 |
| Binary | 11011100 | 11100000 | 10101111 | 10 | 0 | 10110 | 1100 | 1000001 | 101100 | 1001110 |
Color Harmonies of #DCE0AF
Complementary color
Monochromatic Colors of #DCE0AF
Black with #DCE0AF
Text Example
Text Example
White with #DCE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0AF; }
p { color: rgb(220,224,175); }
H1.HeaderClassName
{
color: #DCE0AF;
}
.AnyTagClassName
{
color: #DCE0AF;
}
</style>
background-color css
<style>
a { background-color: #DCE0AF; }
a { background-color: rgb(220,224,175); }
div.DivClassName
{
background-color: #DCE0AF;
}
.BgClassName
{
background-color: #DCE0AF;
}
</style>
border-color css
<style>
span { border-color: #DCE0AF; }
span { border-color: rgb(220,224,175); }
td.TdClassName
{
border-color: #DCE0AF;
}
.TagClassName
{
border-color: #DCE0AF;
}
</style>