Shades of Tusk #DDDFAB
Tints of Tusk #DDDFAB
RGB
CMYK
RGB Variations
Color information
#DDDFAB (or 0xDDDFAB) is known color: Tusk. HEX triplet: DD, DF and AB. RGB value is (221,223,171). Sum of RGB (Red+Green+Blue) = 221+223+171=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFAB is #222054. Grayscale: #D8D8D8. Windows color (decimal): -2236501 or 11263965. OLE color: 11263965.
HSL color Cylindrical-coordinate representation of color #DDDFAB: hue angle of 62.31º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDDFAB is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 171 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.13 |
| HSL | 62.31º | 0.45% | 0.77% | - |
| HSV(B) | 62.31º | 0.23% | 0.87% | - |
| XYZ | 63.56 | 71.09 | 48.9 | - |
| YUV | 216.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 171 | 0.01 | 0 | 0.23 | 0.13 | 62.31 | 0.45 | 0.77 |
| Hex | DD | DF | AB | 1 | 0 | 17 | D | 3E | 2D | 4D |
| Octal | 335 | 337 | 253 | 1 | 0 | 27 | 15 | 76 | 55 | 115 |
| Binary | 11011101 | 11011111 | 10101011 | 1 | 0 | 10111 | 1101 | 111110 | 101101 | 1001101 |
Color Harmonies of #DDDFAB
Complementary color
Monochromatic Colors of #DDDFAB
Black with #DDDFAB
Text Example
Text Example
White with #DDDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFAB; }
p { color: rgb(221,223,171); }
H1.HeaderClassName
{
color: #DDDFAB;
}
.AnyTagClassName
{
color: #DDDFAB;
}
</style>
background-color css
<style>
a { background-color: #DDDFAB; }
a { background-color: rgb(221,223,171); }
div.DivClassName
{
background-color: #DDDFAB;
}
.BgClassName
{
background-color: #DDDFAB;
}
</style>
border-color css
<style>
span { border-color: #DDDFAB; }
span { border-color: rgb(221,223,171); }
td.TdClassName
{
border-color: #DDDFAB;
}
.TagClassName
{
border-color: #DDDFAB;
}
</style>