#D9DDAF

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

Shades of Tusk #D9DDAF

Tints of Tusk #D9DDAF

Color information

#D9DDAF (or 0xD9DDAF) is unknown color: approx Tusk. HEX triplet: D9, DD and AF. RGB value is (217,221,175). Sum of RGB (Red+Green+Blue) = 217+221+175=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDAF is #262250. Grayscale: #D6D6D6. Windows color (decimal): -2499153 or 11525593. OLE color: 11525593.

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

Color convert

RGB217221175-
CMYK0.0200.210.13
HSL65.22º40.35%77.65%-
HSV(B)65.22º20.81%86.67%-
XYZ62.2169.5650.71-
YUV214.56105.67129.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=35.40%
G=36.05%
B=28.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211750.0200.210.1365.2240.3577.65
HexD9DDAF2015D41284e
Octal33133525720251510150116
Binary11011001110111011010111110010101110110000011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDAF; }

 p { color: rgb(217,221,175); }

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

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

 a { background-color: rgb(217,221,175); }

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

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

 span { border-color: rgb(217,221,175); }

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