COLOR #DDEA1E

HEX: #DDEA1E
RGB: (221,234,30)

Color info

#DDEA1E contains mainly red and green colors. Web safe color of #DDEA1E is #CCFF33 (or #CF3).

RGB color model

#DDEA1E color RGB value is (221,234,30).

  • red value is 221;
  • green value is 234;
  • blue value is 30.
RGB:
(221,234,30)
(87%,92%,12%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 30 of 255 = 12%

221
234
30

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 30 = 485 (100%)
R 221 of 485 ~ 45.57%
G 234 of 485 ~ 48.25%
B 30 of 485 ~ 6.19%

%45.57
%48.25

CMYK color model

#DDEA1E color CMYK value is (6,0,87,8).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 87.18%
  • key color value is 8.24%
CMYK:
(6,0,87,8)
C6M0Y87K8 
(6%,0%,87%,8%)
(0.06/0.00/0.87/0.08)	

CMYK percentages

%5.56
%0
%87.18
%8.24

Codes

Color #DDEA1E in popluar color models

DDEA1E
RGB22123430
HSL64°82.93%51.76%
HSB/HSV64°87.18%91.76%
CMYK5.56%0.00%87.18%
8.24%

Color #DDEA1E in popluar number systems.

HEXDDEA1E
Decimal22123430
Binary110111011110101011110
Octal33535236

Shades and tints

Shades of #DDEA1E

#DDEA1E
(221,234,30)
#C9D51C
(201,213,28)
#B5C01A
(181,192,26)
#A1AB18
(161,171,24)
#8D9616
(141,150,22)
#798114
(121,129,20)
#656C12
(101,108,18)
#515710
(81,87,16)
#3D420E
(61,66,14)
#292D0C
(41,45,12)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #DDEA1E

#DDEA1E
(221,234,30)
#E0EB32
(224,235,50)
#E3EC46
(227,236,70)
#E6ED5A
(230,237,90)
#E9EE6E
(233,238,110)
#ECEF82
(236,239,130)
#EFF096
(239,240,150)
#F2F1AA
(242,241,170)
#F5F2BE
(245,242,190)
#F8F3D2
(248,243,210)
#FBF4E6
(251,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEA1E color. Also use rgb(221,234,30) instead hex code.

Text Font Color

.myTextColor { color: #DDEA1E; }

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

This text font color is #DDEA1E.


Background Color

.myBgColor { background-color: #DDEA1E; }

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

This div background color is #DDEA1E.


Border color

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

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

This div border color is #DDEA1E.


Opacity

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

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

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

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

This text has shadow with #DDEA1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEA1E on black background.


Color preview on white background

This text has color #DDEA1E on white background.



Black color preview on #DDEA1E background

This text has black color on #DDEA1E background.


White color preview on #DDEA1E background

This text has white color on #DDEA1E background.