Shades of Tusk #DCDDAE
Tints of Tusk #DCDDAE
RGB
CMYK
RGB Variations
Color information
#DCDDAE (or 0xDCDDAE) is known color: Tusk. HEX triplet: DC, DD and AE. RGB value is (220,221,174). Sum of RGB (Red+Green+Blue) = 220+221+174=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDAE is #232251. Grayscale: #D7D7D7. Windows color (decimal): -2302546 or 11460060. OLE color: 11460060.
HSL color Cylindrical-coordinate representation of color #DCDDAE: hue angle of 61.28º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDDAE is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 174 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.13 |
| HSL | 61.28º | 0.41% | 0.77% | - |
| HSV(B) | 61.28º | 0.21% | 0.87% | - |
| XYZ | 63.01 | 69.98 | 50.23 | - |
| YUV | 215.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 174 | 0.00 | 0 | 0.21 | 0.13 | 61.28 | 0.41 | 0.77 |
| Hex | DC | DD | AE | 0 | 0 | 15 | D | 3D | 29 | 4D |
| Octal | 334 | 335 | 256 | 0 | 0 | 25 | 15 | 75 | 51 | 115 |
| Binary | 11011100 | 11011101 | 10101110 | 0 | 0 | 10101 | 1101 | 111101 | 101001 | 1001101 |
Color Harmonies of #DCDDAE
Complementary color
Monochromatic Colors of #DCDDAE
Black with #DCDDAE
Text Example
Text Example
White with #DCDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDAE; }
p { color: rgb(220,221,174); }
H1.HeaderClassName
{
color: #DCDDAE;
}
.AnyTagClassName
{
color: #DCDDAE;
}
</style>
background-color css
<style>
a { background-color: #DCDDAE; }
a { background-color: rgb(220,221,174); }
div.DivClassName
{
background-color: #DCDDAE;
}
.BgClassName
{
background-color: #DCDDAE;
}
</style>
border-color css
<style>
span { border-color: #DCDDAE; }
span { border-color: rgb(220,221,174); }
td.TdClassName
{
border-color: #DCDDAE;
}
.TagClassName
{
border-color: #DCDDAE;
}
</style>