COLOR #DDE016

HEX: #DDE016
RGB: (221,224,22)

Color info

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

RGB color model

#DDE016 color RGB value is (221,224,22).

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

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 22 of 255 = 9%

221
224
22

R + G + B ~ 61%. #DDE016 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 22 = 467 (100%)
R 221 of 467 ~ 47.32%
G 224 of 467 ~ 47.97%
B 22 of 467 ~ 4.71%

%47.32
%47.97

CMYK color model

#DDE016 color CMYK value is (1,0,90,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 90.18%
  • key color value is 12.16%
CMYK:
(1,0,90,12)
C1M0Y90K12 
(1%,0%,90%,12%)
(0.01/0.00/0.90/0.12)	

CMYK percentages

%1.34
%0
%90.18
%12.16

Codes

Color #DDE016 in popluar color models

DDE016
RGB22122422
HSL61°82.11%48.24%
HSB/HSV61°90.18%87.84%
CMYK1.34%0.00%90.18%
12.16%

Color #DDE016 in popluar number systems.

HEXDDE016
Decimal22122422
Binary110111011110000010110
Octal33534026

Shades and tints

Shades of #DDE016

#DDE016
(221,224,22)
#C9CC14
(201,204,20)
#B5B812
(181,184,18)
#A1A410
(161,164,16)
#8D900E
(141,144,14)
#797C0C
(121,124,12)
#65680A
(101,104,10)
#515408
(81,84,8)
#3D4006
(61,64,6)
#292C04
(41,44,4)
#151802
(21,24,2)
#000000
(0,0,0)

Tints of #DDE016

#DDE016
(221,224,22)
#E0E22B
(224,226,43)
#E3E440
(227,228,64)
#E6E655
(230,230,85)
#E9E86A
(233,232,106)
#ECEA7F
(236,234,127)
#EFEC94
(239,236,148)
#F2EEA9
(242,238,169)
#F5F0BE
(245,240,190)
#F8F2D3
(248,242,211)
#FBF4E8
(251,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE016; }

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

This text font color is #DDE016.


Background Color

.myBgColor { background-color: #DDE016; }

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

This div background color is #DDE016.


Border color

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

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

This div border color is #DDE016.


Opacity

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

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

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

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

This text has shadow with #DDE016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE016 on black background.


Color preview on white background

This text has color #DDE016 on white background.



Black color preview on #DDE016 background

This text has black color on #DDE016 background.


White color preview on #DDE016 background

This text has white color on #DDE016 background.