#D9DFAE

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

Shades of Tusk #D9DFAE

Tints of Tusk #D9DFAE

Color information

#D9DFAE (or 0xD9DFAE) is unknown color: approx Tusk. HEX triplet: D9, DF and AE. RGB value is (217,223,174). Sum of RGB (Red+Green+Blue) = 217+223+174=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFAE is #262051. Grayscale: #D7D7D7. Windows color (decimal): -2498642 or 11460569. OLE color: 11460569.

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

Color convert

RGB217223174-
CMYK0.0300.220.13
HSL67.35º43.36%77.84%-
HSV(B)67.35º21.97%87.45%-
XYZ62.6470.5850.37-
YUV215.62104.51128.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=35.34%
G=36.32%
B=28.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231740.0300.220.1367.3543.3677.84
HexD9DFAE3016D432b4e
Octal33133725630261510353116
Binary11011001110111111010111011010110110110000111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFAE; }

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

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

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

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

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

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

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

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