COLOR #DCA594

HEX: #DCA594 RGB: (220,165,148)

Color info

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

RGB color model

#DCA594 color RGB value is (220,165,148).

RGB: (220,165,148) (86%, 65%, 58%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 148 of 255 = 58%

220
165
148

R + G + B ~ 70%. #DCA594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 165 + 148 = 533 (100%)
R 220 of 533 ~ 41.28%
G 165 of 533 ~ 30.96%
B 148 of 533 ~ 27.77'%

%41.28
%30.96
%27.77

CMYK color model

#DCA594 color CMYK value is (0,25,33,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 32.73%
  • key color value is 13.73%
CMYK: (0,25,33,14) C0M25Y33K14 (0%,25%,33%,14%) (0.00/0.25/0.33/0.14) 

CMYK percentages

%0
%25
%32.73
%13.73

Codes

Color #DCA594 in popluar color models

DC A5 94
RGB 220 165 148
HSL 14° 50.70% 72.16%
HSB/HSV 14° 32.73% 86.27%
CMYK 0.00% 25.00% 32.73%
13.73%

Color #DCA594 in popluar number systems.

HEX DC A5 94
Decimal 220 165 148
Binary 11011100 10100101 10010100
Octal 334 245 224

Shades and tints

Shades of #DCA594

#DCA594
(220,165,148)
#C89687
(200,150,135)
#B4877A
(180,135,122)
#A0786D
(160,120,109)
#8C6960
(140,105,96)
#785A53
(120,90,83)
#644B46
(100,75,70)
#503C39
(80,60,57)
#3C2D2C
(60,45,44)
#281E1F
(40,30,31)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #DCA594

#DCA594
(220,165,148)
#DFAD9D
(223,173,157)
#E2B5A6
(226,181,166)
#E5BDAF
(229,189,175)
#E8C5B8
(232,197,184)
#EBCDC1
(235,205,193)
#EED5CA
(238,213,202)
#F1DDD3
(241,221,211)
#F4E5DC
(244,229,220)
#F7EDE5
(247,237,229)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA594; }

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

This text font color is #DCA594.

Background Color

.myBgColor { background-color: #DCA594; }

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

This div background color is #DCA594.

Border color

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

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

This div border color is #DCA594.

Opacity

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

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

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

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

This text has shadow with #DCA594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA594.

Preview

Color preview on black background

This text has color #DCA594 on black background.


Color preview on white background

This text has color #DCA594 on white background.


Black color preview on #DCA594 background

This text has black color on #DCA594 background.


White color preview on #DCA594 background

This text has white color on #DCA594 background.


Related colors

Complementary color

Complementary color for #hex is #235A6B.


I love getcolorcode.com

Triadic colors

1 #94DCA5 and #A594DC with #DCA594 are triadic colors.

2 #94A5DC and #A5DC94 with #DCA594 are triadic colors.