COLOR #DDC29E

HEX: #DDC29E RGB: (221,194,158)

Color info

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

RGB color model

#DDC29E color RGB value is (221,194,158).

RGB: (221,194,158) (87%, 76%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 158 of 255 = 62%

221
194
158

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

Portions of RGB colors in percentages

R + G + B = 221 + 194 + 158 = 573 (100%)
R 221 of 573 ~ 38.57%
G 194 of 573 ~ 33.86%
B 158 of 573 ~ 27.57'%

%38.57
%33.86
%27.57

CMYK color model

#DDC29E color CMYK value is (0,12,29,13).

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

CMYK: (0,12,29,13)
C0M12Y29K13 (0%, 12%, 29%, 13%)
(0.00 / 0.12 / 0.29 / 0.13)

CMYK percentages

%0
%12.22
%28.51
%13.33

Codes

Color #DDC29E in popluar color models

DD C2 9E
RGB 221 194 158
HSL 34° 48.09% 74.31%
HSB/HSV 34° 28.51% 86.67%
CMYK 0.00% 12.22% 28.51%
13.33%

Color #DDC29E in popluar number systems.

HEX DD C2 9E
Decimal 221 194 158
Binary 11011101 11000010 10011110
Octal 335 302 236

Shades and tints

Shades of #DDC29E

#DDC29E
(221,194,158)
#C9B190
(201,177,144)
#B5A082
(181,160,130)
#A18F74
(161,143,116)
#8D7E66
(141,126,102)
#796D58
(121,109,88)
#655C4A
(101,92,74)
#514B3C
(81,75,60)
#3D3A2E
(61,58,46)
#292920
(41,41,32)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #DDC29E

#DDC29E
(221,194,158)
#E0C7A6
(224,199,166)
#E3CCAE
(227,204,174)
#E6D1B6
(230,209,182)
#E9D6BE
(233,214,190)
#ECDBC6
(236,219,198)
#EFE0CE
(239,224,206)
#F2E5D6
(242,229,214)
#F5EADE
(245,234,222)
#F8EFE6
(248,239,230)
#FBF4EE
(251,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC29E; }

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

This text font color is #DDC29E.

Background Color

.myBgColor { background-color: #DDC29E; }

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

This div background color is #DDC29E.

Border color

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

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

This div border color is #DDC29E.

Opacity

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

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

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

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

This text has shadow with #DDC29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC29E.

Preview

Color preview on black background

This text has color #DDC29E on black background.


Color preview on white background

This text has color #DDC29E on white background.


Black color preview on #DDC29E background

This text has black color on #DDC29E background.


White color preview on #DDC29E background

This text has white color on #DDC29E background.


Related colors

Complementary color

Complementary color for #hex is #223D61.


I love getcolorcode.com

Triadic colors

1 #9EDDC2 and #C29EDD with #DDC29E are triadic colors.

2 #9EC2DD and #C2DD9E with #DDC29E are triadic colors.