COLOR #DDD79E

HEX: #DDD79E RGB: (221,215,158)

Color info

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

RGB color model

#DDD79E color RGB value is (221,215,158).

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

RGB channels and saturation

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

221
215
158

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

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 158 = 594 (100%)
R 221 of 594 ~ 37.21%
G 215 of 594 ~ 36.2%
B 158 of 594 ~ 26.6'%

%37.21
%36.2
%26.6

CMYK color model

#DDD79E color CMYK value is (0,3,29,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 28.51%
  • key color value is 13.33%

CMYK: (0,3,29,13)
C0M3Y29K13 (0%, 3%, 29%, 13%)
(0.00 / 0.03 / 0.29 / 0.13)

CMYK percentages

%0
%2.71
%28.51
%13.33

Codes

Color #DDD79E in popluar color models

DD D7 9E
RGB 221 215 158
HSL 54° 48.09% 74.31%
HSB/HSV 54° 28.51% 86.67%
CMYK 0.00% 2.71% 28.51%
13.33%

Color #DDD79E in popluar number systems.

HEX DD D7 9E
Decimal 221 215 158
Binary 11011101 11010111 10011110
Octal 335 327 236

Shades and tints

Shades of #DDD79E

#DDD79E
(221,215,158)
#C9C490
(201,196,144)
#B5B182
(181,177,130)
#A19E74
(161,158,116)
#8D8B66
(141,139,102)
#797858
(121,120,88)
#65654A
(101,101,74)
#51523C
(81,82,60)
#3D3F2E
(61,63,46)
#292C20
(41,44,32)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #DDD79E

#DDD79E
(221,215,158)
#E0DAA6
(224,218,166)
#E3DDAE
(227,221,174)
#E6E0B6
(230,224,182)
#E9E3BE
(233,227,190)
#ECE6C6
(236,230,198)
#EFE9CE
(239,233,206)
#F2ECD6
(242,236,214)
#F5EFDE
(245,239,222)
#F8F2E6
(248,242,230)
#FBF5EE
(251,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD79E; }

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

This text font color is #DDD79E.

Background Color

.myBgColor { background-color: #DDD79E; }

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

This div background color is #DDD79E.

Border color

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

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

This div border color is #DDD79E.

Opacity

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

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

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

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

This text has shadow with #DDD79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD79E.

Preview

Color preview on black background

This text has color #DDD79E on black background.


Color preview on white background

This text has color #DDD79E on white background.


Black color preview on #DDD79E background

This text has black color on #DDD79E background.


White color preview on #DDD79E background

This text has white color on #DDD79E background.


Related colors

Complementary color

Complementary color for #hex is #222861.


I love getcolorcode.com

Triadic colors

1 #9EDDD7 and #D79EDD with #DDD79E are triadic colors.

2 #9ED7DD and #D7DD9E with #DDD79E are triadic colors.