#DEE39F

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

Shades of Tusk #DEE39F

Tints of Tusk #DEE39F

Color information

#DEE39F (or 0xDEE39F) is unknown color: approx Tusk. HEX triplet: DE, E3 and 9F. RGB value is (222,227,159). Sum of RGB (Red+Green+Blue) = 222+227+159=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE39F is #211C60. Grayscale: #DADADA. Windows color (decimal): -2169953 or 10478558. OLE color: 10478558.

HSL color Cylindrical-coordinate representation of color #DEE39F: hue angle of 64.41º degrees, saturation: 0.55, 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 #DEE39F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB222227159-
CMYK0.0200.300.11
HSL64.41º54.84%75.69%-
HSV(B)64.41º29.96%89.02%-
XYZ63.8572.9743.52-
YUV217.7594.84131.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 227 (89.06% from 255) = 37.34%
BLUE value IS 159 (62.5% from 255) = 26.15%
R=36.51%
G=37.34%
B=26.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271590.0200.300.1164.4154.8475.69
HexDEE39F201EB40374c
Octal33634323720361310067114
Binary11011110111000111001111110011110101110000001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE39F; }

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

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

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

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

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

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

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

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