COLOR #DDED2A

HEX: #DDED2A
RGB: (221,237,42)

Color info

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

RGB color model

#DDED2A color RGB value is (221,237,42).

  • red value is 221;
  • green value is 237;
  • blue value is 42.
RGB:
(221,237,42)
(87%,93%,16%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 42 of 255 = 16%

221
237
42

R + G + B ~ 65%. #DDED2A is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 42 = 500 (100%)
R 221 of 500 ~ 44.2%
G 237 of 500 ~ 47.4%
B 42 of 500 ~ 8.4%

%44.2
%47.4

CMYK color model

#DDED2A color CMYK value is (7,0,82,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 82.28%
  • key color value is 7.06%
CMYK:
(7,0,82,7)
C7M0Y82K7 
(7%,0%,82%,7%)
(0.07/0.00/0.82/0.07)	

CMYK percentages

%6.75
%0
%82.28
%7.06

Codes

Color #DDED2A in popluar color models

DDED2A
RGB22123742
HSL65°84.42%54.71%
HSB/HSV65°82.28%92.94%
CMYK6.75%0.00%82.28%
7.06%

Color #DDED2A in popluar number systems.

HEXDDED2A
Decimal22123742
Binary1101110111101101101010
Octal33535552

Shades and tints

Shades of #DDED2A

#DDED2A
(221,237,42)
#C9D827
(201,216,39)
#B5C324
(181,195,36)
#A1AE21
(161,174,33)
#8D991E
(141,153,30)
#79841B
(121,132,27)
#656F18
(101,111,24)
#515A15
(81,90,21)
#3D4512
(61,69,18)
#29300F
(41,48,15)
#151B0C
(21,27,12)
#000000
(0,0,0)

Tints of #DDED2A

#DDED2A
(221,237,42)
#E0EE3D
(224,238,61)
#E3EF50
(227,239,80)
#E6F063
(230,240,99)
#E9F176
(233,241,118)
#ECF289
(236,242,137)
#EFF39C
(239,243,156)
#F2F4AF
(242,244,175)
#F5F5C2
(245,245,194)
#F8F6D5
(248,246,213)
#FBF7E8
(251,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDED2A color. Also use rgb(221,237,42) instead hex code.

Text Font Color

.myTextColor { color: #DDED2A; }

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

This text font color is #DDED2A.


Background Color

.myBgColor { background-color: #DDED2A; }

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

This div background color is #DDED2A.


Border color

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

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

This div border color is #DDED2A.


Opacity

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

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

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

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

This text has shadow with #DDED2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDED2A on black background.


Color preview on white background

This text has color #DDED2A on white background.



Black color preview on #DDED2A background

This text has black color on #DDED2A background.


White color preview on #DDED2A background

This text has white color on #DDED2A background.