Shades of Tusk #DCE5AF
Tints of Tusk #DCE5AF
RGB
CMYK
RGB Variations
Color information
#DCE5AF (or 0xDCE5AF) is known color: Tusk. HEX triplet: DC, E5 and AF. RGB value is (220,229,175). Sum of RGB (Red+Green+Blue) = 220+229+175=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5AF is #231A50. Grayscale: #DCDCDC. Windows color (decimal): -2300497 or 11527644. OLE color: 11527644.
HSL color Cylindrical-coordinate representation of color #DCE5AF: hue angle of 70º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCE5AF is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 175 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.10 |
| HSL | 70º | 0.51% | 0.79% | - |
| HSV(B) | 70º | 0.24% | 0.9% | - |
| XYZ | 65.27 | 74.35 | 51.47 | - |
| YUV | 220.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 175 | 0.04 | 0 | 0.24 | 0.10 | 70 | 0.51 | 0.79 |
| Hex | DC | E5 | AF | 4 | 0 | 18 | A | 46 | 33 | 4F |
| Octal | 334 | 345 | 257 | 4 | 0 | 30 | 12 | 106 | 63 | 117 |
| Binary | 11011100 | 11100101 | 10101111 | 100 | 0 | 11000 | 1010 | 1000110 | 110011 | 1001111 |
Color Harmonies of #DCE5AF
Complementary color
Monochromatic Colors of #DCE5AF
Black with #DCE5AF
Text Example
Text Example
White with #DCE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5AF; }
p { color: rgb(220,229,175); }
H1.HeaderClassName
{
color: #DCE5AF;
}
.AnyTagClassName
{
color: #DCE5AF;
}
</style>
background-color css
<style>
a { background-color: #DCE5AF; }
a { background-color: rgb(220,229,175); }
div.DivClassName
{
background-color: #DCE5AF;
}
.BgClassName
{
background-color: #DCE5AF;
}
</style>
border-color css
<style>
span { border-color: #DCE5AF; }
span { border-color: rgb(220,229,175); }
td.TdClassName
{
border-color: #DCE5AF;
}
.TagClassName
{
border-color: #DCE5AF;
}
</style>