COLOR #DA8C8A

HEX: #DA8C8A
RGB: (218,140,138)

Color info

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

RGB color model

#DA8C8A color RGB value is (218,140,138).

  • red value is 218;
  • green value is 140;
  • blue value is 138.
RGB:
(218,140,138)
(85%,55%,54%)

RGB channels and saturation

R 218 of 255 = 85%
G 140 of 255 = 55%
B 138 of 255 = 54%

218
140
138

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

Portions of RGB colors in percentages

R + G + B =
218 + 140 + 138 = 496 (100%)
R 218 of 496 ~ 43.95%
G 140 of 496 ~ 28.23%
B 138 of 496 ~ 27.82%

%43.95
%28.23
%27.82

CMYK color model

#DA8C8A color CMYK value is (0,36,37,15).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 36.70%
  • key color value is 14.51%
CMYK:
(0,36,37,15)
C0M36Y37K15 
(0%,36%,37%,15%)
(0.00/0.36/0.37/0.15)	

CMYK percentages

%0
%35.78
%36.7
%14.51

Codes

Color #DA8C8A in popluar color models

DA8C8A
RGB218140138
HSL51.95%69.80%
HSB/HSV36.70%85.49%
CMYK0.00%35.78%36.70%
14.51%

Color #DA8C8A in popluar number systems.

HEXDA8C8A
Decimal218140138
Binary110110101000110010001010
Octal332214212

Shades and tints

Shades of #DA8C8A

#DA8C8A
(218,140,138)
#C7807E
(199,128,126)
#B47472
(180,116,114)
#A16866
(161,104,102)
#8E5C5A
(142,92,90)
#7B504E
(123,80,78)
#684442
(104,68,66)
#553836
(85,56,54)
#422C2A
(66,44,42)
#2F201E
(47,32,30)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DA8C8A

#DA8C8A
(218,140,138)
#DD9694
(221,150,148)
#E0A09E
(224,160,158)
#E3AAA8
(227,170,168)
#E6B4B2
(230,180,178)
#E9BEBC
(233,190,188)
#ECC8C6
(236,200,198)
#EFD2D0
(239,210,208)
#F2DCDA
(242,220,218)
#F5E6E4
(245,230,228)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8C8A color. Also use rgb(218,140,138) instead hex code.

Text Font Color

.myTextColor { color: #DA8C8A; }

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

This text font color is #DA8C8A.


Background Color

.myBgColor { background-color: #DA8C8A; }

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

This div background color is #DA8C8A.


Border color

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

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

This div border color is #DA8C8A.


Opacity

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

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

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

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

This text has shadow with #DA8C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8C8A on black background.


Color preview on white background

This text has color #DA8C8A on white background.



Black color preview on #DA8C8A background

This text has black color on #DA8C8A background.


White color preview on #DA8C8A background

This text has white color on #DA8C8A background.