#DEE49F

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

Shades of Tusk #DEE49F

Tints of Tusk #DEE49F

Color information

#DEE49F (or 0xDEE49F) is unknown color: approx Tusk. HEX triplet: DE, E4 and 9F. RGB value is (222,228,159). Sum of RGB (Red+Green+Blue) = 222+228+159=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE49F is #211B60. Grayscale: #DADADA. Windows color (decimal): -2169697 or 10478814. OLE color: 10478814.

HSL color Cylindrical-coordinate representation of color #DEE49F: hue angle of 65.22º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE49F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB222228159-
CMYK0.0300.300.11
HSL65.22º56.1%75.88%-
HSV(B)65.22º30.26%89.41%-
XYZ64.1373.5243.61-
YUV218.3494.51130.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 159 (62.5% from 255) = 26.11%
R=36.45%
G=37.44%
B=26.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281590.0300.300.1165.2256.175.88
HexDEE49F301EB41384c
Octal33634423730361310170114
Binary11011110111001001001111111011110101110000011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE49F; }

 p { color: rgb(222,228,159); }

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

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

 a { background-color: rgb(222,228,159); }

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

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

 span { border-color: rgb(222,228,159); }

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