Shades of Tusk #DCE6A5
Tints of Tusk #DCE6A5
RGB
CMYK
RGB Variations
Color information
#DCE6A5 (or 0xDCE6A5) is known color: Tusk. HEX triplet: DC, E6 and A5. RGB value is (220,230,165). Sum of RGB (Red+Green+Blue) = 220+230+165=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE6A5 is #23195A. Grayscale: #DBDBDB. Windows color (decimal): -2300251 or 10872540. OLE color: 10872540.
HSL color Cylindrical-coordinate representation of color #DCE6A5: hue angle of 69.23º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCE6A5 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 165 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.10 |
| HSL | 69.23º | 0.57% | 0.77% | - |
| HSV(B) | 69.23º | 0.28% | 0.9% | - |
| XYZ | 64.6 | 74.53 | 46.58 | - |
| YUV | 219.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 165 | 0.04 | 0 | 0.28 | 0.10 | 69.23 | 0.57 | 0.77 |
| Hex | DC | E6 | A5 | 4 | 0 | 1C | A | 45 | 39 | 4D |
| Octal | 334 | 346 | 245 | 4 | 0 | 34 | 12 | 105 | 71 | 115 |
| Binary | 11011100 | 11100110 | 10100101 | 100 | 0 | 11100 | 1010 | 1000101 | 111001 | 1001101 |
Color Harmonies of #DCE6A5
Complementary color
Monochromatic Colors of #DCE6A5
Black with #DCE6A5
Text Example
Text Example
White with #DCE6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6A5; }
p { color: rgb(220,230,165); }
H1.HeaderClassName
{
color: #DCE6A5;
}
.AnyTagClassName
{
color: #DCE6A5;
}
</style>
background-color css
<style>
a { background-color: #DCE6A5; }
a { background-color: rgb(220,230,165); }
div.DivClassName
{
background-color: #DCE6A5;
}
.BgClassName
{
background-color: #DCE6A5;
}
</style>
border-color css
<style>
span { border-color: #DCE6A5; }
span { border-color: rgb(220,230,165); }
td.TdClassName
{
border-color: #DCE6A5;
}
.TagClassName
{
border-color: #DCE6A5;
}
</style>