COLOR #DDACA0

HEX: #DDACA0
RGB: (221,172,160)

Color info

#DDACA0 contains mainly red and green colors. Web safe color of #DDACA0 is #CC9999 (or #C99).

RGB color model

#DDACA0 color RGB value is (221,172,160).

  • red value is 221;
  • green value is 172;
  • blue value is 160.
RGB:
(221,172,160)
(87%,67%,63%)

RGB channels and saturation

R 221 of 255 = 87%
G 172 of 255 = 67%
B 160 of 255 = 63%

221
172
160

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

Portions of RGB colors in percentages

R + G + B =
221 + 172 + 160 = 553 (100%)
R 221 of 553 ~ 39.96%
G 172 of 553 ~ 31.1%
B 160 of 553 ~ 28.93%

%39.96
%31.1
%28.93

CMYK color model

#DDACA0 color CMYK value is (0,22,28,13).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 27.60%
  • key color value is 13.33%
CMYK:
(0,22,28,13)
C0M22Y28K13 
(0%,22%,28%,13%)
(0.00/0.22/0.28/0.13)	

CMYK percentages

%0
%22.17
%27.6
%13.33

Codes

Color #DDACA0 in popluar color models

DDACA0
RGB221172160
HSL12°47.29%74.71%
HSB/HSV12°27.60%86.67%
CMYK0.00%22.17%27.60%
13.33%

Color #DDACA0 in popluar number systems.

HEXDDACA0
Decimal221172160
Binary110111011010110010100000
Octal335254240

Shades and tints

Shades of #DDACA0

#DDACA0
(221,172,160)
#C99D92
(201,157,146)
#B58E84
(181,142,132)
#A17F76
(161,127,118)
#8D7068
(141,112,104)
#79615A
(121,97,90)
#65524C
(101,82,76)
#51433E
(81,67,62)
#3D3430
(61,52,48)
#292522
(41,37,34)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDACA0

#DDACA0
(221,172,160)
#E0B3A8
(224,179,168)
#E3BAB0
(227,186,176)
#E6C1B8
(230,193,184)
#E9C8C0
(233,200,192)
#ECCFC8
(236,207,200)
#EFD6D0
(239,214,208)
#F2DDD8
(242,221,216)
#F5E4E0
(245,228,224)
#F8EBE8
(248,235,232)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDACA0 color. Also use rgb(221,172,160) instead hex code.

Text Font Color

.myTextColor { color: #DDACA0; }

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

This text font color is #DDACA0.


Background Color

.myBgColor { background-color: #DDACA0; }

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

This div background color is #DDACA0.


Border color

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

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

This div border color is #DDACA0.


Opacity

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

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

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

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

This text has shadow with #DDACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDACA0 on black background.


Color preview on white background

This text has color #DDACA0 on white background.



Black color preview on #DDACA0 background

This text has black color on #DDACA0 background.


White color preview on #DDACA0 background

This text has white color on #DDACA0 background.