#D8E0AD

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

Shades of Tusk #D8E0AD

Tints of Tusk #D8E0AD

Color information

#D8E0AD (or 0xD8E0AD) is unknown color: approx Tusk. HEX triplet: D8, E0 and AD. RGB value is (216,224,173). Sum of RGB (Red+Green+Blue) = 216+224+173=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E0AD is #271F52. Grayscale: #D7D7D7. Windows color (decimal): -2563923 or 11395288. OLE color: 11395288.

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

Color convert

RGB216224173-
CMYK0.0400.230.12
HSL69.41º45.13%77.84%-
HSV(B)69.41º22.77%87.84%-
XYZ62.5270.9349.93-
YUV215.79103.85128.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=35.24%
G=36.54%
B=28.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162241730.0400.230.1269.4145.1377.84
HexD8E0AD4017C452d4e
Octal33034025540271410555116
Binary110110001110000010101101100010111110010001011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0AD; }

 p { color: rgb(216,224,173); }

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

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

 a { background-color: rgb(216,224,173); }

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

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

 span { border-color: rgb(216,224,173); }

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