#D9DFA9

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

Shades of Tusk #D9DFA9

Tints of Tusk #D9DFA9

Color information

#D9DFA9 (or 0xD9DFA9) is unknown color: approx Tusk. HEX triplet: D9, DF and A9. RGB value is (217,223,169). Sum of RGB (Red+Green+Blue) = 217+223+169=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFA9 is #262056. Grayscale: #D7D7D7. Windows color (decimal): -2498647 or 11132889. OLE color: 11132889.

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

Color convert

RGB217223169-
CMYK0.0300.240.13
HSL66.67º45.76%76.86%-
HSV(B)66.67º24.22%87.45%-
XYZ62.1670.3947.85-
YUV215.05102.01129.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 169 (66.41% from 255) = 27.75%
R=35.63%
G=36.62%
B=27.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231690.0300.240.1366.6745.7676.86
HexD9DFA93018D432e4d
Octal33133725130301510356115
Binary11011001110111111010100111011000110110000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFA9; }

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

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

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

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

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

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

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

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