COLOR #DDA7A2

HEX: #DDA7A2
RGB: (221,167,162)

Color info

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

RGB color model

#DDA7A2 color RGB value is (221,167,162).

  • red value is 221;
  • green value is 167;
  • blue value is 162.
RGB:
(221,167,162)
(87%,65%,64%)

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 162 of 255 = 64%

221
167
162

R + G + B ~ 72%. #DDA7A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 167 + 162 = 550 (100%)
R 221 of 550 ~ 40.18%
G 167 of 550 ~ 30.36%
B 162 of 550 ~ 29.45%

%40.18
%30.36
%29.45

CMYK color model

#DDA7A2 color CMYK value is (0,24,27,13).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 26.70%
  • key color value is 13.33%
CMYK:
(0,24,27,13)
C0M24Y27K13 
(0%,24%,27%,13%)
(0.00/0.24/0.27/0.13)	

CMYK percentages

%0
%24.43
%26.7
%13.33

Codes

Color #DDA7A2 in popluar color models

DDA7A2
RGB221167162
HSL46.46%75.10%
HSB/HSV26.70%86.67%
CMYK0.00%24.43%26.70%
13.33%

Color #DDA7A2 in popluar number systems.

HEXDDA7A2
Decimal221167162
Binary110111011010011110100010
Octal335247242

Shades and tints

Shades of #DDA7A2

#DDA7A2
(221,167,162)
#C99894
(201,152,148)
#B58986
(181,137,134)
#A17A78
(161,122,120)
#8D6B6A
(141,107,106)
#795C5C
(121,92,92)
#654D4E
(101,77,78)
#513E40
(81,62,64)
#3D2F32
(61,47,50)
#292024
(41,32,36)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #DDA7A2

#DDA7A2
(221,167,162)
#E0AFAA
(224,175,170)
#E3B7B2
(227,183,178)
#E6BFBA
(230,191,186)
#E9C7C2
(233,199,194)
#ECCFCA
(236,207,202)
#EFD7D2
(239,215,210)
#F2DFDA
(242,223,218)
#F5E7E2
(245,231,226)
#F8EFEA
(248,239,234)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA7A2 color. Also use rgb(221,167,162) instead hex code.

Text Font Color

.myTextColor { color: #DDA7A2; }

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

This text font color is #DDA7A2.


Background Color

.myBgColor { background-color: #DDA7A2; }

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

This div background color is #DDA7A2.


Border color

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

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

This div border color is #DDA7A2.


Opacity

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

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

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

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

This text has shadow with #DDA7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA7A2 on black background.


Color preview on white background

This text has color #DDA7A2 on white background.



Black color preview on #DDA7A2 background

This text has black color on #DDA7A2 background.


White color preview on #DDA7A2 background

This text has white color on #DDA7A2 background.