COLOR #DCD8B7

HEX: #DCD8B7 RGB: (220,216,183)

Color info

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

RGB color model

#DCD8B7 color RGB value is (220,216,183).

RGB: (220,216,183) (86%, 85%, 72%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 183 of 255 = 72%

220
216
183

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

Portions of RGB colors in percentages

R + G + B = 220 + 216 + 183 = 619 (100%)
R 220 of 619 ~ 35.54%
G 216 of 619 ~ 34.89%
B 183 of 619 ~ 29.56'%

%35.54
%34.89
%29.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.82%
  • 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
%1.82
%16.82
%13.73

Codes

Color #DCD8B7 in popluar color models

DC D8 B7
RGB 220 216 183
HSL 54° 34.58% 79.02%
HSB/HSV 54° 16.82% 86.27%
CMYK 0.00% 1.82% 16.82%
13.73%

Color #DCD8B7 in popluar number systems.

HEX DC D8 B7
Decimal 220 216 183
Binary 11011100 11011000 10110111
Octal 334 330 267

Shades and tints

Shades of #DCD8B7

#DCD8B7
(220,216,183)
#C8C5A7
(200,197,167)
#B4B297
(180,178,151)
#A09F87
(160,159,135)
#8C8C77
(140,140,119)
#787967
(120,121,103)
#646657
(100,102,87)
#505347
(80,83,71)
#3C4037
(60,64,55)
#282D27
(40,45,39)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #DCD8B7

#DCD8B7
(220,216,183)
#DFDBBD
(223,219,189)
#E2DEC3
(226,222,195)
#E5E1C9
(229,225,201)
#E8E4CF
(232,228,207)
#EBE7D5
(235,231,213)
#EEEADB
(238,234,219)
#F1EDE1
(241,237,225)
#F4F0E7
(244,240,231)
#F7F3ED
(247,243,237)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8B7; }

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

This text font color is #DCD8B7.

Background Color

.myBgColor { background-color: #DCD8B7; }

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

This div background color is #DCD8B7.

Border color

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

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

This div border color is #DCD8B7.

Opacity

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

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

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

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

This text has shadow with #DCD8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD8B7.

Preview

Color preview on black background

This text has color #DCD8B7 on black background.


Color preview on white background

This text has color #DCD8B7 on white background.


Black color preview on #DCD8B7 background

This text has black color on #DCD8B7 background.


White color preview on #DCD8B7 background

This text has white color on #DCD8B7 background.


Related colors

Complementary color

Complementary color for #hex is #232748.


I love getcolorcode.com

Triadic colors

1 #B7DCD8 and #D8B7DC with #DCD8B7 are triadic colors.

2 #B7D8DC and #D8DCB7 with #DCD8B7 are triadic colors.