Shades of Tusk #DCDDAF
Tints of Tusk #DCDDAF
RGB
CMYK
RGB Variations
Color information
#DCDDAF (or 0xDCDDAF) is known color: Tusk. HEX triplet: DC, DD and AF. RGB value is (220,221,175). Sum of RGB (Red+Green+Blue) = 220+221+175=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDAF is #232250. Grayscale: #D7D7D7. Windows color (decimal): -2302545 or 11525596. OLE color: 11525596.
HSL color Cylindrical-coordinate representation of color #DCDDAF: hue angle of 61.3º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDDAF is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 175 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.13 |
| HSL | 61.3º | 0.4% | 0.78% | - |
| HSV(B) | 61.3º | 0.21% | 0.87% | - |
| XYZ | 63.11 | 70.02 | 50.75 | - |
| YUV | 215.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 175 | 0.00 | 0 | 0.21 | 0.13 | 61.3 | 0.4 | 0.78 |
| Hex | DC | DD | AF | 0 | 0 | 15 | D | 3D | 28 | 4E |
| Octal | 334 | 335 | 257 | 0 | 0 | 25 | 15 | 75 | 50 | 116 |
| Binary | 11011100 | 11011101 | 10101111 | 0 | 0 | 10101 | 1101 | 111101 | 101000 | 1001110 |
Color Harmonies of #DCDDAF
Complementary color
Monochromatic Colors of #DCDDAF
Black with #DCDDAF
Text Example
Text Example
White with #DCDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDAF; }
p { color: rgb(220,221,175); }
H1.HeaderClassName
{
color: #DCDDAF;
}
.AnyTagClassName
{
color: #DCDDAF;
}
</style>
background-color css
<style>
a { background-color: #DCDDAF; }
a { background-color: rgb(220,221,175); }
div.DivClassName
{
background-color: #DCDDAF;
}
.BgClassName
{
background-color: #DCDDAF;
}
</style>
border-color css
<style>
span { border-color: #DCDDAF; }
span { border-color: rgb(220,221,175); }
td.TdClassName
{
border-color: #DCDDAF;
}
.TagClassName
{
border-color: #DCDDAF;
}
</style>