COLOR #DA9C9B

HEX: #DA9C9B
RGB: (218,156,155)

Color info

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

RGB color model

#DA9C9B color RGB value is (218,156,155).

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

RGB channels and saturation

R 218 of 255 = 85%
G 156 of 255 = 61%
B 155 of 255 = 61%

218
156
155

R + G + B ~ 69%. #DA9C9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 156 + 155 = 529 (100%)
R 218 of 529 ~ 41.21%
G 156 of 529 ~ 29.49%
B 155 of 529 ~ 29.3%

%41.21
%29.49
%29.3

CMYK color model

#DA9C9B color CMYK value is (0,28,29,15).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 28.90%
  • key color value is 14.51%
CMYK:
(0,28,29,15)
C0M28Y29K15 
(0%,28%,29%,15%)
(0.00/0.28/0.29/0.15)	

CMYK percentages

%0
%28.44
%28.9
%14.51

Codes

Color #DA9C9B in popluar color models

DA9C9B
RGB218156155
HSL45.99%73.14%
HSB/HSV28.90%85.49%
CMYK0.00%28.44%28.90%
14.51%

Color #DA9C9B in popluar number systems.

HEXDA9C9B
Decimal218156155
Binary110110101001110010011011
Octal332234233

Shades and tints

Shades of #DA9C9B

#DA9C9B
(218,156,155)
#C78E8D
(199,142,141)
#B4807F
(180,128,127)
#A17271
(161,114,113)
#8E6463
(142,100,99)
#7B5655
(123,86,85)
#684847
(104,72,71)
#553A39
(85,58,57)
#422C2B
(66,44,43)
#2F1E1D
(47,30,29)
#1C100F
(28,16,15)
#000000
(0,0,0)

Tints of #DA9C9B

#DA9C9B
(218,156,155)
#DDA5A4
(221,165,164)
#E0AEAD
(224,174,173)
#E3B7B6
(227,183,182)
#E6C0BF
(230,192,191)
#E9C9C8
(233,201,200)
#ECD2D1
(236,210,209)
#EFDBDA
(239,219,218)
#F2E4E3
(242,228,227)
#F5EDEC
(245,237,236)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9C9B; }

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

This text font color is #DA9C9B.


Background Color

.myBgColor { background-color: #DA9C9B; }

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

This div background color is #DA9C9B.


Border color

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

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

This div border color is #DA9C9B.


Opacity

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

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

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

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

This text has shadow with #DA9C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9C9B on black background.


Color preview on white background

This text has color #DA9C9B on white background.



Black color preview on #DA9C9B background

This text has black color on #DA9C9B background.


White color preview on #DA9C9B background

This text has white color on #DA9C9B background.