Shades of Tusk #DCDFA8
Tints of Tusk #DCDFA8
RGB
CMYK
RGB Variations
Color information
#DCDFA8 (or 0xDCDFA8) is known color: Tusk. HEX triplet: DC, DF and A8. RGB value is (220,223,168). Sum of RGB (Red+Green+Blue) = 220+223+168=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFA8 is #232057. Grayscale: #D8D8D8. Windows color (decimal): -2302040 or 11067356. OLE color: 11067356.
HSL color Cylindrical-coordinate representation of color #DCDFA8: hue angle of 63.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCDFA8 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 168 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.13 |
| HSL | 63.27º | 0.46% | 0.77% | - |
| HSV(B) | 63.27º | 0.25% | 0.87% | - |
| XYZ | 62.97 | 70.82 | 47.4 | - |
| YUV | 215.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 168 | 0.01 | 0 | 0.25 | 0.13 | 63.27 | 0.46 | 0.77 |
| Hex | DC | DF | A8 | 1 | 0 | 19 | D | 3F | 2E | 4D |
| Octal | 334 | 337 | 250 | 1 | 0 | 31 | 15 | 77 | 56 | 115 |
| Binary | 11011100 | 11011111 | 10101000 | 1 | 0 | 11001 | 1101 | 111111 | 101110 | 1001101 |
Color Harmonies of #DCDFA8
Complementary color
Monochromatic Colors of #DCDFA8
Black with #DCDFA8
Text Example
Text Example
White with #DCDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFA8; }
p { color: rgb(220,223,168); }
H1.HeaderClassName
{
color: #DCDFA8;
}
.AnyTagClassName
{
color: #DCDFA8;
}
</style>
background-color css
<style>
a { background-color: #DCDFA8; }
a { background-color: rgb(220,223,168); }
div.DivClassName
{
background-color: #DCDFA8;
}
.BgClassName
{
background-color: #DCDFA8;
}
</style>
border-color css
<style>
span { border-color: #DCDFA8; }
span { border-color: rgb(220,223,168); }
td.TdClassName
{
border-color: #DCDFA8;
}
.TagClassName
{
border-color: #DCDFA8;
}
</style>