COLOR #DEE16B

HEX: #DEE16B RGB: (222,225,107)

Color info

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

RGB color model

#DEE16B color RGB value is (222,225,107).

RGB: (222,225,107) (87%, 88%, 42%)

RGB channels and saturation

R 222 of 255 = 87%
G 225 of 255 = 88%
B 107 of 255 = 42%

222
225
107

R + G + B ~ 72%. #DEE16B is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 225 + 107 = 554 (100%)
R 222 of 554 ~ 40.07%
G 225 of 554 ~ 40.61%
B 107 of 554 ~ 19.31'%

%40.07
%40.61
%19.31

CMYK color model

#DEE16B color CMYK value is (1,0,52,12).

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

CMYK: (1,0,52,12)
C1M0Y52K12 (1%, 0%, 52%, 12%)
(0.01 / 0.00 / 0.52 / 0.12)

CMYK percentages

%1.33
%0
%52.44
%11.76

Codes

Color #DEE16B in popluar color models

DE E1 6B
RGB 222 225 107
HSL 62° 66.29% 65.10%
HSB/HSV 62° 52.44% 88.24%
CMYK 1.33% 0.00% 52.44%
11.76%

Color #DEE16B in popluar number systems.

HEX DE E1 6B
Decimal 222 225 107
Binary 11011110 11100001 1101011
Octal 336 341 153

Shades and tints

Shades of #DEE16B

#DEE16B
(222,225,107)
#CACD62
(202,205,98)
#B6B959
(182,185,89)
#A2A550
(162,165,80)
#8E9147
(142,145,71)
#7A7D3E
(122,125,62)
#666935
(102,105,53)
#52552C
(82,85,44)
#3E4123
(62,65,35)
#2A2D1A
(42,45,26)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #DEE16B

#DEE16B
(222,225,107)
#E1E378
(225,227,120)
#E4E585
(228,229,133)
#E7E792
(231,231,146)
#EAE99F
(234,233,159)
#EDEBAC
(237,235,172)
#F0EDB9
(240,237,185)
#F3EFC6
(243,239,198)
#F6F1D3
(246,241,211)
#F9F3E0
(249,243,224)
#FCF5ED
(252,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE16B; }

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

This text font color is #DEE16B.

Background Color

.myBgColor { background-color: #DEE16B; }

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

This div background color is #DEE16B.

Border color

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

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

This div border color is #DEE16B.

Opacity

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

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

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

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

This text has shadow with #DEE16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE16B.

Preview

Color preview on black background

This text has color #DEE16B on black background.


Color preview on white background

This text has color #DEE16B on white background.


Black color preview on #DEE16B background

This text has black color on #DEE16B background.


White color preview on #DEE16B background

This text has white color on #DEE16B background.


Related colors

Complementary color

Complementary color for #hex is #211E94.


I love getcolorcode.com

Triadic colors

1 #6BDEE1 and #E16BDE with #DEE16B are triadic colors.

2 #6BE1DE and #E1DE6B with #DEE16B are triadic colors.