#D8DEA4

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

Shades of Tusk #D8DEA4

Tints of Tusk #D8DEA4

Color information

#D8DEA4 (or 0xD8DEA4) is unknown color: approx Tusk. HEX triplet: D8, DE and A4. RGB value is (216,222,164). Sum of RGB (Red+Green+Blue) = 216+222+164=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DEA4 is #27215B. Grayscale: #D5D5D5. Windows color (decimal): -2564444 or 10804952. OLE color: 10804952.

HSL color Cylindrical-coordinate representation of color #D8DEA4: hue angle of 66.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8DEA4 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB216222164-
CMYK0.0300.260.13
HSL66.21º46.77%75.69%-
HSV(B)66.21º26.13%87.06%-
XYZ61.1469.5245.32-
YUV213.59100.01129.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=35.88%
G=36.88%
B=27.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162221640.0300.260.1366.2146.7775.69
HexD8DEA4301AD422f4c
Octal33033624430321510257114
Binary11011000110111101010010011011010110110000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEA4; }

 p { color: rgb(216,222,164); }

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

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

 a { background-color: rgb(216,222,164); }

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

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

 span { border-color: rgb(216,222,164); }

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