COLOR #DCB084

HEX: #DCB084
RGB: (220,176,132)

Color info

#DCB084 contains mainly red and green colors. Web safe color of #DCB084 is #CC9999 (or #C99).

RGB color model

#DCB084 color RGB value is (220,176,132).

  • red value is 220;
  • green value is 176;
  • blue value is 132.
RGB:
(220,176,132)
(86%,69%,52%)

RGB channels and saturation

R 220 of 255 = 86%
G 176 of 255 = 69%
B 132 of 255 = 52%

220
176
132

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

Portions of RGB colors in percentages

R + G + B =
220 + 176 + 132 = 528 (100%)
R 220 of 528 ~ 41.67%
G 176 of 528 ~ 33.33%
B 132 of 528 ~ 25%

%41.67
%33.33
%25

CMYK color model

#DCB084 color CMYK value is (0,20,40,14).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 40.00%
  • key color value is 13.73%
CMYK:
(0,20,40,14)
C0M20Y40K14 
(0%,20%,40%,14%)
(0.00/0.20/0.40/0.14)	

CMYK percentages

%0
%20
%40
%13.73

Codes

Color #DCB084 in popluar color models

DCB084
RGB220176132
HSL30°55.70%69.02%
HSB/HSV30°40.00%86.27%
CMYK0.00%20.00%40.00%
13.73%

Color #DCB084 in popluar number systems.

HEXDCB084
Decimal220176132
Binary110111001011000010000100
Octal334260204

Shades and tints

Shades of #DCB084

#DCB084
(220,176,132)
#C8A078
(200,160,120)
#B4906C
(180,144,108)
#A08060
(160,128,96)
#8C7054
(140,112,84)
#786048
(120,96,72)
#64503C
(100,80,60)
#504030
(80,64,48)
#3C3024
(60,48,36)
#282018
(40,32,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #DCB084

#DCB084
(220,176,132)
#DFB78F
(223,183,143)
#E2BE9A
(226,190,154)
#E5C5A5
(229,197,165)
#E8CCB0
(232,204,176)
#EBD3BB
(235,211,187)
#EEDAC6
(238,218,198)
#F1E1D1
(241,225,209)
#F4E8DC
(244,232,220)
#F7EFE7
(247,239,231)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB084 color. Also use rgb(220,176,132) instead hex code.

Text Font Color

.myTextColor { color: #DCB084; }

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

This text font color is #DCB084.


Background Color

.myBgColor { background-color: #DCB084; }

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

This div background color is #DCB084.


Border color

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

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

This div border color is #DCB084.


Opacity

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

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

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

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

This text has shadow with #DCB084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB084 on black background.


Color preview on white background

This text has color #DCB084 on white background.



Black color preview on #DCB084 background

This text has black color on #DCB084 background.


White color preview on #DCB084 background

This text has white color on #DCB084 background.