COLOR #DCA591

HEX: #DCA591
RGB: (220,165,145)

Color info

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

RGB color model

#DCA591 color RGB value is (220,165,145).

  • red value is 220;
  • green value is 165;
  • blue value is 145.
RGB:
(220,165,145)
(86%,65%,57%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 145 of 255 = 57%

220
165
145

R + G + B ~ 69%. #DCA591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 145 = 530 (100%)
R 220 of 530 ~ 41.51%
G 165 of 530 ~ 31.13%
B 145 of 530 ~ 27.36%

%41.51
%31.13
%27.36

CMYK color model

#DCA591 color CMYK value is (0,25,34,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 34.09%
  • key color value is 13.73%
CMYK:
(0,25,34,14)
C0M25Y34K14 
(0%,25%,34%,14%)
(0.00/0.25/0.34/0.14)	

CMYK percentages

%0
%25
%34.09
%13.73

Codes

Color #DCA591 in popluar color models

DCA591
RGB220165145
HSL16°51.72%71.57%
HSB/HSV16°34.09%86.27%
CMYK0.00%25.00%34.09%
13.73%

Color #DCA591 in popluar number systems.

HEXDCA591
Decimal220165145
Binary110111001010010110010001
Octal334245221

Shades and tints

Shades of #DCA591

#DCA591
(220,165,145)
#C89684
(200,150,132)
#B48777
(180,135,119)
#A0786A
(160,120,106)
#8C695D
(140,105,93)
#785A50
(120,90,80)
#644B43
(100,75,67)
#503C36
(80,60,54)
#3C2D29
(60,45,41)
#281E1C
(40,30,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #DCA591

#DCA591
(220,165,145)
#DFAD9B
(223,173,155)
#E2B5A5
(226,181,165)
#E5BDAF
(229,189,175)
#E8C5B9
(232,197,185)
#EBCDC3
(235,205,195)
#EED5CD
(238,213,205)
#F1DDD7
(241,221,215)
#F4E5E1
(244,229,225)
#F7EDEB
(247,237,235)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA591 color. Also use rgb(220,165,145) instead hex code.

Text Font Color

.myTextColor { color: #DCA591; }

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

This text font color is #DCA591.


Background Color

.myBgColor { background-color: #DCA591; }

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

This div background color is #DCA591.


Border color

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

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

This div border color is #DCA591.


Opacity

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

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

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

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

This text has shadow with #DCA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA591 on black background.


Color preview on white background

This text has color #DCA591 on white background.



Black color preview on #DCA591 background

This text has black color on #DCA591 background.


White color preview on #DCA591 background

This text has white color on #DCA591 background.