Shades of Tusk #DCDEA7
Tints of Tusk #DCDEA7
RGB
CMYK
RGB Variations
Color information
#DCDEA7 (or 0xDCDEA7) is known color: Tusk. HEX triplet: DC, DE and A7. RGB value is (220,222,167). Sum of RGB (Red+Green+Blue) = 220+222+167=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEA7 is #232158. Grayscale: #D7D7D7. Windows color (decimal): -2302297 or 11001564. OLE color: 11001564.
HSL color Cylindrical-coordinate representation of color #DCDEA7: hue angle of 62.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCDEA7 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 167 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.13 |
| HSL | 62.18º | 0.45% | 0.76% | - |
| HSV(B) | 62.18º | 0.25% | 0.87% | - |
| XYZ | 62.61 | 70.25 | 46.82 | - |
| YUV | 215.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 167 | 0.01 | 0 | 0.25 | 0.13 | 62.18 | 0.45 | 0.76 |
| Hex | DC | DE | A7 | 1 | 0 | 19 | D | 3E | 2D | 4C |
| Octal | 334 | 336 | 247 | 1 | 0 | 31 | 15 | 76 | 55 | 114 |
| Binary | 11011100 | 11011110 | 10100111 | 1 | 0 | 11001 | 1101 | 111110 | 101101 | 1001100 |
Color Harmonies of #DCDEA7
Complementary color
Monochromatic Colors of #DCDEA7
Black with #DCDEA7
Text Example
Text Example
White with #DCDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEA7; }
p { color: rgb(220,222,167); }
H1.HeaderClassName
{
color: #DCDEA7;
}
.AnyTagClassName
{
color: #DCDEA7;
}
</style>
background-color css
<style>
a { background-color: #DCDEA7; }
a { background-color: rgb(220,222,167); }
div.DivClassName
{
background-color: #DCDEA7;
}
.BgClassName
{
background-color: #DCDEA7;
}
</style>
border-color css
<style>
span { border-color: #DCDEA7; }
span { border-color: rgb(220,222,167); }
td.TdClassName
{
border-color: #DCDEA7;
}
.TagClassName
{
border-color: #DCDEA7;
}
</style>