Shades of Tusk #D9E7AC
Tints of Tusk #D9E7AC
RGB
CMYK
RGB Variations
Color information
#D9E7AC (or 0xD9E7AC) is known color: Tusk. HEX triplet: D9, E7 and AC. RGB value is (217,231,172). Sum of RGB (Red+Green+Blue) = 217+231+172=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E7AC is #261853. Grayscale: #DCDCDC. Windows color (decimal): -2496596 or 11331545. OLE color: 11331545.
HSL color Cylindrical-coordinate representation of color #D9E7AC: hue angle of 74.24º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9E7AC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 231 | 172 | - |
CMYK | 0.06 | 0 | 0.26 | 0.09 |
HSL | 74.24º | 0.55% | 0.79% | - |
HSV(B) | 74.24º | 0.26% | 0.91% | - |
XYZ | 64.64 | 74.88 | 50.08 | - |
YUV | 220.09 | 100.86 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 231 | 172 | 0.06 | 0 | 0.26 | 0.09 | 74.24 | 0.55 | 0.79 |
Hex | D9 | E7 | AC | 6 | 0 | 1A | 9 | 4A | 37 | 4F |
Octal | 331 | 347 | 254 | 6 | 0 | 32 | 11 | 112 | 67 | 117 |
Binary | 11011001 | 11100111 | 10101100 | 110 | 0 | 11010 | 1001 | 1001010 | 110111 | 1001111 |
Color Harmonies of #D9E7AC
Complementary color
Monochromatic Colors of #D9E7AC
Black with #D9E7AC
Text Example
Text Example
White with #D9E7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7AC; }
p { color: rgb(217,231,172); }
H1.HeaderClassName
{
color: #D9E7AC;
}
.AnyTagClassName
{
color: #D9E7AC;
}
</style>
background-color css
<style>
a { background-color: #D9E7AC; }
a { background-color: rgb(217,231,172); }
div.DivClassName
{
background-color: #D9E7AC;
}
.BgClassName
{
background-color: #D9E7AC;
}
</style>
border-color css
<style>
span { border-color: #D9E7AC; }
span { border-color: rgb(217,231,172); }
td.TdClassName
{
border-color: #D9E7AC;
}
.TagClassName
{
border-color: #D9E7AC;
}
</style>