COLOR #DCBE95

HEX: #DCBE95
RGB: (220,190,149)

Color info

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

RGB color model

#DCBE95 color RGB value is (220,190,149).

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

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 149 of 255 = 58%

220
190
149

R + G + B ~ 73%. #DCBE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 149 = 559 (100%)
R 220 of 559 ~ 39.36%
G 190 of 559 ~ 33.99%
B 149 of 559 ~ 26.65%

%39.36
%33.99
%26.65

CMYK color model

#DCBE95 color CMYK value is (0,14,32,14).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 32.27%
  • key color value is 13.73%
CMYK:
(0,14,32,14)
C0M14Y32K14 
(0%,14%,32%,14%)
(0.00/0.14/0.32/0.14)	

CMYK percentages

%0
%13.64
%32.27
%13.73

Codes

Color #DCBE95 in popluar color models

DCBE95
RGB220190149
HSL35°50.35%72.35%
HSB/HSV35°32.27%86.27%
CMYK0.00%13.64%32.27%
13.73%

Color #DCBE95 in popluar number systems.

HEXDCBE95
Decimal220190149
Binary110111001011111010010101
Octal334276225

Shades and tints

Shades of #DCBE95

#DCBE95
(220,190,149)
#C8AD88
(200,173,136)
#B49C7B
(180,156,123)
#A08B6E
(160,139,110)
#8C7A61
(140,122,97)
#786954
(120,105,84)
#645847
(100,88,71)
#50473A
(80,71,58)
#3C362D
(60,54,45)
#282520
(40,37,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #DCBE95

#DCBE95
(220,190,149)
#DFC39E
(223,195,158)
#E2C8A7
(226,200,167)
#E5CDB0
(229,205,176)
#E8D2B9
(232,210,185)
#EBD7C2
(235,215,194)
#EEDCCB
(238,220,203)
#F1E1D4
(241,225,212)
#F4E6DD
(244,230,221)
#F7EBE6
(247,235,230)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBE95; }

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

This text font color is #DCBE95.


Background Color

.myBgColor { background-color: #DCBE95; }

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

This div background color is #DCBE95.


Border color

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

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

This div border color is #DCBE95.


Opacity

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

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

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

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

This text has shadow with #DCBE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBE95 on black background.


Color preview on white background

This text has color #DCBE95 on white background.



Black color preview on #DCBE95 background

This text has black color on #DCBE95 background.


White color preview on #DCBE95 background

This text has white color on #DCBE95 background.