COLOR #DCA492

HEX: #DCA492
RGB: (220,164,146)

Color info

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

RGB color model

#DCA492 color RGB value is (220,164,146).

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

RGB channels and saturation

R 220 of 255 = 86%
G 164 of 255 = 64%
B 146 of 255 = 57%

220
164
146

R + G + B ~ 69%. #DCA492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 164 + 146 = 530 (100%)
R 220 of 530 ~ 41.51%
G 164 of 530 ~ 30.94%
B 146 of 530 ~ 27.55%

%41.51
%30.94
%27.55

CMYK color model

#DCA492 color CMYK value is (0,25,34,14).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 33.64%
  • key color value is 13.73%
CMYK:
(0,25,34,14)
C0M25Y34K14 
(0%,25%,34%,14%)
(0.00/0.25/0.34/0.14)	

CMYK percentages

%0
%25.45
%33.64
%13.73

Codes

Color #DCA492 in popluar color models

DCA492
RGB220164146
HSL15°51.39%71.76%
HSB/HSV15°33.64%86.27%
CMYK0.00%25.45%33.64%
13.73%

Color #DCA492 in popluar number systems.

HEXDCA492
Decimal220164146
Binary110111001010010010010010
Octal334244222

Shades and tints

Shades of #DCA492

#DCA492
(220,164,146)
#C89685
(200,150,133)
#B48878
(180,136,120)
#A07A6B
(160,122,107)
#8C6C5E
(140,108,94)
#785E51
(120,94,81)
#645044
(100,80,68)
#504237
(80,66,55)
#3C342A
(60,52,42)
#28261D
(40,38,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #DCA492

#DCA492
(220,164,146)
#DFAC9B
(223,172,155)
#E2B4A4
(226,180,164)
#E5BCAD
(229,188,173)
#E8C4B6
(232,196,182)
#EBCCBF
(235,204,191)
#EED4C8
(238,212,200)
#F1DCD1
(241,220,209)
#F4E4DA
(244,228,218)
#F7ECE3
(247,236,227)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA492; }

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

This text font color is #DCA492.


Background Color

.myBgColor { background-color: #DCA492; }

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

This div background color is #DCA492.


Border color

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

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

This div border color is #DCA492.


Opacity

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

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

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

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

This text has shadow with #DCA492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA492 on black background.


Color preview on white background

This text has color #DCA492 on white background.



Black color preview on #DCA492 background

This text has black color on #DCA492 background.


White color preview on #DCA492 background

This text has white color on #DCA492 background.