Shades of Tusk #D9DFAB
Tints of Tusk #D9DFAB
RGB
CMYK
RGB Variations
Color information
#D9DFAB (or 0xD9DFAB) is known color: Tusk. HEX triplet: D9, DF and AB. RGB value is (217,223,171). Sum of RGB (Red+Green+Blue) = 217+223+171=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFAB is #262054. Grayscale: #D7D7D7. Windows color (decimal): -2498645 or 11263961. OLE color: 11263961.
HSL color Cylindrical-coordinate representation of color #D9DFAB: hue angle of 66.92º 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 #D9DFAB is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 171 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.13 |
| HSL | 66.92º | 0.45% | 0.77% | - |
| HSV(B) | 66.92º | 0.23% | 0.87% | - |
| XYZ | 62.35 | 70.47 | 48.84 | - |
| YUV | 215.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 171 | 0.03 | 0 | 0.23 | 0.13 | 66.92 | 0.45 | 0.77 |
| Hex | D9 | DF | AB | 3 | 0 | 17 | D | 43 | 2D | 4D |
| Octal | 331 | 337 | 253 | 3 | 0 | 27 | 15 | 103 | 55 | 115 |
| Binary | 11011001 | 11011111 | 10101011 | 11 | 0 | 10111 | 1101 | 1000011 | 101101 | 1001101 |
Color Harmonies of #D9DFAB
Complementary color
Monochromatic Colors of #D9DFAB
Black with #D9DFAB
Text Example
Text Example
White with #D9DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFAB; }
p { color: rgb(217,223,171); }
H1.HeaderClassName
{
color: #D9DFAB;
}
.AnyTagClassName
{
color: #D9DFAB;
}
</style>
background-color css
<style>
a { background-color: #D9DFAB; }
a { background-color: rgb(217,223,171); }
div.DivClassName
{
background-color: #D9DFAB;
}
.BgClassName
{
background-color: #D9DFAB;
}
</style>
border-color css
<style>
span { border-color: #D9DFAB; }
span { border-color: rgb(217,223,171); }
td.TdClassName
{
border-color: #D9DFAB;
}
.TagClassName
{
border-color: #D9DFAB;
}
</style>