Shades of Tusk #DCE5A5
Tints of Tusk #DCE5A5
RGB
CMYK
RGB Variations
Color information
#DCE5A5 (or 0xDCE5A5) is known color: Tusk. HEX triplet: DC, E5 and A5. RGB value is (220,229,165). Sum of RGB (Red+Green+Blue) = 220+229+165=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5A5 is #231A5A. Grayscale: #DBDBDB. Windows color (decimal): -2300507 or 10872284. OLE color: 10872284.
HSL color Cylindrical-coordinate representation of color #DCE5A5: hue angle of 68.44º degrees, saturation: 0.55, 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 #DCE5A5 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 165 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.10 |
| HSL | 68.44º | 0.55% | 0.77% | - |
| HSV(B) | 68.44º | 0.28% | 0.9% | - |
| XYZ | 64.33 | 73.97 | 46.48 | - |
| YUV | 219.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 165 | 0.04 | 0 | 0.28 | 0.10 | 68.44 | 0.55 | 0.77 |
| Hex | DC | E5 | A5 | 4 | 0 | 1C | A | 44 | 37 | 4D |
| Octal | 334 | 345 | 245 | 4 | 0 | 34 | 12 | 104 | 67 | 115 |
| Binary | 11011100 | 11100101 | 10100101 | 100 | 0 | 11100 | 1010 | 1000100 | 110111 | 1001101 |
Color Harmonies of #DCE5A5
Complementary color
Monochromatic Colors of #DCE5A5
Black with #DCE5A5
Text Example
Text Example
White with #DCE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5A5; }
p { color: rgb(220,229,165); }
H1.HeaderClassName
{
color: #DCE5A5;
}
.AnyTagClassName
{
color: #DCE5A5;
}
</style>
background-color css
<style>
a { background-color: #DCE5A5; }
a { background-color: rgb(220,229,165); }
div.DivClassName
{
background-color: #DCE5A5;
}
.BgClassName
{
background-color: #DCE5A5;
}
</style>
border-color css
<style>
span { border-color: #DCE5A5; }
span { border-color: rgb(220,229,165); }
td.TdClassName
{
border-color: #DCE5A5;
}
.TagClassName
{
border-color: #DCE5A5;
}
</style>