COLOR #DCAB93

HEX: #DCAB93
RGB: (220,171,147)

Color info

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

RGB color model

#DCAB93 color RGB value is (220,171,147).

  • red value is 220;
  • green value is 171;
  • blue value is 147.
RGB:
(220,171,147)
(86%,67%,58%)

RGB channels and saturation

R 220 of 255 = 86%
G 171 of 255 = 67%
B 147 of 255 = 58%

220
171
147

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

Portions of RGB colors in percentages

R + G + B =
220 + 171 + 147 = 538 (100%)
R 220 of 538 ~ 40.89%
G 171 of 538 ~ 31.78%
B 147 of 538 ~ 27.32%

%40.89
%31.78
%27.32

CMYK color model

#DCAB93 color CMYK value is (0,22,33,14).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 33.18%
  • key color value is 13.73%
CMYK:
(0,22,33,14)
C0M22Y33K14 
(0%,22%,33%,14%)
(0.00/0.22/0.33/0.14)	

CMYK percentages

%0
%22.27
%33.18
%13.73

Codes

Color #DCAB93 in popluar color models

DCAB93
RGB220171147
HSL20°51.05%71.96%
HSB/HSV20°33.18%86.27%
CMYK0.00%22.27%33.18%
13.73%

Color #DCAB93 in popluar number systems.

HEXDCAB93
Decimal220171147
Binary110111001010101110010011
Octal334253223

Shades and tints

Shades of #DCAB93

#DCAB93
(220,171,147)
#C89C86
(200,156,134)
#B48D79
(180,141,121)
#A07E6C
(160,126,108)
#8C6F5F
(140,111,95)
#786052
(120,96,82)
#645145
(100,81,69)
#504238
(80,66,56)
#3C332B
(60,51,43)
#28241E
(40,36,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #DCAB93

#DCAB93
(220,171,147)
#DFB29C
(223,178,156)
#E2B9A5
(226,185,165)
#E5C0AE
(229,192,174)
#E8C7B7
(232,199,183)
#EBCEC0
(235,206,192)
#EED5C9
(238,213,201)
#F1DCD2
(241,220,210)
#F4E3DB
(244,227,219)
#F7EAE4
(247,234,228)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAB93 color. Also use rgb(220,171,147) instead hex code.

Text Font Color

.myTextColor { color: #DCAB93; }

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

This text font color is #DCAB93.


Background Color

.myBgColor { background-color: #DCAB93; }

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

This div background color is #DCAB93.


Border color

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

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

This div border color is #DCAB93.


Opacity

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

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

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

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

This text has shadow with #DCAB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAB93 on black background.


Color preview on white background

This text has color #DCAB93 on white background.



Black color preview on #DCAB93 background

This text has black color on #DCAB93 background.


White color preview on #DCAB93 background

This text has white color on #DCAB93 background.