COLOR #DCA08B

HEX: #DCA08B
RGB: (220,160,139)

Color info

#DCA08B contains mainly red color. Web safe color of #DCA08B is #CC9999 (or #C99).

RGB color model

#DCA08B color RGB value is (220,160,139).

  • red value is 220;
  • green value is 160;
  • blue value is 139.
RGB:
(220,160,139)
(86%,63%,55%)

RGB channels and saturation

R 220 of 255 = 86%
G 160 of 255 = 63%
B 139 of 255 = 55%

220
160
139

R + G + B ~ 68%. #DCA08B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 160 + 139 = 519 (100%)
R 220 of 519 ~ 42.39%
G 160 of 519 ~ 30.83%
B 139 of 519 ~ 26.78%

%42.39
%30.83
%26.78

CMYK color model

#DCA08B color CMYK value is (0,27,37,14).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 36.82%
  • key color value is 13.73%
CMYK:
(0,27,37,14)
C0M27Y37K14 
(0%,27%,37%,14%)
(0.00/0.27/0.37/0.14)	

CMYK percentages

%0
%27.27
%36.82
%13.73

Codes

Color #DCA08B in popluar color models

DCA08B
RGB220160139
HSL16°53.64%70.39%
HSB/HSV16°36.82%86.27%
CMYK0.00%27.27%36.82%
13.73%

Color #DCA08B in popluar number systems.

HEXDCA08B
Decimal220160139
Binary110111001010000010001011
Octal334240213

Shades and tints

Shades of #DCA08B

#DCA08B
(220,160,139)
#C8927F
(200,146,127)
#B48473
(180,132,115)
#A07667
(160,118,103)
#8C685B
(140,104,91)
#785A4F
(120,90,79)
#644C43
(100,76,67)
#503E37
(80,62,55)
#3C302B
(60,48,43)
#28221F
(40,34,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #DCA08B

#DCA08B
(220,160,139)
#DFA895
(223,168,149)
#E2B09F
(226,176,159)
#E5B8A9
(229,184,169)
#E8C0B3
(232,192,179)
#EBC8BD
(235,200,189)
#EED0C7
(238,208,199)
#F1D8D1
(241,216,209)
#F4E0DB
(244,224,219)
#F7E8E5
(247,232,229)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA08B color. Also use rgb(220,160,139) instead hex code.

Text Font Color

.myTextColor { color: #DCA08B; }

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

This text font color is #DCA08B.


Background Color

.myBgColor { background-color: #DCA08B; }

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

This div background color is #DCA08B.


Border color

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

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

This div border color is #DCA08B.


Opacity

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

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

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

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

This text has shadow with #DCA08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA08B on black background.


Color preview on white background

This text has color #DCA08B on white background.



Black color preview on #DCA08B background

This text has black color on #DCA08B background.


White color preview on #DCA08B background

This text has white color on #DCA08B background.