Shades of Tusk #DCDEAD
Tints of Tusk #DCDEAD
RGB
CMYK
RGB Variations
Color information
#DCDEAD (or 0xDCDEAD) is known color: Tusk. HEX triplet: DC, DE and AD. RGB value is (220,222,173). Sum of RGB (Red+Green+Blue) = 220+222+173=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEAD is #232152. Grayscale: #D8D8D8. Windows color (decimal): -2302291 or 11394780. OLE color: 11394780.
HSL color Cylindrical-coordinate representation of color #DCDEAD: hue angle of 62.45º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCDEAD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 173 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.13 |
| HSL | 62.45º | 0.43% | 0.77% | - |
| HSV(B) | 62.45º | 0.22% | 0.87% | - |
| XYZ | 63.18 | 70.48 | 49.81 | - |
| YUV | 215.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 173 | 0.01 | 0 | 0.22 | 0.13 | 62.45 | 0.43 | 0.77 |
| Hex | DC | DE | AD | 1 | 0 | 16 | D | 3E | 2B | 4D |
| Octal | 334 | 336 | 255 | 1 | 0 | 26 | 15 | 76 | 53 | 115 |
| Binary | 11011100 | 11011110 | 10101101 | 1 | 0 | 10110 | 1101 | 111110 | 101011 | 1001101 |
Color Harmonies of #DCDEAD
Complementary color
Monochromatic Colors of #DCDEAD
Black with #DCDEAD
Text Example
Text Example
White with #DCDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEAD; }
p { color: rgb(220,222,173); }
H1.HeaderClassName
{
color: #DCDEAD;
}
.AnyTagClassName
{
color: #DCDEAD;
}
</style>
background-color css
<style>
a { background-color: #DCDEAD; }
a { background-color: rgb(220,222,173); }
div.DivClassName
{
background-color: #DCDEAD;
}
.BgClassName
{
background-color: #DCDEAD;
}
</style>
border-color css
<style>
span { border-color: #DCDEAD; }
span { border-color: rgb(220,222,173); }
td.TdClassName
{
border-color: #DCDEAD;
}
.TagClassName
{
border-color: #DCDEAD;
}
</style>