COLOR #DCAD83

HEX: #DCAD83
RGB: (220,173,131)

Color info

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

RGB color model

#DCAD83 color RGB value is (220,173,131).

  • red value is 220;
  • green value is 173;
  • blue value is 131.
RGB:
(220,173,131)
(86%,68%,51%)

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 131 of 255 = 51%

220
173
131

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

Portions of RGB colors in percentages

R + G + B =
220 + 173 + 131 = 524 (100%)
R 220 of 524 ~ 41.98%
G 173 of 524 ~ 33.02%
B 131 of 524 ~ 25%

%41.98
%33.02
%25

CMYK color model

#DCAD83 color CMYK value is (0,21,40,14).

  • cyan value is 0.00%
  • magenta value is 21.36%
  • yellow value is 40.45%
  • key color value is 13.73%
CMYK:
(0,21,40,14)
C0M21Y40K14 
(0%,21%,40%,14%)
(0.00/0.21/0.40/0.14)	

CMYK percentages

%0
%21.36
%40.45
%13.73

Codes

Color #DCAD83 in popluar color models

DCAD83
RGB220173131
HSL28°55.97%68.82%
HSB/HSV28°40.45%86.27%
CMYK0.00%21.36%40.45%
13.73%

Color #DCAD83 in popluar number systems.

HEXDCAD83
Decimal220173131
Binary110111001010110110000011
Octal334255203

Shades and tints

Shades of #DCAD83

#DCAD83
(220,173,131)
#C89E78
(200,158,120)
#B48F6D
(180,143,109)
#A08062
(160,128,98)
#8C7157
(140,113,87)
#78624C
(120,98,76)
#645341
(100,83,65)
#504436
(80,68,54)
#3C352B
(60,53,43)
#282620
(40,38,32)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCAD83

#DCAD83
(220,173,131)
#DFB48E
(223,180,142)
#E2BB99
(226,187,153)
#E5C2A4
(229,194,164)
#E8C9AF
(232,201,175)
#EBD0BA
(235,208,186)
#EED7C5
(238,215,197)
#F1DED0
(241,222,208)
#F4E5DB
(244,229,219)
#F7ECE6
(247,236,230)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAD83 color. Also use rgb(220,173,131) instead hex code.

Text Font Color

.myTextColor { color: #DCAD83; }

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

This text font color is #DCAD83.


Background Color

.myBgColor { background-color: #DCAD83; }

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

This div background color is #DCAD83.


Border color

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

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

This div border color is #DCAD83.


Opacity

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

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

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

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

This text has shadow with #DCAD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAD83 on black background.


Color preview on white background

This text has color #DCAD83 on white background.



Black color preview on #DCAD83 background

This text has black color on #DCAD83 background.


White color preview on #DCAD83 background

This text has white color on #DCAD83 background.