COLOR #DC8976

HEX: #DC8976
RGB: (220,137,118)

Color info

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

RGB color model

#DC8976 color RGB value is (220,137,118).

  • red value is 220;
  • green value is 137;
  • blue value is 118.
RGB:
(220,137,118)
(86%,54%,46%)

RGB channels and saturation

R 220 of 255 = 86%
G 137 of 255 = 54%
B 118 of 255 = 46%

220
137
118

R + G + B ~ 62%. #DC8976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 137 + 118 = 475 (100%)
R 220 of 475 ~ 46.32%
G 137 of 475 ~ 28.84%
B 118 of 475 ~ 24.84%

%46.32
%28.84
%24.84

CMYK color model

#DC8976 color CMYK value is (0,38,46,14).

  • cyan value is 0.00%
  • magenta value is 37.73%
  • yellow value is 46.36%
  • key color value is 13.73%
CMYK:
(0,38,46,14)
C0M38Y46K14 
(0%,38%,46%,14%)
(0.00/0.38/0.46/0.14)	

CMYK percentages

%0
%37.73
%46.36
%13.73

Codes

Color #DC8976 in popluar color models

DC8976
RGB220137118
HSL11°59.30%66.27%
HSB/HSV11°46.36%86.27%
CMYK0.00%37.73%46.36%
13.73%

Color #DC8976 in popluar number systems.

HEXDC8976
Decimal220137118
Binary11011100100010011110110
Octal334211166

Shades and tints

Shades of #DC8976

#DC8976
(220,137,118)
#C87D6C
(200,125,108)
#B47162
(180,113,98)
#A06558
(160,101,88)
#8C594E
(140,89,78)
#784D44
(120,77,68)
#64413A
(100,65,58)
#503530
(80,53,48)
#3C2926
(60,41,38)
#281D1C
(40,29,28)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #DC8976

#DC8976
(220,137,118)
#DF9382
(223,147,130)
#E29D8E
(226,157,142)
#E5A79A
(229,167,154)
#E8B1A6
(232,177,166)
#EBBBB2
(235,187,178)
#EEC5BE
(238,197,190)
#F1CFCA
(241,207,202)
#F4D9D6
(244,217,214)
#F7E3E2
(247,227,226)
#FAEDEE
(250,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8976 color. Also use rgb(220,137,118) instead hex code.

Text Font Color

.myTextColor { color: #DC8976; }

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

This text font color is #DC8976.


Background Color

.myBgColor { background-color: #DC8976; }

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

This div background color is #DC8976.


Border color

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

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

This div border color is #DC8976.


Opacity

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

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

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

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

This text has shadow with #DC8976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8976 on black background.


Color preview on white background

This text has color #DC8976 on white background.



Black color preview on #DC8976 background

This text has black color on #DC8976 background.


White color preview on #DC8976 background

This text has white color on #DC8976 background.