#D9DEA9

Color #D9DEA9 Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #D9DEA9

Tints of Tusk #D9DEA9

Color information

#D9DEA9 (or 0xD9DEA9) is unknown color: approx Tusk. HEX triplet: D9, DE and A9. RGB value is (217,222,169). Sum of RGB (Red+Green+Blue) = 217+222+169=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEA9 is #262156. Grayscale: #D6D6D6. Windows color (decimal): -2498903 or 11132633. OLE color: 11132633.

HSL color Cylindrical-coordinate representation of color #D9DEA9: hue angle of 65.66º 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 #D9DEA9 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB217222169-
CMYK0.0200.240.13
HSL65.66º44.54%76.67%-
HSV(B)65.66º23.87%87.06%-
XYZ61.969.8647.76-
YUV214.46102.34129.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 169 (66.41% from 255) = 27.80%
R=35.69%
G=36.51%
B=27.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221690.0200.240.1365.6644.5476.67
HexD9DEA92018D422d4d
Octal33133625120301510255115
Binary11011001110111101010100110011000110110000101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEA9; }

 p { color: rgb(217,222,169); }

 H1.HeaderClassName
 {
   color: #D9DEA9;
 }
 .AnyTagClassName
 {
   color: #D9DEA9;
 }
</style>
background-color css

<style>
 a { background-color: #D9DEA9; }

 a { background-color: rgb(217,222,169); }

 div.DivClassName
 {
   background-color: #D9DEA9;
 }
 .BgClassName
 {
   background-color: #D9DEA9;
 }
</style>
border-color css

<style>
 span { border-color: #D9DEA9; }

 span { border-color: rgb(217,222,169); }

 td.TdClassName
 {
   border-color: #D9DEA9;
 }
 .TagClassName
 {
   border-color: #D9DEA9;
 }
</style>