COLOR #DDE178

HEX: #DDE178 RGB: (221,225,120)

Color info

#DDE178 contains mainly red and green colors. Web safe color of #DDE178 is #CCCC66 (or #CC6).

RGB color model

#DDE178 color RGB value is (221,225,120).

RGB: (221,225,120) (87%, 88%, 47%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 120 of 255 = 47%

221
225
120

R + G + B ~ 74%. #DDE178 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 225 + 120 = 566 (100%)
R 221 of 566 ~ 39.05%
G 225 of 566 ~ 39.75%
B 120 of 566 ~ 21.2'%

%39.05
%39.75
%21.2

CMYK color model

#DDE178 color CMYK value is (2,0,47,12).

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

CMYK: (2,0,47,12)
C2M0Y47K12 (2%, 0%, 47%, 12%)
(0.02 / 0.00 / 0.47 / 0.12)

CMYK percentages

%1.78
%0
%46.67
%11.76

Codes

Color #DDE178 in popluar color models

DD E1 78
RGB 221 225 120
HSL 62° 63.64% 67.65%
HSB/HSV 62° 46.67% 88.24%
CMYK 1.78% 0.00% 46.67%
11.76%

Color #DDE178 in popluar number systems.

HEX DD E1 78
Decimal 221 225 120
Binary 11011101 11100001 1111000
Octal 335 341 170

Shades and tints

Shades of #DDE178

#DDE178
(221,225,120)
#C9CD6E
(201,205,110)
#B5B964
(181,185,100)
#A1A55A
(161,165,90)
#8D9150
(141,145,80)
#797D46
(121,125,70)
#65693C
(101,105,60)
#515532
(81,85,50)
#3D4128
(61,65,40)
#292D1E
(41,45,30)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #DDE178

#DDE178
(221,225,120)
#E0E384
(224,227,132)
#E3E590
(227,229,144)
#E6E79C
(230,231,156)
#E9E9A8
(233,233,168)
#ECEBB4
(236,235,180)
#EFEDC0
(239,237,192)
#F2EFCC
(242,239,204)
#F5F1D8
(245,241,216)
#F8F3E4
(248,243,228)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE178; }

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

This text font color is #DDE178.

Background Color

.myBgColor { background-color: #DDE178; }

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

This div background color is #DDE178.

Border color

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

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

This div border color is #DDE178.

Opacity

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

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

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

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

This text has shadow with #DDE178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE178.

Preview

Color preview on black background

This text has color #DDE178 on black background.


Color preview on white background

This text has color #DDE178 on white background.


Black color preview on #DDE178 background

This text has black color on #DDE178 background.


White color preview on #DDE178 background

This text has white color on #DDE178 background.


Related colors

Complementary color

Complementary color for #hex is #221E87.


I love getcolorcode.com

Triadic colors

1 #78DDE1 and #E178DD with #DDE178 are triadic colors.

2 #78E1DD and #E1DD78 with #DDE178 are triadic colors.