Shades of Tusk #DDDEAF
Tints of Tusk #DDDEAF
RGB
CMYK
RGB Variations
Color information
#DDDEAF (or 0xDDDEAF) is known color: Tusk. HEX triplet: DD, DE and AF. RGB value is (221,222,175). Sum of RGB (Red+Green+Blue) = 221+222+175=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEAF is #222150. Grayscale: #D8D8D8. Windows color (decimal): -2236753 or 11525853. OLE color: 11525853.
HSL color Cylindrical-coordinate representation of color #DDDEAF: hue angle of 61.28º degrees, saturation: 0.42, 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 #DDDEAF is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 175 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.13 |
| HSL | 61.28º | 0.42% | 0.78% | - |
| HSV(B) | 61.28º | 0.21% | 0.87% | - |
| XYZ | 63.68 | 70.71 | 50.85 | - |
| YUV | 216.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 175 | 0.00 | 0 | 0.21 | 0.13 | 61.28 | 0.42 | 0.78 |
| Hex | DD | DE | AF | 0 | 0 | 15 | D | 3D | 2A | 4E |
| Octal | 335 | 336 | 257 | 0 | 0 | 25 | 15 | 75 | 52 | 116 |
| Binary | 11011101 | 11011110 | 10101111 | 0 | 0 | 10101 | 1101 | 111101 | 101010 | 1001110 |
Color Harmonies of #DDDEAF
Complementary color
Monochromatic Colors of #DDDEAF
Black with #DDDEAF
Text Example
Text Example
White with #DDDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEAF; }
p { color: rgb(221,222,175); }
H1.HeaderClassName
{
color: #DDDEAF;
}
.AnyTagClassName
{
color: #DDDEAF;
}
</style>
background-color css
<style>
a { background-color: #DDDEAF; }
a { background-color: rgb(221,222,175); }
div.DivClassName
{
background-color: #DDDEAF;
}
.BgClassName
{
background-color: #DDDEAF;
}
</style>
border-color css
<style>
span { border-color: #DDDEAF; }
span { border-color: rgb(221,222,175); }
td.TdClassName
{
border-color: #DDDEAF;
}
.TagClassName
{
border-color: #DDDEAF;
}
</style>