COLOR #DCD3B2

HEX: #DCD3B2
RGB: (220,211,178)

Color info

#DCD3B2 contains red, green and blue colors in about the same proportion. Web safe color of #DCD3B2 is #CCCC99 (or #CC9).

RGB color model

#DCD3B2 color RGB value is (220,211,178).

  • red value is 220;
  • green value is 211;
  • blue value is 178.
RGB:
(220,211,178)
(86%,83%,70%)

RGB channels and saturation

R 220 of 255 = 86%
G 211 of 255 = 83%
B 178 of 255 = 70%

220
211
178

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

Portions of RGB colors in percentages

R + G + B =
220 + 211 + 178 = 609 (100%)
R 220 of 609 ~ 36.12%
G 211 of 609 ~ 34.65%
B 178 of 609 ~ 29.23%

%36.12
%34.65
%29.23

CMYK color model

#DCD3B2 color CMYK value is (0,4,19,14).

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 19.09%
  • key color value is 13.73%
CMYK:
(0,4,19,14)
C0M4Y19K14 
(0%,4%,19%,14%)
(0.00/0.04/0.19/0.14)	

CMYK percentages

%0
%4.09
%19.09
%13.73

Codes

Color #DCD3B2 in popluar color models

DCD3B2
RGB220211178
HSL47°37.50%78.04%
HSB/HSV47°19.09%86.27%
CMYK0.00%4.09%19.09%
13.73%

Color #DCD3B2 in popluar number systems.

HEXDCD3B2
Decimal220211178
Binary110111001101001110110010
Octal334323262

Shades and tints

Shades of #DCD3B2

#DCD3B2
(220,211,178)
#C8C0A2
(200,192,162)
#B4AD92
(180,173,146)
#A09A82
(160,154,130)
#8C8772
(140,135,114)
#787462
(120,116,98)
#646152
(100,97,82)
#504E42
(80,78,66)
#3C3B32
(60,59,50)
#282822
(40,40,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #DCD3B2

#DCD3B2
(220,211,178)
#DFD7B9
(223,215,185)
#E2DBC0
(226,219,192)
#E5DFC7
(229,223,199)
#E8E3CE
(232,227,206)
#EBE7D5
(235,231,213)
#EEEBDC
(238,235,220)
#F1EFE3
(241,239,227)
#F4F3EA
(244,243,234)
#F7F7F1
(247,247,241)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD3B2 color. Also use rgb(220,211,178) instead hex code.

Text Font Color

.myTextColor { color: #DCD3B2; }

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

This text font color is #DCD3B2.


Background Color

.myBgColor { background-color: #DCD3B2; }

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

This div background color is #DCD3B2.


Border color

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

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

This div border color is #DCD3B2.


Opacity

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

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

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

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

This text has shadow with #DCD3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD3B2 on black background.


Color preview on white background

This text has color #DCD3B2 on white background.



Black color preview on #DCD3B2 background

This text has black color on #DCD3B2 background.


White color preview on #DCD3B2 background

This text has white color on #DCD3B2 background.