COLOR #DDE35F

HEX: #DDE35F
RGB: (221,227,95)

Color info

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

RGB color model

#DDE35F color RGB value is (221,227,95).

  • red value is 221;
  • green value is 227;
  • blue value is 95.
RGB:
(221,227,95)
(87%,89%,37%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 95 of 255 = 37%

221
227
95

R + G + B ~ 71%. #DDE35F is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 95 = 543 (100%)
R 221 of 543 ~ 40.7%
G 227 of 543 ~ 41.8%
B 95 of 543 ~ 17.5%

%40.7
%41.8
%17.5

CMYK color model

#DDE35F color CMYK value is (3,0,58,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 58.15%
  • key color value is 10.98%
CMYK:
(3,0,58,11)
C3M0Y58K11 
(3%,0%,58%,11%)
(0.03/0.00/0.58/0.11)	

CMYK percentages

%2.64
%0
%58.15
%10.98

Codes

Color #DDE35F in popluar color models

DDE35F
RGB22122795
HSL63°70.21%63.14%
HSB/HSV63°58.15%89.02%
CMYK2.64%0.00%58.15%
10.98%

Color #DDE35F in popluar number systems.

HEXDDE35F
Decimal22122795
Binary11011101111000111011111
Octal335343137

Shades and tints

Shades of #DDE35F

#DDE35F
(221,227,95)
#C9CF57
(201,207,87)
#B5BB4F
(181,187,79)
#A1A747
(161,167,71)
#8D933F
(141,147,63)
#797F37
(121,127,55)
#656B2F
(101,107,47)
#515727
(81,87,39)
#3D431F
(61,67,31)
#292F17
(41,47,23)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #DDE35F

#DDE35F
(221,227,95)
#E0E56D
(224,229,109)
#E3E77B
(227,231,123)
#E6E989
(230,233,137)
#E9EB97
(233,235,151)
#ECEDA5
(236,237,165)
#EFEFB3
(239,239,179)
#F2F1C1
(242,241,193)
#F5F3CF
(245,243,207)
#F8F5DD
(248,245,221)
#FBF7EB
(251,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE35F color. Also use rgb(221,227,95) instead hex code.

Text Font Color

.myTextColor { color: #DDE35F; }

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

This text font color is #DDE35F.


Background Color

.myBgColor { background-color: #DDE35F; }

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

This div background color is #DDE35F.


Border color

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

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

This div border color is #DDE35F.


Opacity

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

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

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

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

This text has shadow with #DDE35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE35F on black background.


Color preview on white background

This text has color #DDE35F on white background.



Black color preview on #DDE35F background

This text has black color on #DDE35F background.


White color preview on #DDE35F background

This text has white color on #DDE35F background.