COLOR #DCBE9B

HEX: #DCBE9B
RGB: (220,190,155)

Color info

#DCBE9B contains mainly red and green colors. Web safe color of #DCBE9B is #CCCC99 (or #CC9).

RGB color model

#DCBE9B color RGB value is (220,190,155).

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

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 155 of 255 = 61%

220
190
155

R + G + B ~ 74%. #DCBE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 155 = 565 (100%)
R 220 of 565 ~ 38.94%
G 190 of 565 ~ 33.63%
B 155 of 565 ~ 27.43%

%38.94
%33.63
%27.43

CMYK color model

#DCBE9B color CMYK value is (0,14,30,14).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(0,14,30,14)
C0M14Y30K14 
(0%,14%,30%,14%)
(0.00/0.14/0.30/0.14)	

CMYK percentages

%0
%13.64
%29.55
%13.73

Codes

Color #DCBE9B in popluar color models

DCBE9B
RGB220190155
HSL32°48.15%73.53%
HSB/HSV32°29.55%86.27%
CMYK0.00%13.64%29.55%
13.73%

Color #DCBE9B in popluar number systems.

HEXDCBE9B
Decimal220190155
Binary110111001011111010011011
Octal334276233

Shades and tints

Shades of #DCBE9B

#DCBE9B
(220,190,155)
#C8AD8D
(200,173,141)
#B49C7F
(180,156,127)
#A08B71
(160,139,113)
#8C7A63
(140,122,99)
#786955
(120,105,85)
#645847
(100,88,71)
#504739
(80,71,57)
#3C362B
(60,54,43)
#28251D
(40,37,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #DCBE9B

#DCBE9B
(220,190,155)
#DFC3A4
(223,195,164)
#E2C8AD
(226,200,173)
#E5CDB6
(229,205,182)
#E8D2BF
(232,210,191)
#EBD7C8
(235,215,200)
#EEDCD1
(238,220,209)
#F1E1DA
(241,225,218)
#F4E6E3
(244,230,227)
#F7EBEC
(247,235,236)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBE9B; }

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

This text font color is #DCBE9B.


Background Color

.myBgColor { background-color: #DCBE9B; }

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

This div background color is #DCBE9B.


Border color

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

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

This div border color is #DCBE9B.


Opacity

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

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

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

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

This text has shadow with #DCBE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBE9B on black background.


Color preview on white background

This text has color #DCBE9B on white background.



Black color preview on #DCBE9B background

This text has black color on #DCBE9B background.


White color preview on #DCBE9B background

This text has white color on #DCBE9B background.