COLOR #DC8C8A

HEX: #DC8C8A
RGB: (220,140,138)

Color info

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

RGB color model

#DC8C8A color RGB value is (220,140,138).

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

RGB channels and saturation

R 220 of 255 = 86%
G 140 of 255 = 55%
B 138 of 255 = 54%

220
140
138

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

Portions of RGB colors in percentages

R + G + B =
220 + 140 + 138 = 498 (100%)
R 220 of 498 ~ 44.18%
G 140 of 498 ~ 28.11%
B 138 of 498 ~ 27.71%

%44.18
%28.11
%27.71

CMYK color model

#DC8C8A color CMYK value is (0,36,37,14).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 37.27%
  • key color value is 13.73%
CMYK:
(0,36,37,14)
C0M36Y37K14 
(0%,36%,37%,14%)
(0.00/0.36/0.37/0.14)	

CMYK percentages

%0
%36.36
%37.27
%13.73

Codes

Color #DC8C8A in popluar color models

DC8C8A
RGB220140138
HSL53.95%70.20%
HSB/HSV37.27%86.27%
CMYK0.00%36.36%37.27%
13.73%

Color #DC8C8A in popluar number systems.

HEXDC8C8A
Decimal220140138
Binary110111001000110010001010
Octal334214212

Shades and tints

Shades of #DC8C8A

#DC8C8A
(220,140,138)
#C8807E
(200,128,126)
#B47472
(180,116,114)
#A06866
(160,104,102)
#8C5C5A
(140,92,90)
#78504E
(120,80,78)
#644442
(100,68,66)
#503836
(80,56,54)
#3C2C2A
(60,44,42)
#28201E
(40,32,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #DC8C8A

#DC8C8A
(220,140,138)
#DF9694
(223,150,148)
#E2A09E
(226,160,158)
#E5AAA8
(229,170,168)
#E8B4B2
(232,180,178)
#EBBEBC
(235,190,188)
#EEC8C6
(238,200,198)
#F1D2D0
(241,210,208)
#F4DCDA
(244,220,218)
#F7E6E4
(247,230,228)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8C8A; }

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

This text font color is #DC8C8A.


Background Color

.myBgColor { background-color: #DC8C8A; }

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

This div background color is #DC8C8A.


Border color

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

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

This div border color is #DC8C8A.


Opacity

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

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

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

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

This text has shadow with #DC8C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8C8A on black background.


Color preview on white background

This text has color #DC8C8A on white background.



Black color preview on #DC8C8A background

This text has black color on #DC8C8A background.


White color preview on #DC8C8A background

This text has white color on #DC8C8A background.