#D9E0AF

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

Shades of Tusk #D9E0AF

Tints of Tusk #D9E0AF

Color information

#D9E0AF (or 0xD9E0AF) is unknown color: approx Tusk. HEX triplet: D9, E0 and AF. RGB value is (217,224,175). Sum of RGB (Red+Green+Blue) = 217+224+175=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E0AF is #261F50. Grayscale: #D8D8D8. Windows color (decimal): -2498385 or 11526361. OLE color: 11526361.

HSL color Cylindrical-coordinate representation of color #D9E0AF: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9E0AF is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB217224175-
CMYK0.0300.220.12
HSL68.57º44.14%78.24%-
HSV(B)68.57º21.88%87.84%-
XYZ63.0171.1650.97-
YUV216.32104.68128.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=35.23%
G=36.36%
B=28.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172241750.0300.220.1268.5744.1478.24
HexD9E0AF3016C452c4e
Octal33134025730261410554116
Binary11011001111000001010111111010110110010001011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0AF; }

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

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

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

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

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

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

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

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