COLOR #DCD9BD

HEX: #DCD9BD RGB: (220,217,189)

Color info

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

RGB color model

#DCD9BD color RGB value is (220,217,189).

RGB: (220,217,189) (86%, 85%, 74%)

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 189 of 255 = 74%

220
217
189

R + G + B ~ 82%. #DCD9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 217 + 189 = 626 (100%)
R 220 of 626 ~ 35.14%
G 217 of 626 ~ 34.66%
B 189 of 626 ~ 30.19'%

%35.14
%34.66
%30.19

CMYK color model

#DCD9BD color CMYK value is (0,1,14,14).

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

CMYK: (0,1,14,14)
C0M1Y14K14 (0%, 1%, 14%, 14%)
(0.00 / 0.01 / 0.14 / 0.14)

CMYK percentages

%0
%1.36
%14.09
%13.73

Codes

Color #DCD9BD in popluar color models

DC D9 BD
RGB 220 217 189
HSL 54° 30.69% 80.20%
HSB/HSV 54° 14.09% 86.27%
CMYK 0.00% 1.36% 14.09%
13.73%

Color #DCD9BD in popluar number systems.

HEX DC D9 BD
Decimal 220 217 189
Binary 11011100 11011001 10111101
Octal 334 331 275

Shades and tints

Shades of #DCD9BD

#DCD9BD
(220,217,189)
#C8C6AC
(200,198,172)
#B4B39B
(180,179,155)
#A0A08A
(160,160,138)
#8C8D79
(140,141,121)
#787A68
(120,122,104)
#646757
(100,103,87)
#505446
(80,84,70)
#3C4135
(60,65,53)
#282E24
(40,46,36)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #DCD9BD

#DCD9BD
(220,217,189)
#DFDCC3
(223,220,195)
#E2DFC9
(226,223,201)
#E5E2CF
(229,226,207)
#E8E5D5
(232,229,213)
#EBE8DB
(235,232,219)
#EEEBE1
(238,235,225)
#F1EEE7
(241,238,231)
#F4F1ED
(244,241,237)
#F7F4F3
(247,244,243)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9BD; }

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

This text font color is #DCD9BD.

Background Color

.myBgColor { background-color: #DCD9BD; }

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

This div background color is #DCD9BD.

Border color

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

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

This div border color is #DCD9BD.

Opacity

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

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

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

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

This text has shadow with #DCD9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD9BD.

Preview

Color preview on black background

This text has color #DCD9BD on black background.


Color preview on white background

This text has color #DCD9BD on white background.


Black color preview on #DCD9BD background

This text has black color on #DCD9BD background.


White color preview on #DCD9BD background

This text has white color on #DCD9BD background.


Related colors

Complementary color

Complementary color for #hex is #232642.


I love getcolorcode.com

Triadic colors

1 #BDDCD9 and #D9BDDC with #DCD9BD are triadic colors.

2 #BDD9DC and #D9DCBD with #DCD9BD are triadic colors.