COLOR #DA8776

HEX: #DA8776
RGB: (218,135,118)

Color info

#DA8776 contains mainly red color. Web safe color of #DA8776 is #CC9966 (or #C96).

RGB color model

#DA8776 color RGB value is (218,135,118).

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

RGB channels and saturation

R 218 of 255 = 85%
G 135 of 255 = 53%
B 118 of 255 = 46%

218
135
118

R + G + B ~ 61%. #DA8776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 135 + 118 = 471 (100%)
R 218 of 471 ~ 46.28%
G 135 of 471 ~ 28.66%
B 118 of 471 ~ 25.05%

%46.28
%28.66
%25.05

CMYK color model

#DA8776 color CMYK value is (0,38,46,15).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 45.87%
  • key color value is 14.51%
CMYK:
(0,38,46,15)
C0M38Y46K15 
(0%,38%,46%,15%)
(0.00/0.38/0.46/0.15)	

CMYK percentages

%0
%38.07
%45.87
%14.51

Codes

Color #DA8776 in popluar color models

DA8776
RGB218135118
HSL10°57.47%65.88%
HSB/HSV10°45.87%85.49%
CMYK0.00%38.07%45.87%
14.51%

Color #DA8776 in popluar number systems.

HEXDA8776
Decimal218135118
Binary11011010100001111110110
Octal332207166

Shades and tints

Shades of #DA8776

#DA8776
(218,135,118)
#C77B6C
(199,123,108)
#B46F62
(180,111,98)
#A16358
(161,99,88)
#8E574E
(142,87,78)
#7B4B44
(123,75,68)
#683F3A
(104,63,58)
#553330
(85,51,48)
#422726
(66,39,38)
#2F1B1C
(47,27,28)
#1C0F12
(28,15,18)
#000000
(0,0,0)

Tints of #DA8776

#DA8776
(218,135,118)
#DD9182
(221,145,130)
#E09B8E
(224,155,142)
#E3A59A
(227,165,154)
#E6AFA6
(230,175,166)
#E9B9B2
(233,185,178)
#ECC3BE
(236,195,190)
#EFCDCA
(239,205,202)
#F2D7D6
(242,215,214)
#F5E1E2
(245,225,226)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8776; }

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

This text font color is #DA8776.


Background Color

.myBgColor { background-color: #DA8776; }

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

This div background color is #DA8776.


Border color

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

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

This div border color is #DA8776.


Opacity

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

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

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

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

This text has shadow with #DA8776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8776 on black background.


Color preview on white background

This text has color #DA8776 on white background.



Black color preview on #DA8776 background

This text has black color on #DA8776 background.


White color preview on #DA8776 background

This text has white color on #DA8776 background.