COLOR #DCAA96

HEX: #DCAA96 RGB: (220,170,150)

Color info

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

RGB color model

#DCAA96 color RGB value is (220,170,150).

RGB: (220,170,150) (86%, 67%, 59%)

RGB channels and saturation

R 220 of 255 = 86%
G 170 of 255 = 67%
B 150 of 255 = 59%

220
170
150

R + G + B ~ 71%. #DCAA96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 170 + 150 = 540 (100%)
R 220 of 540 ~ 40.74%
G 170 of 540 ~ 31.48%
B 150 of 540 ~ 27.78'%

%40.74
%31.48
%27.78

CMYK color model

#DCAA96 color CMYK value is (0,23,32,14).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK: (0,23,32,14) C0M23Y32K14 (0%,23%,32%,14%) (0.00/0.23/0.32/0.14) 

CMYK percentages

%0
%22.73
%31.82
%13.73

Codes

Color #DCAA96 in popluar color models

DC AA 96
RGB 220 170 150
HSL 17° 50.00% 72.55%
HSB/HSV 17° 31.82% 86.27%
CMYK 0.00% 22.73% 31.82%
13.73%

Color #DCAA96 in popluar number systems.

HEX DC AA 96
Decimal 220 170 150
Binary 11011100 10101010 10010110
Octal 334 252 226

Shades and tints

Shades of #DCAA96

#DCAA96
(220,170,150)
#C89B89
(200,155,137)
#B48C7C
(180,140,124)
#A07D6F
(160,125,111)
#8C6E62
(140,110,98)
#785F55
(120,95,85)
#645048
(100,80,72)
#50413B
(80,65,59)
#3C322E
(60,50,46)
#282321
(40,35,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #DCAA96

#DCAA96
(220,170,150)
#DFB19F
(223,177,159)
#E2B8A8
(226,184,168)
#E5BFB1
(229,191,177)
#E8C6BA
(232,198,186)
#EBCDC3
(235,205,195)
#EED4CC
(238,212,204)
#F1DBD5
(241,219,213)
#F4E2DE
(244,226,222)
#F7E9E7
(247,233,231)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAA96 color. Also use rgb(220,170,150) instead hex code.

Text Font Color

.myTextColor { color: #DCAA96; }

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

This text font color is #DCAA96.

Background Color

.myBgColor { background-color: #DCAA96; }

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

This div background color is #DCAA96.

Border color

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

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

This div border color is #DCAA96.

Opacity

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

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

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

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

This text has shadow with #DCAA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCAA96.

Preview

Color preview on black background

This text has color #DCAA96 on black background.


Color preview on white background

This text has color #DCAA96 on white background.


Black color preview on #DCAA96 background

This text has black color on #DCAA96 background.


White color preview on #DCAA96 background

This text has white color on #DCAA96 background.


Related colors

Complementary color

Complementary color for #hex is #235569.


I love getcolorcode.com

Triadic colors

1 #96DCAA and #AA96DC with #DCAA96 are triadic colors.

2 #96AADC and #AADC96 with #DCAA96 are triadic colors.