COLOR #DCA993

HEX: #DCA993
RGB: (220,169,147)

Color info

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

RGB color model

#DCA993 color RGB value is (220,169,147).

  • red value is 220;
  • green value is 169;
  • blue value is 147.
RGB:
(220,169,147)
(86%,66%,58%)

RGB channels and saturation

R 220 of 255 = 86%
G 169 of 255 = 66%
B 147 of 255 = 58%

220
169
147

R + G + B ~ 70%. #DCA993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 169 + 147 = 536 (100%)
R 220 of 536 ~ 41.04%
G 169 of 536 ~ 31.53%
B 147 of 536 ~ 27.43%

%41.04
%31.53
%27.43

CMYK color model

#DCA993 color CMYK value is (0,23,33,14).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 33.18%
  • key color value is 13.73%
CMYK:
(0,23,33,14)
C0M23Y33K14 
(0%,23%,33%,14%)
(0.00/0.23/0.33/0.14)	

CMYK percentages

%0
%23.18
%33.18
%13.73

Codes

Color #DCA993 in popluar color models

DCA993
RGB220169147
HSL18°51.05%71.96%
HSB/HSV18°33.18%86.27%
CMYK0.00%23.18%33.18%
13.73%

Color #DCA993 in popluar number systems.

HEXDCA993
Decimal220169147
Binary110111001010100110010011
Octal334251223

Shades and tints

Shades of #DCA993

#DCA993
(220,169,147)
#C89A86
(200,154,134)
#B48B79
(180,139,121)
#A07C6C
(160,124,108)
#8C6D5F
(140,109,95)
#785E52
(120,94,82)
#644F45
(100,79,69)
#504038
(80,64,56)
#3C312B
(60,49,43)
#28221E
(40,34,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #DCA993

#DCA993
(220,169,147)
#DFB09C
(223,176,156)
#E2B7A5
(226,183,165)
#E5BEAE
(229,190,174)
#E8C5B7
(232,197,183)
#EBCCC0
(235,204,192)
#EED3C9
(238,211,201)
#F1DAD2
(241,218,210)
#F4E1DB
(244,225,219)
#F7E8E4
(247,232,228)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA993 color. Also use rgb(220,169,147) instead hex code.

Text Font Color

.myTextColor { color: #DCA993; }

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

This text font color is #DCA993.


Background Color

.myBgColor { background-color: #DCA993; }

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

This div background color is #DCA993.


Border color

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

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

This div border color is #DCA993.


Opacity

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

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

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

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

This text has shadow with #DCA993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA993 on black background.


Color preview on white background

This text has color #DCA993 on white background.



Black color preview on #DCA993 background

This text has black color on #DCA993 background.


White color preview on #DCA993 background

This text has white color on #DCA993 background.