Shades of Tusk #D9DFB4
Tints of Tusk #D9DFB4
RGB
CMYK
RGB Variations
Color information
#D9DFB4 (or 0xD9DFB4) is known color: Tusk. HEX triplet: D9, DF and B4. RGB value is (217,223,180). Sum of RGB (Red+Green+Blue) = 217+223+180=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFB4 is #26204B. Grayscale: #D8D8D8. Windows color (decimal): -2498636 or 11853785. OLE color: 11853785.
HSL color Cylindrical-coordinate representation of color #D9DFB4: hue angle of 68.37º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9DFB4 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 180 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.13 |
| HSL | 68.37º | 0.4% | 0.79% | - |
| HSV(B) | 68.37º | 0.19% | 0.87% | - |
| XYZ | 63.24 | 70.82 | 53.52 | - |
| YUV | 216.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 180 | 0.03 | 0 | 0.19 | 0.13 | 68.37 | 0.4 | 0.79 |
| Hex | D9 | DF | B4 | 3 | 0 | 13 | D | 44 | 28 | 4F |
| Octal | 331 | 337 | 264 | 3 | 0 | 23 | 15 | 104 | 50 | 117 |
| Binary | 11011001 | 11011111 | 10110100 | 11 | 0 | 10011 | 1101 | 1000100 | 101000 | 1001111 |
Color Harmonies of #D9DFB4
Complementary color
Monochromatic Colors of #D9DFB4
Black with #D9DFB4
Text Example
Text Example
White with #D9DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFB4; }
p { color: rgb(217,223,180); }
H1.HeaderClassName
{
color: #D9DFB4;
}
.AnyTagClassName
{
color: #D9DFB4;
}
</style>
background-color css
<style>
a { background-color: #D9DFB4; }
a { background-color: rgb(217,223,180); }
div.DivClassName
{
background-color: #D9DFB4;
}
.BgClassName
{
background-color: #D9DFB4;
}
</style>
border-color css
<style>
span { border-color: #D9DFB4; }
span { border-color: rgb(217,223,180); }
td.TdClassName
{
border-color: #D9DFB4;
}
.TagClassName
{
border-color: #D9DFB4;
}
</style>