COLOR #DCD7B7

HEX: #DCD7B7
RGB: (220,215,183)

Color info

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

RGB color model

#DCD7B7 color RGB value is (220,215,183).

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

RGB channels and saturation

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

220
215
183

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

Portions of RGB colors in percentages

R + G + B =
220 + 215 + 183 = 618 (100%)
R 220 of 618 ~ 35.6%
G 215 of 618 ~ 34.79%
B 183 of 618 ~ 29.61%

%35.6
%34.79
%29.61

CMYK color model

#DCD7B7 color CMYK value is (0,2,17,14).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(0,2,17,14)
C0M2Y17K14 
(0%,2%,17%,14%)
(0.00/0.02/0.17/0.14)	

CMYK percentages

%0
%2.27
%16.82
%13.73

Codes

Color #DCD7B7 in popluar color models

DCD7B7
RGB220215183
HSL52°34.58%79.02%
HSB/HSV52°16.82%86.27%
CMYK0.00%2.27%16.82%
13.73%

Color #DCD7B7 in popluar number systems.

HEXDCD7B7
Decimal220215183
Binary110111001101011110110111
Octal334327267

Shades and tints

Shades of #DCD7B7

#DCD7B7
(220,215,183)
#C8C4A7
(200,196,167)
#B4B197
(180,177,151)
#A09E87
(160,158,135)
#8C8B77
(140,139,119)
#787867
(120,120,103)
#646557
(100,101,87)
#505247
(80,82,71)
#3C3F37
(60,63,55)
#282C27
(40,44,39)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #DCD7B7

#DCD7B7
(220,215,183)
#DFDABD
(223,218,189)
#E2DDC3
(226,221,195)
#E5E0C9
(229,224,201)
#E8E3CF
(232,227,207)
#EBE6D5
(235,230,213)
#EEE9DB
(238,233,219)
#F1ECE1
(241,236,225)
#F4EFE7
(244,239,231)
#F7F2ED
(247,242,237)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD7B7; }

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

This text font color is #DCD7B7.


Background Color

.myBgColor { background-color: #DCD7B7; }

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

This div background color is #DCD7B7.


Border color

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

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

This div border color is #DCD7B7.


Opacity

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

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

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

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

This text has shadow with #DCD7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD7B7 on black background.


Color preview on white background

This text has color #DCD7B7 on white background.



Black color preview on #DCD7B7 background

This text has black color on #DCD7B7 background.


White color preview on #DCD7B7 background

This text has white color on #DCD7B7 background.