COLOR #DEE15B

HEX: #DEE15B RGB: (222,225,91)

Color info

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

RGB color model

#DEE15B color RGB value is (222,225,91).

RGB: (222,225,91) (87%, 88%, 36%)

RGB channels and saturation

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

222
225
91

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

Portions of RGB colors in percentages

R + G + B = 222 + 225 + 91 = 538 (100%)
R 222 of 538 ~ 41.26%
G 225 of 538 ~ 41.82%
B 91 of 538 ~ 16.91'%

%41.26
%41.82
%16.91

CMYK color model

#DEE15B color CMYK value is (1,0,60,12).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 59.56%
  • key color value is 11.76%

CMYK: (1,0,60,12)
C1M0Y60K12 (1%, 0%, 60%, 12%)
(0.01 / 0.00 / 0.60 / 0.12)

CMYK percentages

%1.33
%0
%59.56
%11.76

Codes

Color #DEE15B in popluar color models

DE E1 5B
RGB 222 225 91
HSL 61° 69.07% 61.96%
HSB/HSV 61° 59.56% 88.24%
CMYK 1.33% 0.00% 59.56%
11.76%

Color #DEE15B in popluar number systems.

HEX DE E1 5B
Decimal 222 225 91
Binary 11011110 11100001 1011011
Octal 336 341 133

Shades and tints

Shades of #DEE15B

#DEE15B
(222,225,91)
#CACD53
(202,205,83)
#B6B94B
(182,185,75)
#A2A543
(162,165,67)
#8E913B
(142,145,59)
#7A7D33
(122,125,51)
#66692B
(102,105,43)
#525523
(82,85,35)
#3E411B
(62,65,27)
#2A2D13
(42,45,19)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #DEE15B

#DEE15B
(222,225,91)
#E1E369
(225,227,105)
#E4E577
(228,229,119)
#E7E785
(231,231,133)
#EAE993
(234,233,147)
#EDEBA1
(237,235,161)
#F0EDAF
(240,237,175)
#F3EFBD
(243,239,189)
#F6F1CB
(246,241,203)
#F9F3D9
(249,243,217)
#FCF5E7
(252,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE15B; }

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

This text font color is #DEE15B.

Background Color

.myBgColor { background-color: #DEE15B; }

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

This div background color is #DEE15B.

Border color

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

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

This div border color is #DEE15B.

Opacity

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

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

Text with #DEE15B 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 #DEE15B;}

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

This text has shadow with #DEE15B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE15B.

Preview

Color preview on black background

This text has color #DEE15B on black background.


Color preview on white background

This text has color #DEE15B on white background.


Black color preview on #DEE15B background

This text has black color on #DEE15B background.


White color preview on #DEE15B background

This text has white color on #DEE15B background.


Related colors

Complementary color

Complementary color for #hex is #211EA4.


I love getcolorcode.com

Triadic colors

1 #5BDEE1 and #E15BDE with #DEE15B are triadic colors.

2 #5BE1DE and #E1DE5B with #DEE15B are triadic colors.