Shades of Tusk #D9DFA1
Tints of Tusk #D9DFA1
RGB
CMYK
RGB Variations
Color information
#D9DFA1 (or 0xD9DFA1) is known color: Tusk. HEX triplet: D9, DF and A1. RGB value is (217,223,161). Sum of RGB (Red+Green+Blue) = 217+223+161=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFA1 is #26205E. Grayscale: #D6D6D6. Windows color (decimal): -2498655 or 10608601. OLE color: 10608601.
HSL color Cylindrical-coordinate representation of color #D9DFA1: hue angle of 65.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9DFA1 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 161 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.13 |
| HSL | 65.81º | 0.49% | 0.75% | - |
| HSV(B) | 65.81º | 0.28% | 0.87% | - |
| XYZ | 61.44 | 70.1 | 44.01 | - |
| YUV | 214.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 161 | 0.03 | 0 | 0.28 | 0.13 | 65.81 | 0.49 | 0.75 |
| Hex | D9 | DF | A1 | 3 | 0 | 1C | D | 42 | 31 | 4B |
| Octal | 331 | 337 | 241 | 3 | 0 | 34 | 15 | 102 | 61 | 113 |
| Binary | 11011001 | 11011111 | 10100001 | 11 | 0 | 11100 | 1101 | 1000010 | 110001 | 1001011 |
Color Harmonies of #D9DFA1
Complementary color
Monochromatic Colors of #D9DFA1
Black with #D9DFA1
Text Example
Text Example
White with #D9DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFA1; }
p { color: rgb(217,223,161); }
H1.HeaderClassName
{
color: #D9DFA1;
}
.AnyTagClassName
{
color: #D9DFA1;
}
</style>
background-color css
<style>
a { background-color: #D9DFA1; }
a { background-color: rgb(217,223,161); }
div.DivClassName
{
background-color: #D9DFA1;
}
.BgClassName
{
background-color: #D9DFA1;
}
</style>
border-color css
<style>
span { border-color: #D9DFA1; }
span { border-color: rgb(217,223,161); }
td.TdClassName
{
border-color: #D9DFA1;
}
.TagClassName
{
border-color: #D9DFA1;
}
</style>