COLOR #DCD5B6

HEX: #DCD5B6
RGB: (220,213,182)

Color info

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

RGB color model

#DCD5B6 color RGB value is (220,213,182).

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

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 182 of 255 = 71%

220
213
182

R + G + B ~ 80%. #DCD5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 213 + 182 = 615 (100%)
R 220 of 615 ~ 35.77%
G 213 of 615 ~ 34.63%
B 182 of 615 ~ 29.59%

%35.77
%34.63
%29.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 17.27%
  • 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
%17.27
%13.73

Codes

Color #DCD5B6 in popluar color models

DCD5B6
RGB220213182
HSL49°35.19%78.82%
HSB/HSV49°17.27%86.27%
CMYK0.00%3.18%17.27%
13.73%

Color #DCD5B6 in popluar number systems.

HEXDCD5B6
Decimal220213182
Binary110111001101010110110110
Octal334325266

Shades and tints

Shades of #DCD5B6

#DCD5B6
(220,213,182)
#C8C2A6
(200,194,166)
#B4AF96
(180,175,150)
#A09C86
(160,156,134)
#8C8976
(140,137,118)
#787666
(120,118,102)
#646356
(100,99,86)
#505046
(80,80,70)
#3C3D36
(60,61,54)
#282A26
(40,42,38)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #DCD5B6

#DCD5B6
(220,213,182)
#DFD8BC
(223,216,188)
#E2DBC2
(226,219,194)
#E5DEC8
(229,222,200)
#E8E1CE
(232,225,206)
#EBE4D4
(235,228,212)
#EEE7DA
(238,231,218)
#F1EAE0
(241,234,224)
#F4EDE6
(244,237,230)
#F7F0EC
(247,240,236)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5B6; }

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

This text font color is #DCD5B6.


Background Color

.myBgColor { background-color: #DCD5B6; }

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

This div background color is #DCD5B6.


Border color

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

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

This div border color is #DCD5B6.


Opacity

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

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

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

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

This text has shadow with #DCD5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD5B6 on black background.


Color preview on white background

This text has color #DCD5B6 on white background.



Black color preview on #DCD5B6 background

This text has black color on #DCD5B6 background.


White color preview on #DCD5B6 background

This text has white color on #DCD5B6 background.