COLOR #DCA964

HEX: #DCA964
RGB: (220,169,100)

Color info

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

RGB color model

#DCA964 color RGB value is (220,169,100).

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

RGB channels and saturation

R 220 of 255 = 86%
G 169 of 255 = 66%
B 100 of 255 = 39%

220
169
100

R + G + B ~ 64%. #DCA964 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 169 + 100 = 489 (100%)
R 220 of 489 ~ 44.99%
G 169 of 489 ~ 34.56%
B 100 of 489 ~ 20.45%

%44.99
%34.56
%20.45

CMYK color model

#DCA964 color CMYK value is (0,23,55,14).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 54.55%
  • key color value is 13.73%
CMYK:
(0,23,55,14)
C0M23Y55K14 
(0%,23%,55%,14%)
(0.00/0.23/0.55/0.14)	

CMYK percentages

%0
%23.18
%54.55
%13.73

Codes

Color #DCA964 in popluar color models

DCA964
RGB220169100
HSL35°63.16%62.75%
HSB/HSV35°54.55%86.27%
CMYK0.00%23.18%54.55%
13.73%

Color #DCA964 in popluar number systems.

HEXDCA964
Decimal220169100
Binary11011100101010011100100
Octal334251144

Shades and tints

Shades of #DCA964

#DCA964
(220,169,100)
#C89A5B
(200,154,91)
#B48B52
(180,139,82)
#A07C49
(160,124,73)
#8C6D40
(140,109,64)
#785E37
(120,94,55)
#644F2E
(100,79,46)
#504025
(80,64,37)
#3C311C
(60,49,28)
#282213
(40,34,19)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #DCA964

#DCA964
(220,169,100)
#DFB072
(223,176,114)
#E2B780
(226,183,128)
#E5BE8E
(229,190,142)
#E8C59C
(232,197,156)
#EBCCAA
(235,204,170)
#EED3B8
(238,211,184)
#F1DAC6
(241,218,198)
#F4E1D4
(244,225,212)
#F7E8E2
(247,232,226)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA964; }

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

This text font color is #DCA964.


Background Color

.myBgColor { background-color: #DCA964; }

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

This div background color is #DCA964.


Border color

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

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

This div border color is #DCA964.


Opacity

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

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

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

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

This text has shadow with #DCA964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA964 on black background.


Color preview on white background

This text has color #DCA964 on white background.



Black color preview on #DCA964 background

This text has black color on #DCA964 background.


White color preview on #DCA964 background

This text has white color on #DCA964 background.