COLOR #DCA59E

HEX: #DCA59E RGB: (220,165,158)

Color info

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

RGB color model

#DCA59E color RGB value is (220,165,158).

RGB: (220,165,158) (86%, 65%, 62%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 158 of 255 = 62%

220
165
158

R + G + B ~ 71%. #DCA59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 165 + 158 = 543 (100%)
R 220 of 543 ~ 40.52%
G 165 of 543 ~ 30.39%
B 158 of 543 ~ 29.1'%

%40.52
%30.39
%29.1

CMYK color model

#DCA59E color CMYK value is (0,25,28,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 28.18%
  • key color value is 13.73%

CMYK: (0,25,28,14)
C0M25Y28K14 (0%, 25%, 28%, 14%)
(0.00 / 0.25 / 0.28 / 0.14)

CMYK percentages

%0
%25
%28.18
%13.73

Codes

Color #DCA59E in popluar color models

DC A5 9E
RGB 220 165 158
HSL 46.97% 74.12%
HSB/HSV 28.18% 86.27%
CMYK 0.00% 25.00% 28.18%
13.73%

Color #DCA59E in popluar number systems.

HEX DC A5 9E
Decimal 220 165 158
Binary 11011100 10100101 10011110
Octal 334 245 236

Shades and tints

Shades of #DCA59E

#DCA59E
(220,165,158)
#C89690
(200,150,144)
#B48782
(180,135,130)
#A07874
(160,120,116)
#8C6966
(140,105,102)
#785A58
(120,90,88)
#644B4A
(100,75,74)
#503C3C
(80,60,60)
#3C2D2E
(60,45,46)
#281E20
(40,30,32)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #DCA59E

#DCA59E
(220,165,158)
#DFADA6
(223,173,166)
#E2B5AE
(226,181,174)
#E5BDB6
(229,189,182)
#E8C5BE
(232,197,190)
#EBCDC6
(235,205,198)
#EED5CE
(238,213,206)
#F1DDD6
(241,221,214)
#F4E5DE
(244,229,222)
#F7EDE6
(247,237,230)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA59E; }

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

This text font color is #DCA59E.

Background Color

.myBgColor { background-color: #DCA59E; }

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

This div background color is #DCA59E.

Border color

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

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

This div border color is #DCA59E.

Opacity

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

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

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

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

This text has shadow with #DCA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA59E.

Preview

Color preview on black background

This text has color #DCA59E on black background.


Color preview on white background

This text has color #DCA59E on white background.


Black color preview on #DCA59E background

This text has black color on #DCA59E background.


White color preview on #DCA59E background

This text has white color on #DCA59E background.


Related colors

Complementary color

Complementary color for #hex is #235A61.


I love getcolorcode.com

Triadic colors

1 #9EDCA5 and #A59EDC with #DCA59E are triadic colors.

2 #9EA5DC and #A5DC9E with #DCA59E are triadic colors.