COLOR #DCD5BB

HEX: #DCD5BB
RGB: (220,213,187)

Color info

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

RGB color model

#DCD5BB color RGB value is (220,213,187).

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

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 187 of 255 = 73%

220
213
187

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

Portions of RGB colors in percentages

R + G + B =
220 + 213 + 187 = 620 (100%)
R 220 of 620 ~ 35.48%
G 213 of 620 ~ 34.35%
B 187 of 620 ~ 30.16%

%35.48
%34.35
%30.16

CMYK color model

#DCD5BB color CMYK value is (0,3,15,14).

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(0,3,15,14)
C0M3Y15K14 
(0%,3%,15%,14%)
(0.00/0.03/0.15/0.14)	

CMYK percentages

%0
%3.18
%15
%13.73

Codes

Color #DCD5BB in popluar color models

DCD5BB
RGB220213187
HSL47°32.04%79.80%
HSB/HSV47°15.00%86.27%
CMYK0.00%3.18%15.00%
13.73%

Color #DCD5BB in popluar number systems.

HEXDCD5BB
Decimal220213187
Binary110111001101010110111011
Octal334325273

Shades and tints

Shades of #DCD5BB

#DCD5BB
(220,213,187)
#C8C2AA
(200,194,170)
#B4AF99
(180,175,153)
#A09C88
(160,156,136)
#8C8977
(140,137,119)
#787666
(120,118,102)
#646355
(100,99,85)
#505044
(80,80,68)
#3C3D33
(60,61,51)
#282A22
(40,42,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #DCD5BB

#DCD5BB
(220,213,187)
#DFD8C1
(223,216,193)
#E2DBC7
(226,219,199)
#E5DECD
(229,222,205)
#E8E1D3
(232,225,211)
#EBE4D9
(235,228,217)
#EEE7DF
(238,231,223)
#F1EAE5
(241,234,229)
#F4EDEB
(244,237,235)
#F7F0F1
(247,240,241)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5BB; }

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

This text font color is #DCD5BB.


Background Color

.myBgColor { background-color: #DCD5BB; }

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

This div background color is #DCD5BB.


Border color

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

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

This div border color is #DCD5BB.


Opacity

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

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

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

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

This text has shadow with #DCD5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD5BB on black background.


Color preview on white background

This text has color #DCD5BB on white background.



Black color preview on #DCD5BB background

This text has black color on #DCD5BB background.


White color preview on #DCD5BB background

This text has white color on #DCD5BB background.