COLOR #DCB589

HEX: #DCB589
RGB: (220,181,137)

Color info

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

RGB color model

#DCB589 color RGB value is (220,181,137).

  • red value is 220;
  • green value is 181;
  • blue value is 137.
RGB:
(220,181,137)
(86%,71%,54%)

RGB channels and saturation

R 220 of 255 = 86%
G 181 of 255 = 71%
B 137 of 255 = 54%

220
181
137

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

Portions of RGB colors in percentages

R + G + B =
220 + 181 + 137 = 538 (100%)
R 220 of 538 ~ 40.89%
G 181 of 538 ~ 33.64%
B 137 of 538 ~ 25.46%

%40.89
%33.64
%25.46

CMYK color model

#DCB589 color CMYK value is (0,18,38,14).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 37.73%
  • key color value is 13.73%
CMYK:
(0,18,38,14)
C0M18Y38K14 
(0%,18%,38%,14%)
(0.00/0.18/0.38/0.14)	

CMYK percentages

%0
%17.73
%37.73
%13.73

Codes

Color #DCB589 in popluar color models

DCB589
RGB220181137
HSL32°54.25%70.00%
HSB/HSV32°37.73%86.27%
CMYK0.00%17.73%37.73%
13.73%

Color #DCB589 in popluar number systems.

HEXDCB589
Decimal220181137
Binary110111001011010110001001
Octal334265211

Shades and tints

Shades of #DCB589

#DCB589
(220,181,137)
#C8A57D
(200,165,125)
#B49571
(180,149,113)
#A08565
(160,133,101)
#8C7559
(140,117,89)
#78654D
(120,101,77)
#645541
(100,85,65)
#504535
(80,69,53)
#3C3529
(60,53,41)
#28251D
(40,37,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #DCB589

#DCB589
(220,181,137)
#DFBB93
(223,187,147)
#E2C19D
(226,193,157)
#E5C7A7
(229,199,167)
#E8CDB1
(232,205,177)
#EBD3BB
(235,211,187)
#EED9C5
(238,217,197)
#F1DFCF
(241,223,207)
#F4E5D9
(244,229,217)
#F7EBE3
(247,235,227)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB589 color. Also use rgb(220,181,137) instead hex code.

Text Font Color

.myTextColor { color: #DCB589; }

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

This text font color is #DCB589.


Background Color

.myBgColor { background-color: #DCB589; }

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

This div background color is #DCB589.


Border color

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

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

This div border color is #DCB589.


Opacity

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

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

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

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

This text has shadow with #DCB589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB589 on black background.


Color preview on white background

This text has color #DCB589 on white background.



Black color preview on #DCB589 background

This text has black color on #DCB589 background.


White color preview on #DCB589 background

This text has white color on #DCB589 background.