Shades of Tusk #D8DFAB
Tints of Tusk #D8DFAB
RGB
CMYK
RGB Variations
Color information
#D8DFAB (or 0xD8DFAB) is known color: Tusk. HEX triplet: D8, DF and AB. RGB value is (216,223,171). Sum of RGB (Red+Green+Blue) = 216+223+171=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DFAB is #272054. Grayscale: #D7D7D7. Windows color (decimal): -2564181 or 11263960. OLE color: 11263960.
HSL color Cylindrical-coordinate representation of color #D8DFAB: hue angle of 68.08º 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 #D8DFAB is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 171 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.13 |
| HSL | 68.08º | 0.45% | 0.77% | - |
| HSV(B) | 68.08º | 0.23% | 0.87% | - |
| XYZ | 62.06 | 70.31 | 48.83 | - |
| YUV | 214.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 171 | 0.03 | 0 | 0.23 | 0.13 | 68.08 | 0.45 | 0.77 |
| Hex | D8 | DF | AB | 3 | 0 | 17 | D | 44 | 2D | 4D |
| Octal | 330 | 337 | 253 | 3 | 0 | 27 | 15 | 104 | 55 | 115 |
| Binary | 11011000 | 11011111 | 10101011 | 11 | 0 | 10111 | 1101 | 1000100 | 101101 | 1001101 |
Color Harmonies of #D8DFAB
Complementary color
Monochromatic Colors of #D8DFAB
Black with #D8DFAB
Text Example
Text Example
White with #D8DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFAB; }
p { color: rgb(216,223,171); }
H1.HeaderClassName
{
color: #D8DFAB;
}
.AnyTagClassName
{
color: #D8DFAB;
}
</style>
background-color css
<style>
a { background-color: #D8DFAB; }
a { background-color: rgb(216,223,171); }
div.DivClassName
{
background-color: #D8DFAB;
}
.BgClassName
{
background-color: #D8DFAB;
}
</style>
border-color css
<style>
span { border-color: #D8DFAB; }
span { border-color: rgb(216,223,171); }
td.TdClassName
{
border-color: #D8DFAB;
}
.TagClassName
{
border-color: #D8DFAB;
}
</style>