COLOR #DDA6AD

HEX: #DDA6AD RGB: (221,166,173)

Color info

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

RGB color model

#DDA6AD color RGB value is (221,166,173).

RGB: (221,166,173) (87%, 65%, 68%)

RGB channels and saturation

R 221 of 255 = 87%
G 166 of 255 = 65%
B 173 of 255 = 68%

221
166
173

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

Portions of RGB colors in percentages

R + G + B = 221 + 166 + 173 = 560 (100%)
R 221 of 560 ~ 39.46%
G 166 of 560 ~ 29.64%
B 173 of 560 ~ 30.89'%

%39.46
%29.64
%30.89

CMYK color model

#DDA6AD color CMYK value is (0,25,22,13).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (0,25,22,13)
C0M25Y22K13 (0%, 25%, 22%, 13%)
(0.00 / 0.25 / 0.22 / 0.13)

CMYK percentages

%0
%24.89
%21.72
%13.33

Codes

Color #DDA6AD in popluar color models

DD A6 AD
RGB 221 166 173
HSL 352° 44.72% 75.88%
HSB/HSV 352° 24.89% 86.67%
CMYK 0.00% 24.89% 21.72%
13.33%

Color #DDA6AD in popluar number systems.

HEX DD A6 AD
Decimal 221 166 173
Binary 11011101 10100110 10101101
Octal 335 246 255

Shades and tints

Shades of #DDA6AD

#DDA6AD
(221,166,173)
#C9979E
(201,151,158)
#B5888F
(181,136,143)
#A17980
(161,121,128)
#8D6A71
(141,106,113)
#795B62
(121,91,98)
#654C53
(101,76,83)
#513D44
(81,61,68)
#3D2E35
(61,46,53)
#291F26
(41,31,38)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #DDA6AD

#DDA6AD
(221,166,173)
#E0AEB4
(224,174,180)
#E3B6BB
(227,182,187)
#E6BEC2
(230,190,194)
#E9C6C9
(233,198,201)
#ECCED0
(236,206,208)
#EFD6D7
(239,214,215)
#F2DEDE
(242,222,222)
#F5E6E5
(245,230,229)
#F8EEEC
(248,238,236)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA6AD color. Also use rgb(221,166,173) instead hex code.

Text Font Color

.myTextColor { color: #DDA6AD; }

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

This text font color is #DDA6AD.

Background Color

.myBgColor { background-color: #DDA6AD; }

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

This div background color is #DDA6AD.

Border color

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

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

This div border color is #DDA6AD.

Opacity

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

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

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

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

This text has shadow with #DDA6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA6AD.

Preview

Color preview on black background

This text has color #DDA6AD on black background.


Color preview on white background

This text has color #DDA6AD on white background.


Black color preview on #DDA6AD background

This text has black color on #DDA6AD background.


White color preview on #DDA6AD background

This text has white color on #DDA6AD background.


Related colors

Complementary color

Complementary color for #hex is #225952.


I love getcolorcode.com

Triadic colors

1 #ADDDA6 and #A6ADDD with #DDA6AD are triadic colors.

2 #ADA6DD and #A6DDAD with #DDA6AD are triadic colors.