COLOR #DDA5A9

HEX: #DDA5A9 RGB: (221,165,169)

Color info

#DDA5A9 contains red, green and blue colors in about the same proportion. Web safe color of #DDA5A9 is #CC9999 (or #C99).

RGB color model

#DDA5A9 color RGB value is (221,165,169).

RGB: (221,165,169) (87%, 65%, 66%)

RGB channels and saturation

R 221 of 255 = 87%
G 165 of 255 = 65%
B 169 of 255 = 66%

221
165
169

R + G + B ~ 73%. #DDA5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 165 + 169 = 555 (100%)
R 221 of 555 ~ 39.82%
G 165 of 555 ~ 29.73%
B 169 of 555 ~ 30.45'%

%39.82
%29.73
%30.45

CMYK color model

#DDA5A9 color CMYK value is (0,25,24,13).

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

CMYK: (0,25,24,13)
C0M25Y24K13 (0%, 25%, 24%, 13%)
(0.00 / 0.25 / 0.24 / 0.13)

CMYK percentages

%0
%25.34
%23.53
%13.33

Codes

Color #DDA5A9 in popluar color models

DD A5 A9
RGB 221 165 169
HSL 356° 45.16% 75.69%
HSB/HSV 356° 25.34% 86.67%
CMYK 0.00% 25.34% 23.53%
13.33%

Color #DDA5A9 in popluar number systems.

HEX DD A5 A9
Decimal 221 165 169
Binary 11011101 10100101 10101001
Octal 335 245 251

Shades and tints

Shades of #DDA5A9

#DDA5A9
(221,165,169)
#C9969A
(201,150,154)
#B5878B
(181,135,139)
#A1787C
(161,120,124)
#8D696D
(141,105,109)
#795A5E
(121,90,94)
#654B4F
(101,75,79)
#513C40
(81,60,64)
#3D2D31
(61,45,49)
#291E22
(41,30,34)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #DDA5A9

#DDA5A9
(221,165,169)
#E0ADB0
(224,173,176)
#E3B5B7
(227,181,183)
#E6BDBE
(230,189,190)
#E9C5C5
(233,197,197)
#ECCDCC
(236,205,204)
#EFD5D3
(239,213,211)
#F2DDDA
(242,221,218)
#F5E5E1
(245,229,225)
#F8EDE8
(248,237,232)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA5A9; }

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

This text font color is #DDA5A9.

Background Color

.myBgColor { background-color: #DDA5A9; }

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

This div background color is #DDA5A9.

Border color

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

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

This div border color is #DDA5A9.

Opacity

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

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

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

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

This text has shadow with #DDA5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA5A9.

Preview

Color preview on black background

This text has color #DDA5A9 on black background.


Color preview on white background

This text has color #DDA5A9 on white background.


Black color preview on #DDA5A9 background

This text has black color on #DDA5A9 background.


White color preview on #DDA5A9 background

This text has white color on #DDA5A9 background.


Related colors

Complementary color

Complementary color for #hex is #225A56.


I love getcolorcode.com

Triadic colors

1 #A9DDA5 and #A5A9DD with #DDA5A9 are triadic colors.

2 #A9A5DD and #A5DDA9 with #DDA5A9 are triadic colors.