COLOR #DA9C94

HEX: #DA9C94
RGB: (218,156,148)

Color info

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

RGB color model

#DA9C94 color RGB value is (218,156,148).

  • red value is 218;
  • green value is 156;
  • blue value is 148.
RGB:
(218,156,148)
(85%,61%,58%)

RGB channels and saturation

R 218 of 255 = 85%
G 156 of 255 = 61%
B 148 of 255 = 58%

218
156
148

R + G + B ~ 68%. #DA9C94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 156 + 148 = 522 (100%)
R 218 of 522 ~ 41.76%
G 156 of 522 ~ 29.89%
B 148 of 522 ~ 28.35%

%41.76
%29.89
%28.35

CMYK color model

#DA9C94 color CMYK value is (0,28,32,15).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 32.11%
  • key color value is 14.51%
CMYK:
(0,28,32,15)
C0M28Y32K15 
(0%,28%,32%,15%)
(0.00/0.28/0.32/0.15)	

CMYK percentages

%0
%28.44
%32.11
%14.51

Codes

Color #DA9C94 in popluar color models

DA9C94
RGB218156148
HSL48.61%71.76%
HSB/HSV32.11%85.49%
CMYK0.00%28.44%32.11%
14.51%

Color #DA9C94 in popluar number systems.

HEXDA9C94
Decimal218156148
Binary110110101001110010010100
Octal332234224

Shades and tints

Shades of #DA9C94

#DA9C94
(218,156,148)
#C78E87
(199,142,135)
#B4807A
(180,128,122)
#A1726D
(161,114,109)
#8E6460
(142,100,96)
#7B5653
(123,86,83)
#684846
(104,72,70)
#553A39
(85,58,57)
#422C2C
(66,44,44)
#2F1E1F
(47,30,31)
#1C1012
(28,16,18)
#000000
(0,0,0)

Tints of #DA9C94

#DA9C94
(218,156,148)
#DDA59D
(221,165,157)
#E0AEA6
(224,174,166)
#E3B7AF
(227,183,175)
#E6C0B8
(230,192,184)
#E9C9C1
(233,201,193)
#ECD2CA
(236,210,202)
#EFDBD3
(239,219,211)
#F2E4DC
(242,228,220)
#F5EDE5
(245,237,229)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9C94 color. Also use rgb(218,156,148) instead hex code.

Text Font Color

.myTextColor { color: #DA9C94; }

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

This text font color is #DA9C94.


Background Color

.myBgColor { background-color: #DA9C94; }

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

This div background color is #DA9C94.


Border color

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

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

This div border color is #DA9C94.


Opacity

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

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

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

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

This text has shadow with #DA9C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9C94 on black background.


Color preview on white background

This text has color #DA9C94 on white background.



Black color preview on #DA9C94 background

This text has black color on #DA9C94 background.


White color preview on #DA9C94 background

This text has white color on #DA9C94 background.