Shades of Tusk #D7DFAE
Tints of Tusk #D7DFAE
RGB
CMYK
RGB Variations
Color information
#D7DFAE (or 0xD7DFAE) is known color: Tusk. HEX triplet: D7, DF and AE. RGB value is (215,223,174). Sum of RGB (Red+Green+Blue) = 215+223+174=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DFAE is #282051. Grayscale: #D7D7D7. Windows color (decimal): -2629714 or 11460567. OLE color: 11460567.
HSL color Cylindrical-coordinate representation of color #D7DFAE: hue angle of 69.8º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7DFAE is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 174 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.13 |
| HSL | 69.8º | 0.43% | 0.78% | - |
| HSV(B) | 69.8º | 0.22% | 0.87% | - |
| XYZ | 62.05 | 70.28 | 50.34 | - |
| YUV | 215.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 174 | 0.04 | 0 | 0.22 | 0.13 | 69.8 | 0.43 | 0.78 |
| Hex | D7 | DF | AE | 4 | 0 | 16 | D | 46 | 2B | 4E |
| Octal | 327 | 337 | 256 | 4 | 0 | 26 | 15 | 106 | 53 | 116 |
| Binary | 11010111 | 11011111 | 10101110 | 100 | 0 | 10110 | 1101 | 1000110 | 101011 | 1001110 |
Color Harmonies of #D7DFAE
Complementary color
Monochromatic Colors of #D7DFAE
Black with #D7DFAE
Text Example
Text Example
White with #D7DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFAE; }
p { color: rgb(215,223,174); }
H1.HeaderClassName
{
color: #D7DFAE;
}
.AnyTagClassName
{
color: #D7DFAE;
}
</style>
background-color css
<style>
a { background-color: #D7DFAE; }
a { background-color: rgb(215,223,174); }
div.DivClassName
{
background-color: #D7DFAE;
}
.BgClassName
{
background-color: #D7DFAE;
}
</style>
border-color css
<style>
span { border-color: #D7DFAE; }
span { border-color: rgb(215,223,174); }
td.TdClassName
{
border-color: #D7DFAE;
}
.TagClassName
{
border-color: #D7DFAE;
}
</style>