COLOR #DCB687

HEX: #DCB687
RGB: (220,182,135)

Color info

#DCB687 contains mainly red and green colors. Web safe color of #DCB687 is #CCCC99 (or #CC9).

RGB color model

#DCB687 color RGB value is (220,182,135).

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

RGB channels and saturation

R 220 of 255 = 86%
G 182 of 255 = 71%
B 135 of 255 = 53%

220
182
135

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

Portions of RGB colors in percentages

R + G + B =
220 + 182 + 135 = 537 (100%)
R 220 of 537 ~ 40.97%
G 182 of 537 ~ 33.89%
B 135 of 537 ~ 25.14%

%40.97
%33.89
%25.14

CMYK color model

#DCB687 color CMYK value is (0,17,39,14).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 38.64%
  • key color value is 13.73%
CMYK:
(0,17,39,14)
C0M17Y39K14 
(0%,17%,39%,14%)
(0.00/0.17/0.39/0.14)	

CMYK percentages

%0
%17.27
%38.64
%13.73

Codes

Color #DCB687 in popluar color models

DCB687
RGB220182135
HSL33°54.84%69.61%
HSB/HSV33°38.64%86.27%
CMYK0.00%17.27%38.64%
13.73%

Color #DCB687 in popluar number systems.

HEXDCB687
Decimal220182135
Binary110111001011011010000111
Octal334266207

Shades and tints

Shades of #DCB687

#DCB687
(220,182,135)
#C8A67B
(200,166,123)
#B4966F
(180,150,111)
#A08663
(160,134,99)
#8C7657
(140,118,87)
#78664B
(120,102,75)
#64563F
(100,86,63)
#504633
(80,70,51)
#3C3627
(60,54,39)
#28261B
(40,38,27)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #DCB687

#DCB687
(220,182,135)
#DFBC91
(223,188,145)
#E2C29B
(226,194,155)
#E5C8A5
(229,200,165)
#E8CEAF
(232,206,175)
#EBD4B9
(235,212,185)
#EEDAC3
(238,218,195)
#F1E0CD
(241,224,205)
#F4E6D7
(244,230,215)
#F7ECE1
(247,236,225)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB687; }

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

This text font color is #DCB687.


Background Color

.myBgColor { background-color: #DCB687; }

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

This div background color is #DCB687.


Border color

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

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

This div border color is #DCB687.


Opacity

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

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

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

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

This text has shadow with #DCB687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB687 on black background.


Color preview on white background

This text has color #DCB687 on white background.



Black color preview on #DCB687 background

This text has black color on #DCB687 background.


White color preview on #DCB687 background

This text has white color on #DCB687 background.