COLOR #DCD5B7

HEX: #DCD5B7
RGB: (220,213,183)

Color info

#DCD5B7 contains red, green and blue colors in about the same proportion. Web safe color of #DCD5B7 is #CCCCCC (or #CCC).

RGB color model

#DCD5B7 color RGB value is (220,213,183).

  • red value is 220;
  • green value is 213;
  • blue value is 183.
RGB:
(220,213,183)
(86%,84%,72%)

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 183 of 255 = 72%

220
213
183

R + G + B ~ 81%. #DCD5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 213 + 183 = 616 (100%)
R 220 of 616 ~ 35.71%
G 213 of 616 ~ 34.58%
B 183 of 616 ~ 29.71%

%35.71
%34.58
%29.71

CMYK color model

#DCD5B7 color CMYK value is (0,3,17,14).

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(0,3,17,14)
C0M3Y17K14 
(0%,3%,17%,14%)
(0.00/0.03/0.17/0.14)	

CMYK percentages

%0
%3.18
%16.82
%13.73

Codes

Color #DCD5B7 in popluar color models

DCD5B7
RGB220213183
HSL49°34.58%79.02%
HSB/HSV49°16.82%86.27%
CMYK0.00%3.18%16.82%
13.73%

Color #DCD5B7 in popluar number systems.

HEXDCD5B7
Decimal220213183
Binary110111001101010110110111
Octal334325267

Shades and tints

Shades of #DCD5B7

#DCD5B7
(220,213,183)
#C8C2A7
(200,194,167)
#B4AF97
(180,175,151)
#A09C87
(160,156,135)
#8C8977
(140,137,119)
#787667
(120,118,103)
#646357
(100,99,87)
#505047
(80,80,71)
#3C3D37
(60,61,55)
#282A27
(40,42,39)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #DCD5B7

#DCD5B7
(220,213,183)
#DFD8BD
(223,216,189)
#E2DBC3
(226,219,195)
#E5DEC9
(229,222,201)
#E8E1CF
(232,225,207)
#EBE4D5
(235,228,213)
#EEE7DB
(238,231,219)
#F1EAE1
(241,234,225)
#F4EDE7
(244,237,231)
#F7F0ED
(247,240,237)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD5B7 color. Also use rgb(220,213,183) instead hex code.

Text Font Color

.myTextColor { color: #DCD5B7; }

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

This text font color is #DCD5B7.


Background Color

.myBgColor { background-color: #DCD5B7; }

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

This div background color is #DCD5B7.


Border color

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

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

This div border color is #DCD5B7.


Opacity

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

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

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

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

This text has shadow with #DCD5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD5B7 on black background.


Color preview on white background

This text has color #DCD5B7 on white background.



Black color preview on #DCD5B7 background

This text has black color on #DCD5B7 background.


White color preview on #DCD5B7 background

This text has white color on #DCD5B7 background.