#D7DFA9

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

Shades of Tusk #D7DFA9

Tints of Tusk #D7DFA9

Color information

#D7DFA9 (or 0xD7DFA9) is unknown color: approx Tusk. HEX triplet: D7, DF and A9. RGB value is (215,223,169). Sum of RGB (Red+Green+Blue) = 215+223+169=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DFA9 is #282056. Grayscale: #D6D6D6. Windows color (decimal): -2629719 or 11132887. OLE color: 11132887.

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

Color convert

RGB215223169-
CMYK0.0400.240.13
HSL68.89º45.76%76.86%-
HSV(B)68.89º24.22%87.45%-
XYZ61.5770.0947.82-
YUV214.45102.35128.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 169 (66.41% from 255) = 27.84%
R=35.42%
G=36.74%
B=27.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152231690.0400.240.1368.8945.7676.86
HexD7DFA94018D452e4d
Octal32733725140301510556115
Binary110101111101111110101001100011000110110001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFA9; }

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

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

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

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

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

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

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

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