COLOR #DCA484

HEX: #DCA484
RGB: (220,164,132)

Color info

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

RGB color model

#DCA484 color RGB value is (220,164,132).

  • red value is 220;
  • green value is 164;
  • blue value is 132.
RGB:
(220,164,132)
(86%,64%,52%)

RGB channels and saturation

R 220 of 255 = 86%
G 164 of 255 = 64%
B 132 of 255 = 52%

220
164
132

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

Portions of RGB colors in percentages

R + G + B =
220 + 164 + 132 = 516 (100%)
R 220 of 516 ~ 42.64%
G 164 of 516 ~ 31.78%
B 132 of 516 ~ 25.58%

%42.64
%31.78
%25.58

CMYK color model

#DCA484 color CMYK value is (0,25,40,14).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 40.00%
  • key color value is 13.73%
CMYK:
(0,25,40,14)
C0M25Y40K14 
(0%,25%,40%,14%)
(0.00/0.25/0.40/0.14)	

CMYK percentages

%0
%25.45
%40
%13.73

Codes

Color #DCA484 in popluar color models

DCA484
RGB220164132
HSL22°55.70%69.02%
HSB/HSV22°40.00%86.27%
CMYK0.00%25.45%40.00%
13.73%

Color #DCA484 in popluar number systems.

HEXDCA484
Decimal220164132
Binary110111001010010010000100
Octal334244204

Shades and tints

Shades of #DCA484

#DCA484
(220,164,132)
#C89678
(200,150,120)
#B4886C
(180,136,108)
#A07A60
(160,122,96)
#8C6C54
(140,108,84)
#785E48
(120,94,72)
#64503C
(100,80,60)
#504230
(80,66,48)
#3C3424
(60,52,36)
#282618
(40,38,24)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #DCA484

#DCA484
(220,164,132)
#DFAC8F
(223,172,143)
#E2B49A
(226,180,154)
#E5BCA5
(229,188,165)
#E8C4B0
(232,196,176)
#EBCCBB
(235,204,187)
#EED4C6
(238,212,198)
#F1DCD1
(241,220,209)
#F4E4DC
(244,228,220)
#F7ECE7
(247,236,231)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA484 color. Also use rgb(220,164,132) instead hex code.

Text Font Color

.myTextColor { color: #DCA484; }

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

This text font color is #DCA484.


Background Color

.myBgColor { background-color: #DCA484; }

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

This div background color is #DCA484.


Border color

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

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

This div border color is #DCA484.


Opacity

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

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

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

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

This text has shadow with #DCA484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA484 on black background.


Color preview on white background

This text has color #DCA484 on white background.



Black color preview on #DCA484 background

This text has black color on #DCA484 background.


White color preview on #DCA484 background

This text has white color on #DCA484 background.