COLOR #DDE17C

HEX: #DDE17C
RGB: (221,225,124)

Color info

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

RGB color model

#DDE17C color RGB value is (221,225,124).

  • red value is 221;
  • green value is 225;
  • blue value is 124.
RGB:
(221,225,124)
(87%,88%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 124 of 255 = 49%

221
225
124

R + G + B ~ 75%. #DDE17C is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 124 = 570 (100%)
R 221 of 570 ~ 38.77%
G 225 of 570 ~ 39.47%
B 124 of 570 ~ 21.75%

%38.77
%39.47
%21.75

CMYK color model

#DDE17C color CMYK value is (2,0,45,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 44.89%
  • key color value is 11.76%
CMYK:
(2,0,45,12)
C2M0Y45K12 
(2%,0%,45%,12%)
(0.02/0.00/0.45/0.12)	

CMYK percentages

%1.78
%0
%44.89
%11.76

Codes

Color #DDE17C in popluar color models

DDE17C
RGB221225124
HSL62°62.73%68.43%
HSB/HSV62°44.89%88.24%
CMYK1.78%0.00%44.89%
11.76%

Color #DDE17C in popluar number systems.

HEXDDE17C
Decimal221225124
Binary11011101111000011111100
Octal335341174

Shades and tints

Shades of #DDE17C

#DDE17C
(221,225,124)
#C9CD71
(201,205,113)
#B5B966
(181,185,102)
#A1A55B
(161,165,91)
#8D9150
(141,145,80)
#797D45
(121,125,69)
#65693A
(101,105,58)
#51552F
(81,85,47)
#3D4124
(61,65,36)
#292D19
(41,45,25)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #DDE17C

#DDE17C
(221,225,124)
#E0E387
(224,227,135)
#E3E592
(227,229,146)
#E6E79D
(230,231,157)
#E9E9A8
(233,233,168)
#ECEBB3
(236,235,179)
#EFEDBE
(239,237,190)
#F2EFC9
(242,239,201)
#F5F1D4
(245,241,212)
#F8F3DF
(248,243,223)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE17C; }

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

This text font color is #DDE17C.


Background Color

.myBgColor { background-color: #DDE17C; }

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

This div background color is #DDE17C.


Border color

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

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

This div border color is #DDE17C.


Opacity

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

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

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

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

This text has shadow with #DDE17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE17C on black background.


Color preview on white background

This text has color #DDE17C on white background.



Black color preview on #DDE17C background

This text has black color on #DDE17C background.


White color preview on #DDE17C background

This text has white color on #DDE17C background.