Shades of Tusk #DCE9AF
Tints of Tusk #DCE9AF
RGB
CMYK
RGB Variations
Color information
#DCE9AF (or 0xDCE9AF) is known color: Tusk. HEX triplet: DC, E9 and AF. RGB value is (220,233,175). Sum of RGB (Red+Green+Blue) = 220+233+175=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9AF is #231650. Grayscale: #DEDEDE. Windows color (decimal): -2299473 or 11528668. OLE color: 11528668.
HSL color Cylindrical-coordinate representation of color #DCE9AF: hue angle of 73.45º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCE9AF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 175 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.09 |
| HSL | 73.45º | 0.57% | 0.8% | - |
| HSV(B) | 73.45º | 0.25% | 0.91% | - |
| XYZ | 66.39 | 76.59 | 51.84 | - |
| YUV | 222.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 175 | 0.06 | 0 | 0.25 | 0.09 | 73.45 | 0.57 | 0.8 |
| Hex | DC | E9 | AF | 6 | 0 | 19 | 9 | 49 | 39 | 50 |
| Octal | 334 | 351 | 257 | 6 | 0 | 31 | 11 | 111 | 71 | 120 |
| Binary | 11011100 | 11101001 | 10101111 | 110 | 0 | 11001 | 1001 | 1001001 | 111001 | 1010000 |
Color Harmonies of #DCE9AF
Complementary color
Monochromatic Colors of #DCE9AF
Black with #DCE9AF
Text Example
Text Example
White with #DCE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9AF; }
p { color: rgb(220,233,175); }
H1.HeaderClassName
{
color: #DCE9AF;
}
.AnyTagClassName
{
color: #DCE9AF;
}
</style>
background-color css
<style>
a { background-color: #DCE9AF; }
a { background-color: rgb(220,233,175); }
div.DivClassName
{
background-color: #DCE9AF;
}
.BgClassName
{
background-color: #DCE9AF;
}
</style>
border-color css
<style>
span { border-color: #DCE9AF; }
span { border-color: rgb(220,233,175); }
td.TdClassName
{
border-color: #DCE9AF;
}
.TagClassName
{
border-color: #DCE9AF;
}
</style>