COLOR #DCA974

HEX: #DCA974
RGB: (220,169,116)

Color info

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

RGB color model

#DCA974 color RGB value is (220,169,116).

  • red value is 220;
  • green value is 169;
  • blue value is 116.
RGB:
(220,169,116)
(86%,66%,45%)

RGB channels and saturation

R 220 of 255 = 86%
G 169 of 255 = 66%
B 116 of 255 = 45%

220
169
116

R + G + B ~ 66%. #DCA974 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 169 + 116 = 505 (100%)
R 220 of 505 ~ 43.56%
G 169 of 505 ~ 33.47%
B 116 of 505 ~ 22.97%

%43.56
%33.47
%22.97

CMYK color model

#DCA974 color CMYK value is (0,23,47,14).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 47.27%
  • key color value is 13.73%
CMYK:
(0,23,47,14)
C0M23Y47K14 
(0%,23%,47%,14%)
(0.00/0.23/0.47/0.14)	

CMYK percentages

%0
%23.18
%47.27
%13.73

Codes

Color #DCA974 in popluar color models

DCA974
RGB220169116
HSL31°59.77%65.88%
HSB/HSV31°47.27%86.27%
CMYK0.00%23.18%47.27%
13.73%

Color #DCA974 in popluar number systems.

HEXDCA974
Decimal220169116
Binary11011100101010011110100
Octal334251164

Shades and tints

Shades of #DCA974

#DCA974
(220,169,116)
#C89A6A
(200,154,106)
#B48B60
(180,139,96)
#A07C56
(160,124,86)
#8C6D4C
(140,109,76)
#785E42
(120,94,66)
#644F38
(100,79,56)
#50402E
(80,64,46)
#3C3124
(60,49,36)
#28221A
(40,34,26)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #DCA974

#DCA974
(220,169,116)
#DFB080
(223,176,128)
#E2B78C
(226,183,140)
#E5BE98
(229,190,152)
#E8C5A4
(232,197,164)
#EBCCB0
(235,204,176)
#EED3BC
(238,211,188)
#F1DAC8
(241,218,200)
#F4E1D4
(244,225,212)
#F7E8E0
(247,232,224)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA974 color. Also use rgb(220,169,116) instead hex code.

Text Font Color

.myTextColor { color: #DCA974; }

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

This text font color is #DCA974.


Background Color

.myBgColor { background-color: #DCA974; }

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

This div background color is #DCA974.


Border color

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

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

This div border color is #DCA974.


Opacity

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

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

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

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

This text has shadow with #DCA974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA974 on black background.


Color preview on white background

This text has color #DCA974 on white background.



Black color preview on #DCA974 background

This text has black color on #DCA974 background.


White color preview on #DCA974 background

This text has white color on #DCA974 background.