COLOR #DDE13D

HEX: #DDE13D RGB: (221,225,61)

Color info

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

RGB color model

#DDE13D color RGB value is (221,225,61).

RGB: (221,225,61) (87%, 88%, 24%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 61 of 255 = 24%

221
225
61

R + G + B ~ 66%. #DDE13D is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 225 + 61 = 507 (100%)
R 221 of 507 ~ 43.59%
G 225 of 507 ~ 44.38%
B 61 of 507 ~ 12.03'%

%43.59
%44.38
%12.03

CMYK color model

#DDE13D color CMYK value is (2,0,73,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 72.89%
  • key color value is 11.76%

CMYK: (2,0,73,12)
C2M0Y73K12 (2%, 0%, 73%, 12%)
(0.02 / 0.00 / 0.73 / 0.12)

CMYK percentages

%1.78
%0
%72.89
%11.76

Codes

Color #DDE13D in popluar color models

DD E1 3D
RGB 221 225 61
HSL 61° 73.21% 56.08%
HSB/HSV 61° 72.89% 88.24%
CMYK 1.78% 0.00% 72.89%
11.76%

Color #DDE13D in popluar number systems.

HEX DD E1 3D
Decimal 221 225 61
Binary 11011101 11100001 111101
Octal 335 341 75

Shades and tints

Shades of #DDE13D

#DDE13D
(221,225,61)
#C9CD38
(201,205,56)
#B5B933
(181,185,51)
#A1A52E
(161,165,46)
#8D9129
(141,145,41)
#797D24
(121,125,36)
#65691F
(101,105,31)
#51551A
(81,85,26)
#3D4115
(61,65,21)
#292D10
(41,45,16)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #DDE13D

#DDE13D
(221,225,61)
#E0E34E
(224,227,78)
#E3E55F
(227,229,95)
#E6E770
(230,231,112)
#E9E981
(233,233,129)
#ECEB92
(236,235,146)
#EFEDA3
(239,237,163)
#F2EFB4
(242,239,180)
#F5F1C5
(245,241,197)
#F8F3D6
(248,243,214)
#FBF5E7
(251,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE13D color. Also use rgb(221,225,61) instead hex code.

Text Font Color

.myTextColor { color: #DDE13D; }

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

This text font color is #DDE13D.

Background Color

.myBgColor { background-color: #DDE13D; }

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

This div background color is #DDE13D.

Border color

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

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

This div border color is #DDE13D.

Opacity

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

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

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

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

This text has shadow with #DDE13D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE13D.

Preview

Color preview on black background

This text has color #DDE13D on black background.


Color preview on white background

This text has color #DDE13D on white background.


Black color preview on #DDE13D background

This text has black color on #DDE13D background.


White color preview on #DDE13D background

This text has white color on #DDE13D background.


Related colors

Complementary color

Complementary color for #hex is #221EC2.


I love getcolorcode.com

Triadic colors

1 #3DDDE1 and #E13DDD with #DDE13D are triadic colors.

2 #3DE1DD and #E1DD3D with #DDE13D are triadic colors.