COLOR #DCA785

HEX: #DCA785 RGB: (220,167,133)

Color info

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

RGB color model

#DCA785 color RGB value is (220,167,133).

RGB: (220,167,133) (86%, 65%, 52%)

RGB channels and saturation

R 220 of 255 = 86%
G 167 of 255 = 65%
B 133 of 255 = 52%

220
167
133

R + G + B ~ 68%. #DCA785 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 167 + 133 = 520 (100%)
R 220 of 520 ~ 42.31%
G 167 of 520 ~ 32.12%
B 133 of 520 ~ 25.58'%

%42.31
%32.12
%25.58

CMYK color model

#DCA785 color CMYK value is (0,24,40,14).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 39.55%
  • key color value is 13.73%

CMYK: (0,24,40,14)
C0M24Y40K14 (0%, 24%, 40%, 14%)
(0.00 / 0.24 / 0.40 / 0.14)

CMYK percentages

%0
%24.09
%39.55
%13.73

Codes

Color #DCA785 in popluar color models

DC A7 85
RGB 220 167 133
HSL 23° 55.41% 69.22%
HSB/HSV 23° 39.55% 86.27%
CMYK 0.00% 24.09% 39.55%
13.73%

Color #DCA785 in popluar number systems.

HEX DC A7 85
Decimal 220 167 133
Binary 11011100 10100111 10000101
Octal 334 247 205

Shades and tints

Shades of #DCA785

#DCA785
(220,167,133)
#C89879
(200,152,121)
#B4896D
(180,137,109)
#A07A61
(160,122,97)
#8C6B55
(140,107,85)
#785C49
(120,92,73)
#644D3D
(100,77,61)
#503E31
(80,62,49)
#3C2F25
(60,47,37)
#282019
(40,32,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #DCA785

#DCA785
(220,167,133)
#DFAF90
(223,175,144)
#E2B79B
(226,183,155)
#E5BFA6
(229,191,166)
#E8C7B1
(232,199,177)
#EBCFBC
(235,207,188)
#EED7C7
(238,215,199)
#F1DFD2
(241,223,210)
#F4E7DD
(244,231,221)
#F7EFE8
(247,239,232)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA785 color. Also use rgb(220,167,133) instead hex code.

Text Font Color

.myTextColor { color: #DCA785; }

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

This text font color is #DCA785.

Background Color

.myBgColor { background-color: #DCA785; }

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

This div background color is #DCA785.

Border color

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

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

This div border color is #DCA785.

Opacity

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

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

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

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

This text has shadow with #DCA785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA785.

Preview

Color preview on black background

This text has color #DCA785 on black background.


Color preview on white background

This text has color #DCA785 on white background.


Black color preview on #DCA785 background

This text has black color on #DCA785 background.


White color preview on #DCA785 background

This text has white color on #DCA785 background.


Related colors

Complementary color

Complementary color for #hex is #23587A.


I love getcolorcode.com

Triadic colors

1 #85DCA7 and #A785DC with #DCA785 are triadic colors.

2 #85A7DC and #A7DC85 with #DCA785 are triadic colors.