COLOR #DA9E84

HEX: #DA9E84
RGB: (218,158,132)

Color info

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

RGB color model

#DA9E84 color RGB value is (218,158,132).

  • red value is 218;
  • green value is 158;
  • blue value is 132.
RGB:
(218,158,132)
(85%,62%,52%)

RGB channels and saturation

R 218 of 255 = 85%
G 158 of 255 = 62%
B 132 of 255 = 52%

218
158
132

R + G + B ~ 66%. #DA9E84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 158 + 132 = 508 (100%)
R 218 of 508 ~ 42.91%
G 158 of 508 ~ 31.1%
B 132 of 508 ~ 25.98%

%42.91
%31.1
%25.98

CMYK color model

#DA9E84 color CMYK value is (0,28,39,15).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 39.45%
  • key color value is 14.51%
CMYK:
(0,28,39,15)
C0M28Y39K15 
(0%,28%,39%,15%)
(0.00/0.28/0.39/0.15)	

CMYK percentages

%0
%27.52
%39.45
%14.51

Codes

Color #DA9E84 in popluar color models

DA9E84
RGB218158132
HSL18°53.75%68.63%
HSB/HSV18°39.45%85.49%
CMYK0.00%27.52%39.45%
14.51%

Color #DA9E84 in popluar number systems.

HEXDA9E84
Decimal218158132
Binary110110101001111010000100
Octal332236204

Shades and tints

Shades of #DA9E84

#DA9E84
(218,158,132)
#C79078
(199,144,120)
#B4826C
(180,130,108)
#A17460
(161,116,96)
#8E6654
(142,102,84)
#7B5848
(123,88,72)
#684A3C
(104,74,60)
#553C30
(85,60,48)
#422E24
(66,46,36)
#2F2018
(47,32,24)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #DA9E84

#DA9E84
(218,158,132)
#DDA68F
(221,166,143)
#E0AE9A
(224,174,154)
#E3B6A5
(227,182,165)
#E6BEB0
(230,190,176)
#E9C6BB
(233,198,187)
#ECCEC6
(236,206,198)
#EFD6D1
(239,214,209)
#F2DEDC
(242,222,220)
#F5E6E7
(245,230,231)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9E84 color. Also use rgb(218,158,132) instead hex code.

Text Font Color

.myTextColor { color: #DA9E84; }

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

This text font color is #DA9E84.


Background Color

.myBgColor { background-color: #DA9E84; }

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

This div background color is #DA9E84.


Border color

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

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

This div border color is #DA9E84.


Opacity

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

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

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

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

This text has shadow with #DA9E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9E84 on black background.


Color preview on white background

This text has color #DA9E84 on white background.



Black color preview on #DA9E84 background

This text has black color on #DA9E84 background.


White color preview on #DA9E84 background

This text has white color on #DA9E84 background.