Shades of Tusk #D8DF9F
Tints of Tusk #D8DF9F
RGB
CMYK
RGB Variations
Color information
#D8DF9F (or 0xD8DF9F) is known color: Tusk. HEX triplet: D8, DF and 9F. RGB value is (216,223,159). Sum of RGB (Red+Green+Blue) = 216+223+159=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DF9F is #272060. Grayscale: #D5D5D5. Windows color (decimal): -2564193 or 10477528. OLE color: 10477528.
HSL color Cylindrical-coordinate representation of color #D8DF9F: hue angle of 66.56º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8DF9F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 159 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.13 |
| HSL | 66.56º | 0.5% | 0.75% | - |
| HSV(B) | 66.56º | 0.29% | 0.87% | - |
| XYZ | 60.96 | 69.88 | 43.08 | - |
| YUV | 213.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 159 | 0.03 | 0 | 0.29 | 0.13 | 66.56 | 0.5 | 0.75 |
| Hex | D8 | DF | 9F | 3 | 0 | 1D | D | 43 | 32 | 4B |
| Octal | 330 | 337 | 237 | 3 | 0 | 35 | 15 | 103 | 62 | 113 |
| Binary | 11011000 | 11011111 | 10011111 | 11 | 0 | 11101 | 1101 | 1000011 | 110010 | 1001011 |
Color Harmonies of #D8DF9F
Complementary color
Monochromatic Colors of #D8DF9F
Black with #D8DF9F
Text Example
Text Example
White with #D8DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF9F; }
p { color: rgb(216,223,159); }
H1.HeaderClassName
{
color: #D8DF9F;
}
.AnyTagClassName
{
color: #D8DF9F;
}
</style>
background-color css
<style>
a { background-color: #D8DF9F; }
a { background-color: rgb(216,223,159); }
div.DivClassName
{
background-color: #D8DF9F;
}
.BgClassName
{
background-color: #D8DF9F;
}
</style>
border-color css
<style>
span { border-color: #D8DF9F; }
span { border-color: rgb(216,223,159); }
td.TdClassName
{
border-color: #D8DF9F;
}
.TagClassName
{
border-color: #D8DF9F;
}
</style>