COLOR #DCB593

HEX: #DCB593
RGB: (220,181,147)

Color info

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

RGB color model

#DCB593 color RGB value is (220,181,147).

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

RGB channels and saturation

R 220 of 255 = 86%
G 181 of 255 = 71%
B 147 of 255 = 58%

220
181
147

R + G + B ~ 72%. #DCB593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 181 + 147 = 548 (100%)
R 220 of 548 ~ 40.15%
G 181 of 548 ~ 33.03%
B 147 of 548 ~ 26.82%

%40.15
%33.03
%26.82

CMYK color model

#DCB593 color CMYK value is (0,18,33,14).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 33.18%
  • key color value is 13.73%
CMYK:
(0,18,33,14)
C0M18Y33K14 
(0%,18%,33%,14%)
(0.00/0.18/0.33/0.14)	

CMYK percentages

%0
%17.73
%33.18
%13.73

Codes

Color #DCB593 in popluar color models

DCB593
RGB220181147
HSL28°51.05%71.96%
HSB/HSV28°33.18%86.27%
CMYK0.00%17.73%33.18%
13.73%

Color #DCB593 in popluar number systems.

HEXDCB593
Decimal220181147
Binary110111001011010110010011
Octal334265223

Shades and tints

Shades of #DCB593

#DCB593
(220,181,147)
#C8A586
(200,165,134)
#B49579
(180,149,121)
#A0856C
(160,133,108)
#8C755F
(140,117,95)
#786552
(120,101,82)
#645545
(100,85,69)
#504538
(80,69,56)
#3C352B
(60,53,43)
#28251E
(40,37,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #DCB593

#DCB593
(220,181,147)
#DFBB9C
(223,187,156)
#E2C1A5
(226,193,165)
#E5C7AE
(229,199,174)
#E8CDB7
(232,205,183)
#EBD3C0
(235,211,192)
#EED9C9
(238,217,201)
#F1DFD2
(241,223,210)
#F4E5DB
(244,229,219)
#F7EBE4
(247,235,228)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB593; }

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

This text font color is #DCB593.


Background Color

.myBgColor { background-color: #DCB593; }

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

This div background color is #DCB593.


Border color

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

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

This div border color is #DCB593.


Opacity

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

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

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

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

This text has shadow with #DCB593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB593 on black background.


Color preview on white background

This text has color #DCB593 on white background.



Black color preview on #DCB593 background

This text has black color on #DCB593 background.


White color preview on #DCB593 background

This text has white color on #DCB593 background.