COLOR #DCA4AD

HEX: #DCA4AD RGB: (220,164,173)

Color info

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

RGB color model

#DCA4AD color RGB value is (220,164,173).

RGB: (220,164,173) (86%, 64%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 164 of 255 = 64%
B 173 of 255 = 68%

220
164
173

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

Portions of RGB colors in percentages

R + G + B = 220 + 164 + 173 = 557 (100%)
R 220 of 557 ~ 39.5%
G 164 of 557 ~ 29.44%
B 173 of 557 ~ 31.06'%

%39.5
%29.44
%31.06

CMYK color model

#DCA4AD color CMYK value is (0,25,21,14).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 21.36%
  • key color value is 13.73%

CMYK: (0,25,21,14)
C0M25Y21K14 (0%, 25%, 21%, 14%)
(0.00 / 0.25 / 0.21 / 0.14)

CMYK percentages

%0
%25.45
%21.36
%13.73

Codes

Color #DCA4AD in popluar color models

DC A4 AD
RGB 220 164 173
HSL 350° 44.44% 75.29%
HSB/HSV 350° 25.45% 86.27%
CMYK 0.00% 25.45% 21.36%
13.73%

Color #DCA4AD in popluar number systems.

HEX DC A4 AD
Decimal 220 164 173
Binary 11011100 10100100 10101101
Octal 334 244 255

Shades and tints

Shades of #DCA4AD

#DCA4AD
(220,164,173)
#C8969E
(200,150,158)
#B4888F
(180,136,143)
#A07A80
(160,122,128)
#8C6C71
(140,108,113)
#785E62
(120,94,98)
#645053
(100,80,83)
#504244
(80,66,68)
#3C3435
(60,52,53)
#282626
(40,38,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCA4AD

#DCA4AD
(220,164,173)
#DFACB4
(223,172,180)
#E2B4BB
(226,180,187)
#E5BCC2
(229,188,194)
#E8C4C9
(232,196,201)
#EBCCD0
(235,204,208)
#EED4D7
(238,212,215)
#F1DCDE
(241,220,222)
#F4E4E5
(244,228,229)
#F7ECEC
(247,236,236)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA4AD color. Also use rgb(220,164,173) instead hex code.

Text Font Color

.myTextColor { color: #DCA4AD; }

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

This text font color is #DCA4AD.

Background Color

.myBgColor { background-color: #DCA4AD; }

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

This div background color is #DCA4AD.

Border color

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

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

This div border color is #DCA4AD.

Opacity

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

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

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

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

This text has shadow with #DCA4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA4AD.

Preview

Color preview on black background

This text has color #DCA4AD on black background.


Color preview on white background

This text has color #DCA4AD on white background.


Black color preview on #DCA4AD background

This text has black color on #DCA4AD background.


White color preview on #DCA4AD background

This text has white color on #DCA4AD background.


Related colors

Complementary color

Complementary color for #hex is #235B52.


I love getcolorcode.com

Triadic colors

1 #ADDCA4 and #A4ADDC with #DCA4AD are triadic colors.

2 #ADA4DC and #A4DCAD with #DCA4AD are triadic colors.