COLOR #DEE15C

HEX: #DEE15C
RGB: (222,225,92)

Color info

#DEE15C contains mainly red and green colors. Web safe color of #DEE15C is #CCCC66 (or #CC6).

RGB color model

#DEE15C color RGB value is (222,225,92).

  • red value is 222;
  • green value is 225;
  • blue value is 92.
RGB:
(222,225,92)
(87%,88%,36%)

RGB channels and saturation

R 222 of 255 = 87%
G 225 of 255 = 88%
B 92 of 255 = 36%

222
225
92

R + G + B ~ 70%. #DEE15C is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 225 + 92 = 539 (100%)
R 222 of 539 ~ 41.19%
G 225 of 539 ~ 41.74%
B 92 of 539 ~ 17.07%

%41.19
%41.74
%17.07

CMYK color model

#DEE15C color CMYK value is (1,0,59,12).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 59.11%
  • key color value is 11.76%
CMYK:
(1,0,59,12)
C1M0Y59K12 
(1%,0%,59%,12%)
(0.01/0.00/0.59/0.12)	

CMYK percentages

%1.33
%0
%59.11
%11.76

Codes

Color #DEE15C in popluar color models

DEE15C
RGB22222592
HSL61°68.91%62.16%
HSB/HSV61°59.11%88.24%
CMYK1.33%0.00%59.11%
11.76%

Color #DEE15C in popluar number systems.

HEXDEE15C
Decimal22222592
Binary11011110111000011011100
Octal336341134

Shades and tints

Shades of #DEE15C

#DEE15C
(222,225,92)
#CACD54
(202,205,84)
#B6B94C
(182,185,76)
#A2A544
(162,165,68)
#8E913C
(142,145,60)
#7A7D34
(122,125,52)
#66692C
(102,105,44)
#525524
(82,85,36)
#3E411C
(62,65,28)
#2A2D14
(42,45,20)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #DEE15C

#DEE15C
(222,225,92)
#E1E36A
(225,227,106)
#E4E578
(228,229,120)
#E7E786
(231,231,134)
#EAE994
(234,233,148)
#EDEBA2
(237,235,162)
#F0EDB0
(240,237,176)
#F3EFBE
(243,239,190)
#F6F1CC
(246,241,204)
#F9F3DA
(249,243,218)
#FCF5E8
(252,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE15C color. Also use rgb(222,225,92) instead hex code.

Text Font Color

.myTextColor { color: #DEE15C; }

<p style="color:#DEE15C">This sample text font color is #DEE15C.</p>

This text font color is #DEE15C.


Background Color

.myBgColor { background-color: #DEE15C; }

<div style="background-color:#DEE15C">Inner text</div>

This div background color is #DEE15C.


Border color

.myBorderColor { border: 1px solid #DEE15C; }

<div style="border:3px solid #DEE15C">Div</div>

This div border color is #DEE15C.


Opacity

.myOpacity80 { color: #DEE15C; opacity: 0.8; }

<p style="color:#DEE15C;opacity:0.8;">80%</p>

Text with #DEE15C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DEE15C;}

<p style="text-shadow: 3px 3px 1px #DEE15C">Text here.</p>

This text has shadow with #DEE15C color.

.textShadow {text-shadow: 3px 3px 1px #DEE15C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DEE15C, 5px 5px 20px red">Text here.</p>

This text has shadow with #DEE15C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DEE15C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DEE15C, Direction=45, Strength=4)">Text</p>

This text has shadow with #DEE15C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DEE15C;
  -webkit-box-shadow:	1px 1px 3px 2px #DEE15C;
  box-shadow:		1px 1px 3px 2px #DEE15C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DEE15C;
-webkit-box-shadow: 1px 1px 3px 2px #DEE15C;
box-shadow:1px 1px 3px 2px #DEE15C;">
Div content here</div>
This div box has shadow with color #DEE15C.

Preview

Color preview on black background

This text has color #DEE15C on black background.


Color preview on white background

This text has color #DEE15C on white background.



Black color preview on #DEE15C background

This text has black color on #DEE15C background.


White color preview on #DEE15C background

This text has white color on #DEE15C background.