COLOR #DCBD6B

HEX: #DCBD6B
RGB: (220,189,107)

Color info

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

RGB color model

#DCBD6B color RGB value is (220,189,107).

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

RGB channels and saturation

R 220 of 255 = 86%
G 189 of 255 = 74%
B 107 of 255 = 42%

220
189
107

R + G + B ~ 67%. #DCBD6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 189 + 107 = 516 (100%)
R 220 of 516 ~ 42.64%
G 189 of 516 ~ 36.63%
B 107 of 516 ~ 20.74%

%42.64
%36.63
%20.74

CMYK color model

#DCBD6B color CMYK value is (0,14,51,14).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 51.36%
  • key color value is 13.73%
CMYK:
(0,14,51,14)
C0M14Y51K14 
(0%,14%,51%,14%)
(0.00/0.14/0.51/0.14)	

CMYK percentages

%0
%14.09
%51.36
%13.73

Codes

Color #DCBD6B in popluar color models

DCBD6B
RGB220189107
HSL44°61.75%64.12%
HSB/HSV44°51.36%86.27%
CMYK0.00%14.09%51.36%
13.73%

Color #DCBD6B in popluar number systems.

HEXDCBD6B
Decimal220189107
Binary11011100101111011101011
Octal334275153

Shades and tints

Shades of #DCBD6B

#DCBD6B
(220,189,107)
#C8AC62
(200,172,98)
#B49B59
(180,155,89)
#A08A50
(160,138,80)
#8C7947
(140,121,71)
#78683E
(120,104,62)
#645735
(100,87,53)
#50462C
(80,70,44)
#3C3523
(60,53,35)
#28241A
(40,36,26)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #DCBD6B

#DCBD6B
(220,189,107)
#DFC378
(223,195,120)
#E2C985
(226,201,133)
#E5CF92
(229,207,146)
#E8D59F
(232,213,159)
#EBDBAC
(235,219,172)
#EEE1B9
(238,225,185)
#F1E7C6
(241,231,198)
#F4EDD3
(244,237,211)
#F7F3E0
(247,243,224)
#FAF9ED
(250,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBD6B; }

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

This text font color is #DCBD6B.


Background Color

.myBgColor { background-color: #DCBD6B; }

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

This div background color is #DCBD6B.


Border color

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

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

This div border color is #DCBD6B.


Opacity

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

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

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

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

This text has shadow with #DCBD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBD6B on black background.


Color preview on white background

This text has color #DCBD6B on white background.



Black color preview on #DCBD6B background

This text has black color on #DCBD6B background.


White color preview on #DCBD6B background

This text has white color on #DCBD6B background.