Shades of Tusk #DCE8AF
Tints of Tusk #DCE8AF
RGB
CMYK
RGB Variations
Color information
#DCE8AF (or 0xDCE8AF) is known color: Tusk. HEX triplet: DC, E8 and AF. RGB value is (220,232,175). Sum of RGB (Red+Green+Blue) = 220+232+175=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE8AF is #231750. Grayscale: #DEDEDE. Windows color (decimal): -2299729 or 11528412. OLE color: 11528412.
HSL color Cylindrical-coordinate representation of color #DCE8AF: hue angle of 72.63º degrees, saturation: 0.55, 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 #DCE8AF is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 175 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.09 |
| HSL | 72.63º | 0.55% | 0.8% | - |
| HSV(B) | 72.63º | 0.25% | 0.91% | - |
| XYZ | 66.11 | 76.02 | 51.75 | - |
| YUV | 221.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 175 | 0.05 | 0 | 0.25 | 0.09 | 72.63 | 0.55 | 0.8 |
| Hex | DC | E8 | AF | 5 | 0 | 19 | 9 | 49 | 37 | 50 |
| Octal | 334 | 350 | 257 | 5 | 0 | 31 | 11 | 111 | 67 | 120 |
| Binary | 11011100 | 11101000 | 10101111 | 101 | 0 | 11001 | 1001 | 1001001 | 110111 | 1010000 |
Color Harmonies of #DCE8AF
Complementary color
Monochromatic Colors of #DCE8AF
Black with #DCE8AF
Text Example
Text Example
White with #DCE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8AF; }
p { color: rgb(220,232,175); }
H1.HeaderClassName
{
color: #DCE8AF;
}
.AnyTagClassName
{
color: #DCE8AF;
}
</style>
background-color css
<style>
a { background-color: #DCE8AF; }
a { background-color: rgb(220,232,175); }
div.DivClassName
{
background-color: #DCE8AF;
}
.BgClassName
{
background-color: #DCE8AF;
}
</style>
border-color css
<style>
span { border-color: #DCE8AF; }
span { border-color: rgb(220,232,175); }
td.TdClassName
{
border-color: #DCE8AF;
}
.TagClassName
{
border-color: #DCE8AF;
}
</style>