#D9DEAE

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

Shades of Tusk #D9DEAE

Tints of Tusk #D9DEAE

Color information

#D9DEAE (or 0xD9DEAE) is unknown color: approx Tusk. HEX triplet: D9, DE and AE. RGB value is (217,222,174). Sum of RGB (Red+Green+Blue) = 217+222+174=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEAE is #262151. Grayscale: #D7D7D7. Windows color (decimal): -2498898 or 11460313. OLE color: 11460313.

HSL color Cylindrical-coordinate representation of color #D9DEAE: hue angle of 66.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9DEAE is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB217222174-
CMYK0.0200.220.13
HSL66.25º42.11%77.65%-
HSV(B)66.25º21.62%87.06%-
XYZ62.3870.0550.28-
YUV215.03104.84129.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=35.40%
G=36.22%
B=28.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221740.0200.220.1366.2542.1177.65
HexD9DEAE2016D422a4e
Octal33133625620261510252116
Binary11011001110111101010111010010110110110000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEAE; }

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

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

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

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

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

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

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

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