#DEE59E

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

Shades of Tusk #DEE59E

Tints of Tusk #DEE59E

Color information

#DEE59E (or 0xDEE59E) is unknown color: approx Tusk. HEX triplet: DE, E5 and 9E. RGB value is (222,229,158). Sum of RGB (Red+Green+Blue) = 222+229+158=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE59E is #211A61. Grayscale: #DBDBDB. Windows color (decimal): -2169442 or 10413534. OLE color: 10413534.

HSL color Cylindrical-coordinate representation of color #DEE59E: hue angle of 65.92º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEE59E is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB222229158-
CMYK0.0300.310.10
HSL65.92º57.72%75.88%-
HSV(B)65.92º31%89.8%-
XYZ64.3274.0443.25-
YUV218.8193.68130.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 229 (89.84% from 255) = 37.60%
BLUE value IS 158 (62.11% from 255) = 25.94%
R=36.45%
G=37.60%
B=25.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222291580.0300.310.1065.9257.7275.88
HexDEE59E301FA423a4c
Octal33634523630371210272114
Binary11011110111001011001111011011111101010000101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE59E; }

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

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

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

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

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

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

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

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