Shades of Tusk #D9E7B3
Tints of Tusk #D9E7B3
RGB
CMYK
RGB Variations
Color information
#D9E7B3 (or 0xD9E7B3) is known color: Tusk. HEX triplet: D9, E7 and B3. RGB value is (217,231,179). Sum of RGB (Red+Green+Blue) = 217+231+179=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7B3 is #26184C. Grayscale: #DDDDDD. Windows color (decimal): -2496589 or 11790297. OLE color: 11790297.
HSL color Cylindrical-coordinate representation of color #D9E7B3: hue angle of 76.15º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9E7B3 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 179 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.09 |
| HSL | 76.15º | 0.52% | 0.8% | - |
| HSV(B) | 76.15º | 0.23% | 0.91% | - |
| XYZ | 65.33 | 75.16 | 53.71 | - |
| YUV | 220.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 179 | 0.06 | 0 | 0.23 | 0.09 | 76.15 | 0.52 | 0.8 |
| Hex | D9 | E7 | B3 | 6 | 0 | 17 | 9 | 4C | 34 | 50 |
| Octal | 331 | 347 | 263 | 6 | 0 | 27 | 11 | 114 | 64 | 120 |
| Binary | 11011001 | 11100111 | 10110011 | 110 | 0 | 10111 | 1001 | 1001100 | 110100 | 1010000 |
Color Harmonies of #D9E7B3
Complementary color
Monochromatic Colors of #D9E7B3
Black with #D9E7B3
Text Example
Text Example
White with #D9E7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7B3; }
p { color: rgb(217,231,179); }
H1.HeaderClassName
{
color: #D9E7B3;
}
.AnyTagClassName
{
color: #D9E7B3;
}
</style>
background-color css
<style>
a { background-color: #D9E7B3; }
a { background-color: rgb(217,231,179); }
div.DivClassName
{
background-color: #D9E7B3;
}
.BgClassName
{
background-color: #D9E7B3;
}
</style>
border-color css
<style>
span { border-color: #D9E7B3; }
span { border-color: rgb(217,231,179); }
td.TdClassName
{
border-color: #D9E7B3;
}
.TagClassName
{
border-color: #D9E7B3;
}
</style>