COLOR #DCA08D

HEX: #DCA08D RGB: (220,160,141)

Color info

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

RGB color model

#DCA08D color RGB value is (220,160,141).

RGB: (220,160,141) (86%, 63%, 55%)

RGB channels and saturation

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

220
160
141

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

Portions of RGB colors in percentages

R + G + B = 220 + 160 + 141 = 521 (100%)
R 220 of 521 ~ 42.23%
G 160 of 521 ~ 30.71%
B 141 of 521 ~ 27.06'%

%42.23
%30.71
%27.06

CMYK color model

#DCA08D color CMYK value is (0,27,36,14).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 35.91%
  • key color value is 13.73%
CMYK: (0,27,36,14) C0M27Y36K14 (0%,27%,36%,14%) (0.00/0.27/0.36/0.14) 

CMYK percentages

%0
%27.27
%35.91
%13.73

Codes

Color #DCA08D in popluar color models

DC A0 8D
RGB 220 160 141
HSL 14° 53.02% 70.78%
HSB/HSV 14° 35.91% 86.27%
CMYK 0.00% 27.27% 35.91%
13.73%

Color #DCA08D in popluar number systems.

HEX DC A0 8D
Decimal 220 160 141
Binary 11011100 10100000 10001101
Octal 334 240 215

Shades and tints

Shades of #DCA08D

#DCA08D
(220,160,141)
#C89281
(200,146,129)
#B48475
(180,132,117)
#A07669
(160,118,105)
#8C685D
(140,104,93)
#785A51
(120,90,81)
#644C45
(100,76,69)
#503E39
(80,62,57)
#3C302D
(60,48,45)
#282221
(40,34,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #DCA08D

#DCA08D
(220,160,141)
#DFA897
(223,168,151)
#E2B0A1
(226,176,161)
#E5B8AB
(229,184,171)
#E8C0B5
(232,192,181)
#EBC8BF
(235,200,191)
#EED0C9
(238,208,201)
#F1D8D3
(241,216,211)
#F4E0DD
(244,224,221)
#F7E8E7
(247,232,231)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA08D; }

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

This text font color is #DCA08D.

Background Color

.myBgColor { background-color: #DCA08D; }

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

This div background color is #DCA08D.

Border color

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

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

This div border color is #DCA08D.

Opacity

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

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

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

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

This text has shadow with #DCA08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA08D.

Preview

Color preview on black background

This text has color #DCA08D on black background.


Color preview on white background

This text has color #DCA08D on white background.


Black color preview on #DCA08D background

This text has black color on #DCA08D background.


White color preview on #DCA08D background

This text has white color on #DCA08D background.


Related colors

Complementary color

Complementary color for #hex is #235F72.


I love getcolorcode.com

Triadic colors

1 #8DDCA0 and #A08DDC with #DCA08D are triadic colors.

2 #8DA0DC and #A0DC8D with #DCA08D are triadic colors.