COLOR #DCA574

HEX: #DCA574
RGB: (220,165,116)

Color info

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

RGB color model

#DCA574 color RGB value is (220,165,116).

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

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 116 of 255 = 45%

220
165
116

R + G + B ~ 65%. #DCA574 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 116 = 501 (100%)
R 220 of 501 ~ 43.91%
G 165 of 501 ~ 32.93%
B 116 of 501 ~ 23.15%

%43.91
%32.93
%23.15

CMYK color model

#DCA574 color CMYK value is (0,25,47,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 47.27%
  • key color value is 13.73%
CMYK:
(0,25,47,14)
C0M25Y47K14 
(0%,25%,47%,14%)
(0.00/0.25/0.47/0.14)	

CMYK percentages

%0
%25
%47.27
%13.73

Codes

Color #DCA574 in popluar color models

DCA574
RGB220165116
HSL28°59.77%65.88%
HSB/HSV28°47.27%86.27%
CMYK0.00%25.00%47.27%
13.73%

Color #DCA574 in popluar number systems.

HEXDCA574
Decimal220165116
Binary11011100101001011110100
Octal334245164

Shades and tints

Shades of #DCA574

#DCA574
(220,165,116)
#C8966A
(200,150,106)
#B48760
(180,135,96)
#A07856
(160,120,86)
#8C694C
(140,105,76)
#785A42
(120,90,66)
#644B38
(100,75,56)
#503C2E
(80,60,46)
#3C2D24
(60,45,36)
#281E1A
(40,30,26)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #DCA574

#DCA574
(220,165,116)
#DFAD80
(223,173,128)
#E2B58C
(226,181,140)
#E5BD98
(229,189,152)
#E8C5A4
(232,197,164)
#EBCDB0
(235,205,176)
#EED5BC
(238,213,188)
#F1DDC8
(241,221,200)
#F4E5D4
(244,229,212)
#F7EDE0
(247,237,224)
#FAF5EC
(250,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA574; }

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

This text font color is #DCA574.


Background Color

.myBgColor { background-color: #DCA574; }

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

This div background color is #DCA574.


Border color

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

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

This div border color is #DCA574.


Opacity

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

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

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

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

This text has shadow with #DCA574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA574 on black background.


Color preview on white background

This text has color #DCA574 on white background.



Black color preview on #DCA574 background

This text has black color on #DCA574 background.


White color preview on #DCA574 background

This text has white color on #DCA574 background.