COLOR #DA8784

HEX: #DA8784
RGB: (218,135,132)

Color info

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

RGB color model

#DA8784 color RGB value is (218,135,132).

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

RGB channels and saturation

R 218 of 255 = 85%
G 135 of 255 = 53%
B 132 of 255 = 52%

218
135
132

R + G + B ~ 63%. #DA8784 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 135 + 132 = 485 (100%)
R 218 of 485 ~ 44.95%
G 135 of 485 ~ 27.84%
B 132 of 485 ~ 27.22%

%44.95
%27.84
%27.22

CMYK color model

#DA8784 color CMYK value is (0,38,39,15).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 39.45%
  • key color value is 14.51%
CMYK:
(0,38,39,15)
C0M38Y39K15 
(0%,38%,39%,15%)
(0.00/0.38/0.39/0.15)	

CMYK percentages

%0
%38.07
%39.45
%14.51

Codes

Color #DA8784 in popluar color models

DA8784
RGB218135132
HSL53.75%68.63%
HSB/HSV39.45%85.49%
CMYK0.00%38.07%39.45%
14.51%

Color #DA8784 in popluar number systems.

HEXDA8784
Decimal218135132
Binary110110101000011110000100
Octal332207204

Shades and tints

Shades of #DA8784

#DA8784
(218,135,132)
#C77B78
(199,123,120)
#B46F6C
(180,111,108)
#A16360
(161,99,96)
#8E5754
(142,87,84)
#7B4B48
(123,75,72)
#683F3C
(104,63,60)
#553330
(85,51,48)
#422724
(66,39,36)
#2F1B18
(47,27,24)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #DA8784

#DA8784
(218,135,132)
#DD918F
(221,145,143)
#E09B9A
(224,155,154)
#E3A5A5
(227,165,165)
#E6AFB0
(230,175,176)
#E9B9BB
(233,185,187)
#ECC3C6
(236,195,198)
#EFCDD1
(239,205,209)
#F2D7DC
(242,215,220)
#F5E1E7
(245,225,231)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8784; }

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

This text font color is #DA8784.


Background Color

.myBgColor { background-color: #DA8784; }

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

This div background color is #DA8784.


Border color

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

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

This div border color is #DA8784.


Opacity

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

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

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

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

This text has shadow with #DA8784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8784 on black background.


Color preview on white background

This text has color #DA8784 on white background.



Black color preview on #DA8784 background

This text has black color on #DA8784 background.


White color preview on #DA8784 background

This text has white color on #DA8784 background.