Shades of Tusk #DCDDA8
Tints of Tusk #DCDDA8
RGB
CMYK
RGB Variations
Color information
#DCDDA8 (or 0xDCDDA8) is known color: Tusk. HEX triplet: DC, DD and A8. RGB value is (220,221,168). Sum of RGB (Red+Green+Blue) = 220+221+168=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDA8 is #232257. Grayscale: #D6D6D6. Windows color (decimal): -2302552 or 11066844. OLE color: 11066844.
HSL color Cylindrical-coordinate representation of color #DCDDA8: hue angle of 61.13º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCDDA8 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 168 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.13 |
| HSL | 61.13º | 0.44% | 0.76% | - |
| HSV(B) | 61.13º | 0.24% | 0.87% | - |
| XYZ | 62.44 | 69.76 | 47.22 | - |
| YUV | 214.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 168 | 0.00 | 0 | 0.24 | 0.13 | 61.13 | 0.44 | 0.76 |
| Hex | DC | DD | A8 | 0 | 0 | 18 | D | 3D | 2C | 4C |
| Octal | 334 | 335 | 250 | 0 | 0 | 30 | 15 | 75 | 54 | 114 |
| Binary | 11011100 | 11011101 | 10101000 | 0 | 0 | 11000 | 1101 | 111101 | 101100 | 1001100 |
Color Harmonies of #DCDDA8
Complementary color
Monochromatic Colors of #DCDDA8
Black with #DCDDA8
Text Example
Text Example
White with #DCDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDA8; }
p { color: rgb(220,221,168); }
H1.HeaderClassName
{
color: #DCDDA8;
}
.AnyTagClassName
{
color: #DCDDA8;
}
</style>
background-color css
<style>
a { background-color: #DCDDA8; }
a { background-color: rgb(220,221,168); }
div.DivClassName
{
background-color: #DCDDA8;
}
.BgClassName
{
background-color: #DCDDA8;
}
</style>
border-color css
<style>
span { border-color: #DCDDA8; }
span { border-color: rgb(220,221,168); }
td.TdClassName
{
border-color: #DCDDA8;
}
.TagClassName
{
border-color: #DCDDA8;
}
</style>