#D8DE9E

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

Shades of Tusk #D8DE9E

Tints of Tusk #D8DE9E

Color information

#D8DE9E (or 0xD8DE9E) is unknown color: approx Tusk. HEX triplet: D8, DE and 9E. RGB value is (216,222,158). Sum of RGB (Red+Green+Blue) = 216+222+158=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DE9E is #272161. Grayscale: #D5D5D5. Windows color (decimal): -2564450 or 10411736. OLE color: 10411736.

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

Color convert

RGB216222158-
CMYK0.0300.290.13
HSL65.62º49.23%74.51%-
HSV(B)65.62º28.83%87.06%-
XYZ60.6169.3142.53-
YUV212.9197.01130.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 158 (62.11% from 255) = 26.51%
R=36.24%
G=37.25%
B=26.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162221580.0300.290.1365.6249.2374.51
HexD8DE9E301DD42314b
Octal33033623630351510261113
Binary11011000110111101001111011011101110110000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DE9E; }

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

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

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

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

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

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

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

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