Shades of Tusk #DDDCAE
Tints of Tusk #DDDCAE
RGB
CMYK
RGB Variations
Color information
#DDDCAE (or 0xDDDCAE) is known color: Tusk. HEX triplet: DD, DC and AE. RGB value is (221,220,174). Sum of RGB (Red+Green+Blue) = 221+220+174=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAE is #222351. Grayscale: #D7D7D7. Windows color (decimal): -2237266 or 11459805. OLE color: 11459805.
HSL color Cylindrical-coordinate representation of color #DDDCAE: hue angle of 58.72º 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 #DDDCAE is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 174 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.13 |
| HSL | 58.72º | 0.41% | 0.77% | - |
| HSV(B) | 58.72º | 0.21% | 0.87% | - |
| XYZ | 63.05 | 69.61 | 50.16 | - |
| YUV | 215.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 174 | 0 | 0.00 | 0.21 | 0.13 | 58.72 | 0.41 | 0.77 |
| Hex | DD | DC | AE | 0 | 0 | 15 | D | 3B | 29 | 4D |
| Octal | 335 | 334 | 256 | 0 | 0 | 25 | 15 | 73 | 51 | 115 |
| Binary | 11011101 | 11011100 | 10101110 | 0 | 0 | 10101 | 1101 | 111011 | 101001 | 1001101 |
Color Harmonies of #DDDCAE
Complementary color
Monochromatic Colors of #DDDCAE
Black with #DDDCAE
Text Example
Text Example
White with #DDDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCAE; }
p { color: rgb(221,220,174); }
H1.HeaderClassName
{
color: #DDDCAE;
}
.AnyTagClassName
{
color: #DDDCAE;
}
</style>
background-color css
<style>
a { background-color: #DDDCAE; }
a { background-color: rgb(221,220,174); }
div.DivClassName
{
background-color: #DDDCAE;
}
.BgClassName
{
background-color: #DDDCAE;
}
</style>
border-color css
<style>
span { border-color: #DDDCAE; }
span { border-color: rgb(221,220,174); }
td.TdClassName
{
border-color: #DDDCAE;
}
.TagClassName
{
border-color: #DDDCAE;
}
</style>