COLOR #DCA387

HEX: #DCA387
RGB: (220,163,135)

Color info

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

RGB color model

#DCA387 color RGB value is (220,163,135).

  • red value is 220;
  • green value is 163;
  • blue value is 135.
RGB:
(220,163,135)
(86%,64%,53%)

RGB channels and saturation

R 220 of 255 = 86%
G 163 of 255 = 64%
B 135 of 255 = 53%

220
163
135

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

Portions of RGB colors in percentages

R + G + B =
220 + 163 + 135 = 518 (100%)
R 220 of 518 ~ 42.47%
G 163 of 518 ~ 31.47%
B 135 of 518 ~ 26.06%

%42.47
%31.47
%26.06

CMYK color model

#DCA387 color CMYK value is (0,26,39,14).

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 38.64%
  • key color value is 13.73%
CMYK:
(0,26,39,14)
C0M26Y39K14 
(0%,26%,39%,14%)
(0.00/0.26/0.39/0.14)	

CMYK percentages

%0
%25.91
%38.64
%13.73

Codes

Color #DCA387 in popluar color models

DCA387
RGB220163135
HSL20°54.84%69.61%
HSB/HSV20°38.64%86.27%
CMYK0.00%25.91%38.64%
13.73%

Color #DCA387 in popluar number systems.

HEXDCA387
Decimal220163135
Binary110111001010001110000111
Octal334243207

Shades and tints

Shades of #DCA387

#DCA387
(220,163,135)
#C8957B
(200,149,123)
#B4876F
(180,135,111)
#A07963
(160,121,99)
#8C6B57
(140,107,87)
#785D4B
(120,93,75)
#644F3F
(100,79,63)
#504133
(80,65,51)
#3C3327
(60,51,39)
#28251B
(40,37,27)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #DCA387

#DCA387
(220,163,135)
#DFAB91
(223,171,145)
#E2B39B
(226,179,155)
#E5BBA5
(229,187,165)
#E8C3AF
(232,195,175)
#EBCBB9
(235,203,185)
#EED3C3
(238,211,195)
#F1DBCD
(241,219,205)
#F4E3D7
(244,227,215)
#F7EBE1
(247,235,225)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA387 color. Also use rgb(220,163,135) instead hex code.

Text Font Color

.myTextColor { color: #DCA387; }

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

This text font color is #DCA387.


Background Color

.myBgColor { background-color: #DCA387; }

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

This div background color is #DCA387.


Border color

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

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

This div border color is #DCA387.


Opacity

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

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

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

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

This text has shadow with #DCA387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA387 on black background.


Color preview on white background

This text has color #DCA387 on white background.



Black color preview on #DCA387 background

This text has black color on #DCA387 background.


White color preview on #DCA387 background

This text has white color on #DCA387 background.