COLOR #DDCDA5

HEX: #DDCDA5 RGB: (221,205,165)

Color info

#DDCDA5 contains red, green and blue colors in about the same proportion. Web safe color of #DDCDA5 is #CCCC99 (or #CC9).

RGB color model

#DDCDA5 color RGB value is (221,205,165).

RGB: (221,205,165) (87%, 80%, 65%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 165 of 255 = 65%

221
205
165

R + G + B ~ 77%. #DDCDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 205 + 165 = 591 (100%)
R 221 of 591 ~ 37.39%
G 205 of 591 ~ 34.69%
B 165 of 591 ~ 27.92'%

%37.39
%34.69
%27.92

CMYK color model

#DDCDA5 color CMYK value is (0,7,25,13).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 25.34%
  • key color value is 13.33%

CMYK: (0,7,25,13)
C0M7Y25K13 (0%, 7%, 25%, 13%)
(0.00 / 0.07 / 0.25 / 0.13)

CMYK percentages

%0
%7.24
%25.34
%13.33

Codes

Color #DDCDA5 in popluar color models

DD CD A5
RGB 221 205 165
HSL 43° 45.16% 75.69%
HSB/HSV 43° 25.34% 86.67%
CMYK 0.00% 7.24% 25.34%
13.33%

Color #DDCDA5 in popluar number systems.

HEX DD CD A5
Decimal 221 205 165
Binary 11011101 11001101 10100101
Octal 335 315 245

Shades and tints

Shades of #DDCDA5

#DDCDA5
(221,205,165)
#C9BB96
(201,187,150)
#B5A987
(181,169,135)
#A19778
(161,151,120)
#8D8569
(141,133,105)
#79735A
(121,115,90)
#65614B
(101,97,75)
#514F3C
(81,79,60)
#3D3D2D
(61,61,45)
#292B1E
(41,43,30)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #DDCDA5

#DDCDA5
(221,205,165)
#E0D1AD
(224,209,173)
#E3D5B5
(227,213,181)
#E6D9BD
(230,217,189)
#E9DDC5
(233,221,197)
#ECE1CD
(236,225,205)
#EFE5D5
(239,229,213)
#F2E9DD
(242,233,221)
#F5EDE5
(245,237,229)
#F8F1ED
(248,241,237)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCDA5 color. Also use rgb(221,205,165) instead hex code.

Text Font Color

.myTextColor { color: #DDCDA5; }

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

This text font color is #DDCDA5.

Background Color

.myBgColor { background-color: #DDCDA5; }

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

This div background color is #DDCDA5.

Border color

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

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

This div border color is #DDCDA5.

Opacity

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

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

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

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

This text has shadow with #DDCDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCDA5.

Preview

Color preview on black background

This text has color #DDCDA5 on black background.


Color preview on white background

This text has color #DDCDA5 on white background.


Black color preview on #DDCDA5 background

This text has black color on #DDCDA5 background.


White color preview on #DDCDA5 background

This text has white color on #DDCDA5 background.


Related colors

Complementary color

Complementary color for #hex is #22325A.


I love getcolorcode.com

Triadic colors

1 #A5DDCD and #CDA5DD with #DDCDA5 are triadic colors.

2 #A5CDDD and #CDDDA5 with #DDCDA5 are triadic colors.