Shades of Tusk #DCDDAD
Tints of Tusk #DCDDAD
RGB
CMYK
RGB Variations
Color information
#DCDDAD (or 0xDCDDAD) is known color: Tusk. HEX triplet: DC, DD and AD. RGB value is (220,221,173). Sum of RGB (Red+Green+Blue) = 220+221+173=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDAD is #232252. Grayscale: #D7D7D7. Windows color (decimal): -2302547 or 11394524. OLE color: 11394524.
HSL color Cylindrical-coordinate representation of color #DCDDAD: hue angle of 61.25º degrees, saturation: 0.41, 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 #DCDDAD is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 173 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.13 |
| HSL | 61.25º | 0.41% | 0.77% | - |
| HSV(B) | 61.25º | 0.22% | 0.87% | - |
| XYZ | 62.91 | 69.95 | 49.72 | - |
| YUV | 215.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 173 | 0.00 | 0 | 0.22 | 0.13 | 61.25 | 0.41 | 0.77 |
| Hex | DC | DD | AD | 0 | 0 | 16 | D | 3D | 29 | 4D |
| Octal | 334 | 335 | 255 | 0 | 0 | 26 | 15 | 75 | 51 | 115 |
| Binary | 11011100 | 11011101 | 10101101 | 0 | 0 | 10110 | 1101 | 111101 | 101001 | 1001101 |
Color Harmonies of #DCDDAD
Complementary color
Monochromatic Colors of #DCDDAD
Black with #DCDDAD
Text Example
Text Example
White with #DCDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDAD; }
p { color: rgb(220,221,173); }
H1.HeaderClassName
{
color: #DCDDAD;
}
.AnyTagClassName
{
color: #DCDDAD;
}
</style>
background-color css
<style>
a { background-color: #DCDDAD; }
a { background-color: rgb(220,221,173); }
div.DivClassName
{
background-color: #DCDDAD;
}
.BgClassName
{
background-color: #DCDDAD;
}
</style>
border-color css
<style>
span { border-color: #DCDDAD; }
span { border-color: rgb(220,221,173); }
td.TdClassName
{
border-color: #DCDDAD;
}
.TagClassName
{
border-color: #DCDDAD;
}
</style>