COLOR #DA9586

HEX: #DA9586
RGB: (218,149,134)

Color info

#DA9586 contains mainly red color. Web safe color of #DA9586 is #CC9999 (or #C99).

RGB color model

#DA9586 color RGB value is (218,149,134).

  • red value is 218;
  • green value is 149;
  • blue value is 134.
RGB:
(218,149,134)
(85%,58%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 149 of 255 = 58%
B 134 of 255 = 53%

218
149
134

R + G + B ~ 65%. #DA9586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 149 + 134 = 501 (100%)
R 218 of 501 ~ 43.51%
G 149 of 501 ~ 29.74%
B 134 of 501 ~ 26.75%

%43.51
%29.74
%26.75

CMYK color model

#DA9586 color CMYK value is (0,32,39,15).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 38.53%
  • key color value is 14.51%
CMYK:
(0,32,39,15)
C0M32Y39K15 
(0%,32%,39%,15%)
(0.00/0.32/0.39/0.15)	

CMYK percentages

%0
%31.65
%38.53
%14.51

Codes

Color #DA9586 in popluar color models

DA9586
RGB218149134
HSL11°53.16%69.02%
HSB/HSV11°38.53%85.49%
CMYK0.00%31.65%38.53%
14.51%

Color #DA9586 in popluar number systems.

HEXDA9586
Decimal218149134
Binary110110101001010110000110
Octal332225206

Shades and tints

Shades of #DA9586

#DA9586
(218,149,134)
#C7887A
(199,136,122)
#B47B6E
(180,123,110)
#A16E62
(161,110,98)
#8E6156
(142,97,86)
#7B544A
(123,84,74)
#68473E
(104,71,62)
#553A32
(85,58,50)
#422D26
(66,45,38)
#2F201A
(47,32,26)
#1C130E
(28,19,14)
#000000
(0,0,0)

Tints of #DA9586

#DA9586
(218,149,134)
#DD9E91
(221,158,145)
#E0A79C
(224,167,156)
#E3B0A7
(227,176,167)
#E6B9B2
(230,185,178)
#E9C2BD
(233,194,189)
#ECCBC8
(236,203,200)
#EFD4D3
(239,212,211)
#F2DDDE
(242,221,222)
#F5E6E9
(245,230,233)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9586 color. Also use rgb(218,149,134) instead hex code.

Text Font Color

.myTextColor { color: #DA9586; }

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

This text font color is #DA9586.


Background Color

.myBgColor { background-color: #DA9586; }

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

This div background color is #DA9586.


Border color

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

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

This div border color is #DA9586.


Opacity

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

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

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

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

This text has shadow with #DA9586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9586 on black background.


Color preview on white background

This text has color #DA9586 on white background.



Black color preview on #DA9586 background

This text has black color on #DA9586 background.


White color preview on #DA9586 background

This text has white color on #DA9586 background.