Shades of Tusk #DCE5AB
Tints of Tusk #DCE5AB
RGB
CMYK
RGB Variations
Color information
#DCE5AB (or 0xDCE5AB) is known color: Tusk. HEX triplet: DC, E5 and AB. RGB value is (220,229,171). Sum of RGB (Red+Green+Blue) = 220+229+171=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5AB is #231A54. Grayscale: #DBDBDB. Windows color (decimal): -2300501 or 11265500. OLE color: 11265500.
HSL color Cylindrical-coordinate representation of color #DCE5AB: hue angle of 69.31º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCE5AB is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 171 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.10 |
| HSL | 69.31º | 0.53% | 0.78% | - |
| HSV(B) | 69.31º | 0.25% | 0.9% | - |
| XYZ | 64.89 | 74.19 | 49.43 | - |
| YUV | 219.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 171 | 0.04 | 0 | 0.25 | 0.10 | 69.31 | 0.53 | 0.78 |
| Hex | DC | E5 | AB | 4 | 0 | 19 | A | 45 | 35 | 4E |
| Octal | 334 | 345 | 253 | 4 | 0 | 31 | 12 | 105 | 65 | 116 |
| Binary | 11011100 | 11100101 | 10101011 | 100 | 0 | 11001 | 1010 | 1000101 | 110101 | 1001110 |
Color Harmonies of #DCE5AB
Complementary color
Monochromatic Colors of #DCE5AB
Black with #DCE5AB
Text Example
Text Example
White with #DCE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5AB; }
p { color: rgb(220,229,171); }
H1.HeaderClassName
{
color: #DCE5AB;
}
.AnyTagClassName
{
color: #DCE5AB;
}
</style>
background-color css
<style>
a { background-color: #DCE5AB; }
a { background-color: rgb(220,229,171); }
div.DivClassName
{
background-color: #DCE5AB;
}
.BgClassName
{
background-color: #DCE5AB;
}
</style>
border-color css
<style>
span { border-color: #DCE5AB; }
span { border-color: rgb(220,229,171); }
td.TdClassName
{
border-color: #DCE5AB;
}
.TagClassName
{
border-color: #DCE5AB;
}
</style>