Shades of Tusk #D9E7B4
Tints of Tusk #D9E7B4
RGB
CMYK
RGB Variations
Color information
#D9E7B4 (or 0xD9E7B4) is known color: Tusk. HEX triplet: D9, E7 and B4. RGB value is (217,231,180). Sum of RGB (Red+Green+Blue) = 217+231+180=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7B4 is #26184B. Grayscale: #DDDDDD. Windows color (decimal): -2496588 or 11855833. OLE color: 11855833.
HSL color Cylindrical-coordinate representation of color #D9E7B4: hue angle of 76.47º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9E7B4 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 180 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.09 |
| HSL | 76.47º | 0.52% | 0.81% | - |
| HSV(B) | 76.47º | 0.22% | 0.91% | - |
| XYZ | 65.43 | 75.2 | 54.25 | - |
| YUV | 221 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 180 | 0.06 | 0 | 0.22 | 0.09 | 76.47 | 0.52 | 0.81 |
| Hex | D9 | E7 | B4 | 6 | 0 | 16 | 9 | 4C | 34 | 51 |
| Octal | 331 | 347 | 264 | 6 | 0 | 26 | 11 | 114 | 64 | 121 |
| Binary | 11011001 | 11100111 | 10110100 | 110 | 0 | 10110 | 1001 | 1001100 | 110100 | 1010001 |
Color Harmonies of #D9E7B4
Complementary color
Monochromatic Colors of #D9E7B4
Black with #D9E7B4
Text Example
Text Example
White with #D9E7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7B4; }
p { color: rgb(217,231,180); }
H1.HeaderClassName
{
color: #D9E7B4;
}
.AnyTagClassName
{
color: #D9E7B4;
}
</style>
background-color css
<style>
a { background-color: #D9E7B4; }
a { background-color: rgb(217,231,180); }
div.DivClassName
{
background-color: #D9E7B4;
}
.BgClassName
{
background-color: #D9E7B4;
}
</style>
border-color css
<style>
span { border-color: #D9E7B4; }
span { border-color: rgb(217,231,180); }
td.TdClassName
{
border-color: #D9E7B4;
}
.TagClassName
{
border-color: #D9E7B4;
}
</style>