Shades of Tusk #DCDEAB
Tints of Tusk #DCDEAB
RGB
CMYK
RGB Variations
Color information
#DCDEAB (or 0xDCDEAB) is known color: Tusk. HEX triplet: DC, DE and AB. RGB value is (220,222,171). Sum of RGB (Red+Green+Blue) = 220+222+171=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEAB is #232154. Grayscale: #D7D7D7. Windows color (decimal): -2302293 or 11263708. OLE color: 11263708.
HSL color Cylindrical-coordinate representation of color #DCDEAB: hue angle of 62.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCDEAB is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 171 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.13 |
| HSL | 62.35º | 0.44% | 0.77% | - |
| HSV(B) | 62.35º | 0.23% | 0.87% | - |
| XYZ | 62.99 | 70.4 | 48.8 | - |
| YUV | 215.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 171 | 0.01 | 0 | 0.23 | 0.13 | 62.35 | 0.44 | 0.77 |
| Hex | DC | DE | AB | 1 | 0 | 17 | D | 3E | 2C | 4D |
| Octal | 334 | 336 | 253 | 1 | 0 | 27 | 15 | 76 | 54 | 115 |
| Binary | 11011100 | 11011110 | 10101011 | 1 | 0 | 10111 | 1101 | 111110 | 101100 | 1001101 |
Color Harmonies of #DCDEAB
Complementary color
Monochromatic Colors of #DCDEAB
Black with #DCDEAB
Text Example
Text Example
White with #DCDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEAB; }
p { color: rgb(220,222,171); }
H1.HeaderClassName
{
color: #DCDEAB;
}
.AnyTagClassName
{
color: #DCDEAB;
}
</style>
background-color css
<style>
a { background-color: #DCDEAB; }
a { background-color: rgb(220,222,171); }
div.DivClassName
{
background-color: #DCDEAB;
}
.BgClassName
{
background-color: #DCDEAB;
}
</style>
border-color css
<style>
span { border-color: #DCDEAB; }
span { border-color: rgb(220,222,171); }
td.TdClassName
{
border-color: #DCDEAB;
}
.TagClassName
{
border-color: #DCDEAB;
}
</style>