COLOR #DCD7BD

HEX: #DCD7BD RGB: (220,215,189)

Color info

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

RGB color model

#DCD7BD color RGB value is (220,215,189).

RGB: (220,215,189) (86%, 84%, 74%)

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 189 of 255 = 74%

220
215
189

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

Portions of RGB colors in percentages

R + G + B = 220 + 215 + 189 = 624 (100%)
R 220 of 624 ~ 35.26%
G 215 of 624 ~ 34.46%
B 189 of 624 ~ 30.29'%

%35.26
%34.46
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 14.09%
  • key color value is 13.73%

CMYK: (0,2,14,14)
C0M2Y14K14 (0%, 2%, 14%, 14%)
(0.00 / 0.02 / 0.14 / 0.14)

CMYK percentages

%0
%2.27
%14.09
%13.73

Codes

Color #DCD7BD in popluar color models

DC D7 BD
RGB 220 215 189
HSL 50° 30.69% 80.20%
HSB/HSV 50° 14.09% 86.27%
CMYK 0.00% 2.27% 14.09%
13.73%

Color #DCD7BD in popluar number systems.

HEX DC D7 BD
Decimal 220 215 189
Binary 11011100 11010111 10111101
Octal 334 327 275

Shades and tints

Shades of #DCD7BD

#DCD7BD
(220,215,189)
#C8C4AC
(200,196,172)
#B4B19B
(180,177,155)
#A09E8A
(160,158,138)
#8C8B79
(140,139,121)
#787868
(120,120,104)
#646557
(100,101,87)
#505246
(80,82,70)
#3C3F35
(60,63,53)
#282C24
(40,44,36)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #DCD7BD

#DCD7BD
(220,215,189)
#DFDAC3
(223,218,195)
#E2DDC9
(226,221,201)
#E5E0CF
(229,224,207)
#E8E3D5
(232,227,213)
#EBE6DB
(235,230,219)
#EEE9E1
(238,233,225)
#F1ECE7
(241,236,231)
#F4EFED
(244,239,237)
#F7F2F3
(247,242,243)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD7BD; }

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

This text font color is #DCD7BD.

Background Color

.myBgColor { background-color: #DCD7BD; }

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

This div background color is #DCD7BD.

Border color

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

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

This div border color is #DCD7BD.

Opacity

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

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

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

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

This text has shadow with #DCD7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD7BD.

Preview

Color preview on black background

This text has color #DCD7BD on black background.


Color preview on white background

This text has color #DCD7BD on white background.


Black color preview on #DCD7BD background

This text has black color on #DCD7BD background.


White color preview on #DCD7BD background

This text has white color on #DCD7BD background.


Related colors

Complementary color

Complementary color for #hex is #232842.


I love getcolorcode.com

Triadic colors

1 #BDDCD7 and #D7BDDC with #DCD7BD are triadic colors.

2 #BDD7DC and #D7DCBD with #DCD7BD are triadic colors.