COLOR #DCBE8B

HEX: #DCBE8B
RGB: (220,190,139)

Color info

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

RGB color model

#DCBE8B color RGB value is (220,190,139).

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

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 139 of 255 = 55%

220
190
139

R + G + B ~ 72%. #DCBE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 139 = 549 (100%)
R 220 of 549 ~ 40.07%
G 190 of 549 ~ 34.61%
B 139 of 549 ~ 25.32%

%40.07
%34.61
%25.32

CMYK color model

#DCBE8B color CMYK value is (0,14,37,14).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 36.82%
  • key color value is 13.73%
CMYK:
(0,14,37,14)
C0M14Y37K14 
(0%,14%,37%,14%)
(0.00/0.14/0.37/0.14)	

CMYK percentages

%0
%13.64
%36.82
%13.73

Codes

Color #DCBE8B in popluar color models

DCBE8B
RGB220190139
HSL38°53.64%70.39%
HSB/HSV38°36.82%86.27%
CMYK0.00%13.64%36.82%
13.73%

Color #DCBE8B in popluar number systems.

HEXDCBE8B
Decimal220190139
Binary110111001011111010001011
Octal334276213

Shades and tints

Shades of #DCBE8B

#DCBE8B
(220,190,139)
#C8AD7F
(200,173,127)
#B49C73
(180,156,115)
#A08B67
(160,139,103)
#8C7A5B
(140,122,91)
#78694F
(120,105,79)
#645843
(100,88,67)
#504737
(80,71,55)
#3C362B
(60,54,43)
#28251F
(40,37,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #DCBE8B

#DCBE8B
(220,190,139)
#DFC395
(223,195,149)
#E2C89F
(226,200,159)
#E5CDA9
(229,205,169)
#E8D2B3
(232,210,179)
#EBD7BD
(235,215,189)
#EEDCC7
(238,220,199)
#F1E1D1
(241,225,209)
#F4E6DB
(244,230,219)
#F7EBE5
(247,235,229)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBE8B; }

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

This text font color is #DCBE8B.


Background Color

.myBgColor { background-color: #DCBE8B; }

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

This div background color is #DCBE8B.


Border color

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

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

This div border color is #DCBE8B.


Opacity

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

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

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

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

This text has shadow with #DCBE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBE8B on black background.


Color preview on white background

This text has color #DCBE8B on white background.



Black color preview on #DCBE8B background

This text has black color on #DCBE8B background.


White color preview on #DCBE8B background

This text has white color on #DCBE8B background.