COLOR #DCD9BE

HEX: #DCD9BE
RGB: (220,217,190)

Color info

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

RGB color model

#DCD9BE color RGB value is (220,217,190).

  • red value is 220;
  • green value is 217;
  • blue value is 190.
RGB:
(220,217,190)
(86%,85%,75%)

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 190 of 255 = 75%

220
217
190

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

Portions of RGB colors in percentages

R + G + B =
220 + 217 + 190 = 627 (100%)
R 220 of 627 ~ 35.09%
G 217 of 627 ~ 34.61%
B 190 of 627 ~ 30.3%

%35.09
%34.61
%30.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 13.64%
  • 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
%13.64
%13.73

Codes

Color #DCD9BE in popluar color models

DCD9BE
RGB220217190
HSL54°30.00%80.39%
HSB/HSV54°13.64%86.27%
CMYK0.00%1.36%13.64%
13.73%

Color #DCD9BE in popluar number systems.

HEXDCD9BE
Decimal220217190
Binary110111001101100110111110
Octal334331276

Shades and tints

Shades of #DCD9BE

#DCD9BE
(220,217,190)
#C8C6AD
(200,198,173)
#B4B39C
(180,179,156)
#A0A08B
(160,160,139)
#8C8D7A
(140,141,122)
#787A69
(120,122,105)
#646758
(100,103,88)
#505447
(80,84,71)
#3C4136
(60,65,54)
#282E25
(40,46,37)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #DCD9BE

#DCD9BE
(220,217,190)
#DFDCC3
(223,220,195)
#E2DFC8
(226,223,200)
#E5E2CD
(229,226,205)
#E8E5D2
(232,229,210)
#EBE8D7
(235,232,215)
#EEEBDC
(238,235,220)
#F1EEE1
(241,238,225)
#F4F1E6
(244,241,230)
#F7F4EB
(247,244,235)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9BE; }

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

This text font color is #DCD9BE.


Background Color

.myBgColor { background-color: #DCD9BE; }

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

This div background color is #DCD9BE.


Border color

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

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

This div border color is #DCD9BE.


Opacity

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

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

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

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

This text has shadow with #DCD9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD9BE on black background.


Color preview on white background

This text has color #DCD9BE on white background.



Black color preview on #DCD9BE background

This text has black color on #DCD9BE background.


White color preview on #DCD9BE background

This text has white color on #DCD9BE background.