#D7DE9E

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

Shades of Tusk #D7DE9E

Tints of Tusk #D7DE9E

Color information

#D7DE9E (or 0xD7DE9E) is unknown color: approx Tusk. HEX triplet: D7, DE and 9E. RGB value is (215,222,158). Sum of RGB (Red+Green+Blue) = 215+222+158=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DE9E is #282161. Grayscale: #D4D4D4. Windows color (decimal): -2629986 or 10411735. OLE color: 10411735.

HSL color Cylindrical-coordinate representation of color #D7DE9E: hue angle of 66.56º 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 #D7DE9E is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB215222158-
CMYK0.0300.290.13
HSL66.56º49.23%74.51%-
HSV(B)66.56º28.83%87.06%-
XYZ60.3269.1642.52-
YUV212.6197.18129.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=36.13%
G=37.31%
B=26.55%

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
Decimal2152221580.0300.290.1366.5649.2374.51
HexD7DE9E301DD43314b
Octal32733623630351510361113
Binary11010111110111101001111011011101110110000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DE9E; }

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

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

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

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

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

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

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

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