COLOR #DCBD7B

HEX: #DCBD7B
RGB: (220,189,123)

Color info

#DCBD7B contains mainly red and green colors. Web safe color of #DCBD7B is #CCCC66 (or #CC6).

RGB color model

#DCBD7B color RGB value is (220,189,123).

  • red value is 220;
  • green value is 189;
  • blue value is 123.
RGB:
(220,189,123)
(86%,74%,48%)

RGB channels and saturation

R 220 of 255 = 86%
G 189 of 255 = 74%
B 123 of 255 = 48%

220
189
123

R + G + B ~ 69%. #DCBD7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 189 + 123 = 532 (100%)
R 220 of 532 ~ 41.35%
G 189 of 532 ~ 35.53%
B 123 of 532 ~ 23.12%

%41.35
%35.53
%23.12

CMYK color model

#DCBD7B color CMYK value is (0,14,44,14).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 44.09%
  • key color value is 13.73%
CMYK:
(0,14,44,14)
C0M14Y44K14 
(0%,14%,44%,14%)
(0.00/0.14/0.44/0.14)	

CMYK percentages

%0
%14.09
%44.09
%13.73

Codes

Color #DCBD7B in popluar color models

DCBD7B
RGB220189123
HSL41°58.08%67.25%
HSB/HSV41°44.09%86.27%
CMYK0.00%14.09%44.09%
13.73%

Color #DCBD7B in popluar number systems.

HEXDCBD7B
Decimal220189123
Binary11011100101111011111011
Octal334275173

Shades and tints

Shades of #DCBD7B

#DCBD7B
(220,189,123)
#C8AC70
(200,172,112)
#B49B65
(180,155,101)
#A08A5A
(160,138,90)
#8C794F
(140,121,79)
#786844
(120,104,68)
#645739
(100,87,57)
#50462E
(80,70,46)
#3C3523
(60,53,35)
#282418
(40,36,24)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #DCBD7B

#DCBD7B
(220,189,123)
#DFC387
(223,195,135)
#E2C993
(226,201,147)
#E5CF9F
(229,207,159)
#E8D5AB
(232,213,171)
#EBDBB7
(235,219,183)
#EEE1C3
(238,225,195)
#F1E7CF
(241,231,207)
#F4EDDB
(244,237,219)
#F7F3E7
(247,243,231)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBD7B; }

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

This text font color is #DCBD7B.


Background Color

.myBgColor { background-color: #DCBD7B; }

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

This div background color is #DCBD7B.


Border color

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

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

This div border color is #DCBD7B.


Opacity

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

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

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

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

This text has shadow with #DCBD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBD7B on black background.


Color preview on white background

This text has color #DCBD7B on white background.



Black color preview on #DCBD7B background

This text has black color on #DCBD7B background.


White color preview on #DCBD7B background

This text has white color on #DCBD7B background.