COLOR #DDD59E

HEX: #DDD59E RGB: (221,213,158)

Color info

#DDD59E contains mainly red and green colors. Web safe color of #DDD59E is #CCCC99 (or #CC9).

RGB color model

#DDD59E color RGB value is (221,213,158).

RGB: (221,213,158) (87%, 84%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 158 of 255 = 62%

221
213
158

R + G + B ~ 78%. #DDD59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 158 = 592 (100%)
R 221 of 592 ~ 37.33%
G 213 of 592 ~ 35.98%
B 158 of 592 ~ 26.69'%

%37.33
%35.98
%26.69

CMYK color model

#DDD59E color CMYK value is (0,4,29,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 28.51%
  • key color value is 13.33%
CMYK: (0,4,29,13) C0M4Y29K13 (0%,4%,29%,13%) (0.00/0.04/0.29/0.13) 

CMYK percentages

%0
%3.62
%28.51
%13.33

Codes

Color #DDD59E in popluar color models

DD D5 9E
RGB 221 213 158
HSL 52° 48.09% 74.31%
HSB/HSV 52° 28.51% 86.67%
CMYK 0.00% 3.62% 28.51%
13.33%

Color #DDD59E in popluar number systems.

HEX DD D5 9E
Decimal 221 213 158
Binary 11011101 11010101 10011110
Octal 335 325 236

Shades and tints

Shades of #DDD59E

#DDD59E
(221,213,158)
#C9C290
(201,194,144)
#B5AF82
(181,175,130)
#A19C74
(161,156,116)
#8D8966
(141,137,102)
#797658
(121,118,88)
#65634A
(101,99,74)
#51503C
(81,80,60)
#3D3D2E
(61,61,46)
#292A20
(41,42,32)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #DDD59E

#DDD59E
(221,213,158)
#E0D8A6
(224,216,166)
#E3DBAE
(227,219,174)
#E6DEB6
(230,222,182)
#E9E1BE
(233,225,190)
#ECE4C6
(236,228,198)
#EFE7CE
(239,231,206)
#F2EAD6
(242,234,214)
#F5EDDE
(245,237,222)
#F8F0E6
(248,240,230)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD59E color. Also use rgb(221,213,158) instead hex code.

Text Font Color

.myTextColor { color: #DDD59E; }

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

This text font color is #DDD59E.

Background Color

.myBgColor { background-color: #DDD59E; }

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

This div background color is #DDD59E.

Border color

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

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

This div border color is #DDD59E.

Opacity

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

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

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

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

This text has shadow with #DDD59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD59E.

Preview

Color preview on black background

This text has color #DDD59E on black background.


Color preview on white background

This text has color #DDD59E on white background.


Black color preview on #DDD59E background

This text has black color on #DDD59E background.


White color preview on #DDD59E background

This text has white color on #DDD59E background.


Related colors

Complementary color

Complementary color for #hex is #222A61.


I love getcolorcode.com

Triadic colors

1 #9EDDD5 and #D59EDD with #DDD59E are triadic colors.

2 #9ED5DD and #D5DD9E with #DDD59E are triadic colors.