COLOR #DCBD5C

HEX: #DCBD5C
RGB: (220,189,92)

Color info

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

RGB color model

#DCBD5C color RGB value is (220,189,92).

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

RGB channels and saturation

R 220 of 255 = 86%
G 189 of 255 = 74%
B 92 of 255 = 36%

220
189
92

R + G + B ~ 65%. #DCBD5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 189 + 92 = 501 (100%)
R 220 of 501 ~ 43.91%
G 189 of 501 ~ 37.72%
B 92 of 501 ~ 18.36%

%43.91
%37.72
%18.36

CMYK color model

#DCBD5C color CMYK value is (0,14,58,14).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 58.18%
  • key color value is 13.73%
CMYK:
(0,14,58,14)
C0M14Y58K14 
(0%,14%,58%,14%)
(0.00/0.14/0.58/0.14)	

CMYK percentages

%0
%14.09
%58.18
%13.73

Codes

Color #DCBD5C in popluar color models

DCBD5C
RGB22018992
HSL45°64.65%61.18%
HSB/HSV45°58.18%86.27%
CMYK0.00%14.09%58.18%
13.73%

Color #DCBD5C in popluar number systems.

HEXDCBD5C
Decimal22018992
Binary11011100101111011011100
Octal334275134

Shades and tints

Shades of #DCBD5C

#DCBD5C
(220,189,92)
#C8AC54
(200,172,84)
#B49B4C
(180,155,76)
#A08A44
(160,138,68)
#8C793C
(140,121,60)
#786834
(120,104,52)
#64572C
(100,87,44)
#504624
(80,70,36)
#3C351C
(60,53,28)
#282414
(40,36,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #DCBD5C

#DCBD5C
(220,189,92)
#DFC36A
(223,195,106)
#E2C978
(226,201,120)
#E5CF86
(229,207,134)
#E8D594
(232,213,148)
#EBDBA2
(235,219,162)
#EEE1B0
(238,225,176)
#F1E7BE
(241,231,190)
#F4EDCC
(244,237,204)
#F7F3DA
(247,243,218)
#FAF9E8
(250,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBD5C; }

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

This text font color is #DCBD5C.


Background Color

.myBgColor { background-color: #DCBD5C; }

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

This div background color is #DCBD5C.


Border color

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

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

This div border color is #DCBD5C.


Opacity

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

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

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

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

This text has shadow with #DCBD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBD5C on black background.


Color preview on white background

This text has color #DCBD5C on white background.



Black color preview on #DCBD5C background

This text has black color on #DCBD5C background.


White color preview on #DCBD5C background

This text has white color on #DCBD5C background.