COLOR #DDE019

HEX: #DDE019
RGB: (221,224,25)

Color info

#DDE019 contains mainly red and green colors. Web safe color of #DDE019 is #CCCC00 (or #CC0).

RGB color model

#DDE019 color RGB value is (221,224,25).

  • red value is 221;
  • green value is 224;
  • blue value is 25.
RGB:
(221,224,25)
(87%,88%,10%)

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 25 of 255 = 10%

221
224
25

R + G + B ~ 62%. #DDE019 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 25 = 470 (100%)
R 221 of 470 ~ 47.02%
G 224 of 470 ~ 47.66%
B 25 of 470 ~ 5.32%

%47.02
%47.66

CMYK color model

#DDE019 color CMYK value is (1,0,89,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 88.84%
  • key color value is 12.16%
CMYK:
(1,0,89,12)
C1M0Y89K12 
(1%,0%,89%,12%)
(0.01/0.00/0.89/0.12)	

CMYK percentages

%1.34
%0
%88.84
%12.16

Codes

Color #DDE019 in popluar color models

DDE019
RGB22122425
HSL61°79.92%48.82%
HSB/HSV61°88.84%87.84%
CMYK1.34%0.00%88.84%
12.16%

Color #DDE019 in popluar number systems.

HEXDDE019
Decimal22122425
Binary110111011110000011001
Octal33534031

Shades and tints

Shades of #DDE019

#DDE019
(221,224,25)
#C9CC17
(201,204,23)
#B5B815
(181,184,21)
#A1A413
(161,164,19)
#8D9011
(141,144,17)
#797C0F
(121,124,15)
#65680D
(101,104,13)
#51540B
(81,84,11)
#3D4009
(61,64,9)
#292C07
(41,44,7)
#151805
(21,24,5)
#000000
(0,0,0)

Tints of #DDE019

#DDE019
(221,224,25)
#E0E22D
(224,226,45)
#E3E441
(227,228,65)
#E6E655
(230,230,85)
#E9E869
(233,232,105)
#ECEA7D
(236,234,125)
#EFEC91
(239,236,145)
#F2EEA5
(242,238,165)
#F5F0B9
(245,240,185)
#F8F2CD
(248,242,205)
#FBF4E1
(251,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE019 color. Also use rgb(221,224,25) instead hex code.

Text Font Color

.myTextColor { color: #DDE019; }

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

This text font color is #DDE019.


Background Color

.myBgColor { background-color: #DDE019; }

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

This div background color is #DDE019.


Border color

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

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

This div border color is #DDE019.


Opacity

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

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

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

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

This text has shadow with #DDE019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE019 on black background.


Color preview on white background

This text has color #DDE019 on white background.



Black color preview on #DDE019 background

This text has black color on #DDE019 background.


White color preview on #DDE019 background

This text has white color on #DDE019 background.