COLOR #DEE629

HEX: #DEE629
RGB: (222,230,41)

Color info

#DEE629 contains mainly red and green colors. Web safe color of #DEE629 is #CCCC33 (or #CC3).

RGB color model

#DEE629 color RGB value is (222,230,41).

  • red value is 222;
  • green value is 230;
  • blue value is 41.
RGB:
(222,230,41)
(87%,90%,16%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 41 of 255 = 16%

222
230
41

R + G + B ~ 64%. #DEE629 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 41 = 493 (100%)
R 222 of 493 ~ 45.03%
G 230 of 493 ~ 46.65%
B 41 of 493 ~ 8.32%

%45.03
%46.65

CMYK color model

#DEE629 color CMYK value is (3,0,82,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 82.17%
  • key color value is 9.80%
CMYK:
(3,0,82,10)
C3M0Y82K10 
(3%,0%,82%,10%)
(0.03/0.00/0.82/0.10)	

CMYK percentages

%3.48
%0
%82.17
%9.8

Codes

Color #DEE629 in popluar color models

DEE629
RGB22223041
HSL63°79.08%53.14%
HSB/HSV63°82.17%90.20%
CMYK3.48%0.00%82.17%
9.80%

Color #DEE629 in popluar number systems.

HEXDEE629
Decimal22223041
Binary1101111011100110101001
Octal33634651

Shades and tints

Shades of #DEE629

#DEE629
(222,230,41)
#CAD226
(202,210,38)
#B6BE23
(182,190,35)
#A2AA20
(162,170,32)
#8E961D
(142,150,29)
#7A821A
(122,130,26)
#666E17
(102,110,23)
#525A14
(82,90,20)
#3E4611
(62,70,17)
#2A320E
(42,50,14)
#161E0B
(22,30,11)
#000000
(0,0,0)

Tints of #DEE629

#DEE629
(222,230,41)
#E1E83C
(225,232,60)
#E4EA4F
(228,234,79)
#E7EC62
(231,236,98)
#EAEE75
(234,238,117)
#EDF088
(237,240,136)
#F0F29B
(240,242,155)
#F3F4AE
(243,244,174)
#F6F6C1
(246,246,193)
#F9F8D4
(249,248,212)
#FCFAE7
(252,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE629 color. Also use rgb(222,230,41) instead hex code.

Text Font Color

.myTextColor { color: #DEE629; }

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

This text font color is #DEE629.


Background Color

.myBgColor { background-color: #DEE629; }

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

This div background color is #DEE629.


Border color

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

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

This div border color is #DEE629.


Opacity

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

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

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

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

This text has shadow with #DEE629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE629 on black background.


Color preview on white background

This text has color #DEE629 on white background.



Black color preview on #DEE629 background

This text has black color on #DEE629 background.


White color preview on #DEE629 background

This text has white color on #DEE629 background.