Shades of Tusk #D6DFAA
Tints of Tusk #D6DFAA
RGB
CMYK
RGB Variations
Color information
#D6DFAA (or 0xD6DFAA) is known color: Tusk. HEX triplet: D6, DF and AA. RGB value is (214,223,170). Sum of RGB (Red+Green+Blue) = 214+223+170=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFAA is #292055. Grayscale: #D6D6D6. Windows color (decimal): -2695254 or 11198422. OLE color: 11198422.
HSL color Cylindrical-coordinate representation of color #D6DFAA: hue angle of 70.19º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6DFAA is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 170 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.13 |
| HSL | 70.19º | 0.45% | 0.77% | - |
| HSV(B) | 70.19º | 0.24% | 0.87% | - |
| XYZ | 61.37 | 69.97 | 48.3 | - |
| YUV | 214.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 170 | 0.04 | 0 | 0.24 | 0.13 | 70.19 | 0.45 | 0.77 |
| Hex | D6 | DF | AA | 4 | 0 | 18 | D | 46 | 2D | 4D |
| Octal | 326 | 337 | 252 | 4 | 0 | 30 | 15 | 106 | 55 | 115 |
| Binary | 11010110 | 11011111 | 10101010 | 100 | 0 | 11000 | 1101 | 1000110 | 101101 | 1001101 |
Color Harmonies of #D6DFAA
Complementary color
Monochromatic Colors of #D6DFAA
Black with #D6DFAA
Text Example
Text Example
White with #D6DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFAA; }
p { color: rgb(214,223,170); }
H1.HeaderClassName
{
color: #D6DFAA;
}
.AnyTagClassName
{
color: #D6DFAA;
}
</style>
background-color css
<style>
a { background-color: #D6DFAA; }
a { background-color: rgb(214,223,170); }
div.DivClassName
{
background-color: #D6DFAA;
}
.BgClassName
{
background-color: #D6DFAA;
}
</style>
border-color css
<style>
span { border-color: #D6DFAA; }
span { border-color: rgb(214,223,170); }
td.TdClassName
{
border-color: #D6DFAA;
}
.TagClassName
{
border-color: #D6DFAA;
}
</style>