Shades of Tusk #DCE6AF
Tints of Tusk #DCE6AF
RGB
CMYK
RGB Variations
Color information
#DCE6AF (or 0xDCE6AF) is known color: Tusk. HEX triplet: DC, E6 and AF. RGB value is (220,230,175). Sum of RGB (Red+Green+Blue) = 220+230+175=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE6AF is #231950. Grayscale: #DCDCDC. Windows color (decimal): -2300241 or 11527900. OLE color: 11527900.
HSL color Cylindrical-coordinate representation of color #DCE6AF: hue angle of 70.91º degrees, saturation: 0.52, 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 #DCE6AF is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 175 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.10 |
| HSL | 70.91º | 0.52% | 0.79% | - |
| HSV(B) | 70.91º | 0.24% | 0.9% | - |
| XYZ | 65.55 | 74.9 | 51.56 | - |
| YUV | 220.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 175 | 0.04 | 0 | 0.24 | 0.10 | 70.91 | 0.52 | 0.79 |
| Hex | DC | E6 | AF | 4 | 0 | 18 | A | 47 | 34 | 4F |
| Octal | 334 | 346 | 257 | 4 | 0 | 30 | 12 | 107 | 64 | 117 |
| Binary | 11011100 | 11100110 | 10101111 | 100 | 0 | 11000 | 1010 | 1000111 | 110100 | 1001111 |
Color Harmonies of #DCE6AF
Complementary color
Monochromatic Colors of #DCE6AF
Black with #DCE6AF
Text Example
Text Example
White with #DCE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6AF; }
p { color: rgb(220,230,175); }
H1.HeaderClassName
{
color: #DCE6AF;
}
.AnyTagClassName
{
color: #DCE6AF;
}
</style>
background-color css
<style>
a { background-color: #DCE6AF; }
a { background-color: rgb(220,230,175); }
div.DivClassName
{
background-color: #DCE6AF;
}
.BgClassName
{
background-color: #DCE6AF;
}
</style>
border-color css
<style>
span { border-color: #DCE6AF; }
span { border-color: rgb(220,230,175); }
td.TdClassName
{
border-color: #DCE6AF;
}
.TagClassName
{
border-color: #DCE6AF;
}
</style>