COLOR #DCAD79

HEX: #DCAD79
RGB: (220,173,121)

Color info

#DCAD79 contains mainly red and green colors. Web safe color of #DCAD79 is #CC9966 (or #C96).

RGB color model

#DCAD79 color RGB value is (220,173,121).

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

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 121 of 255 = 47%

220
173
121

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

Portions of RGB colors in percentages

R + G + B =
220 + 173 + 121 = 514 (100%)
R 220 of 514 ~ 42.8%
G 173 of 514 ~ 33.66%
B 121 of 514 ~ 23.54%

%42.8
%33.66
%23.54

CMYK color model

#DCAD79 color CMYK value is (0,21,45,14).

  • cyan value is 0.00%
  • magenta value is 21.36%
  • yellow value is 45.00%
  • key color value is 13.73%
CMYK:
(0,21,45,14)
C0M21Y45K14 
(0%,21%,45%,14%)
(0.00/0.21/0.45/0.14)	

CMYK percentages

%0
%21.36
%45
%13.73

Codes

Color #DCAD79 in popluar color models

DCAD79
RGB220173121
HSL32°58.58%66.86%
HSB/HSV32°45.00%86.27%
CMYK0.00%21.36%45.00%
13.73%

Color #DCAD79 in popluar number systems.

HEXDCAD79
Decimal220173121
Binary11011100101011011111001
Octal334255171

Shades and tints

Shades of #DCAD79

#DCAD79
(220,173,121)
#C89E6E
(200,158,110)
#B48F63
(180,143,99)
#A08058
(160,128,88)
#8C714D
(140,113,77)
#786242
(120,98,66)
#645337
(100,83,55)
#50442C
(80,68,44)
#3C3521
(60,53,33)
#282616
(40,38,22)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #DCAD79

#DCAD79
(220,173,121)
#DFB485
(223,180,133)
#E2BB91
(226,187,145)
#E5C29D
(229,194,157)
#E8C9A9
(232,201,169)
#EBD0B5
(235,208,181)
#EED7C1
(238,215,193)
#F1DECD
(241,222,205)
#F4E5D9
(244,229,217)
#F7ECE5
(247,236,229)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAD79; }

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

This text font color is #DCAD79.


Background Color

.myBgColor { background-color: #DCAD79; }

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

This div background color is #DCAD79.


Border color

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

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

This div border color is #DCAD79.


Opacity

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

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

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

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

This text has shadow with #DCAD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAD79 on black background.


Color preview on white background

This text has color #DCAD79 on white background.



Black color preview on #DCAD79 background

This text has black color on #DCAD79 background.


White color preview on #DCAD79 background

This text has white color on #DCAD79 background.