COLOR #DC815C

HEX: #DC815C
RGB: (220,129,92)

Color info

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

RGB color model

#DC815C color RGB value is (220,129,92).

  • red value is 220;
  • green value is 129;
  • blue value is 92.
RGB:
(220,129,92)
(86%,51%,36%)

RGB channels and saturation

R 220 of 255 = 86%
G 129 of 255 = 51%
B 92 of 255 = 36%

220
129
92

R + G + B ~ 58%. #DC815C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
220 + 129 + 92 = 441 (100%)
R 220 of 441 ~ 49.89%
G 129 of 441 ~ 29.25%
B 92 of 441 ~ 20.86%

%49.89
%29.25
%20.86

CMYK color model

#DC815C color CMYK value is (0,41,58,14).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 58.18%
  • key color value is 13.73%
CMYK:
(0,41,58,14)
C0M41Y58K14 
(0%,41%,58%,14%)
(0.00/0.41/0.58/0.14)	

CMYK percentages

%0
%41.36
%58.18
%13.73

Codes

Color #DC815C in popluar color models

DC815C
RGB22012992
HSL17°64.65%61.18%
HSB/HSV17°58.18%86.27%
CMYK0.00%41.36%58.18%
13.73%

Color #DC815C in popluar number systems.

HEXDC815C
Decimal22012992
Binary11011100100000011011100
Octal334201134

Shades and tints

Shades of #DC815C

#DC815C
(220,129,92)
#C87654
(200,118,84)
#B46B4C
(180,107,76)
#A06044
(160,96,68)
#8C553C
(140,85,60)
#784A34
(120,74,52)
#643F2C
(100,63,44)
#503424
(80,52,36)
#3C291C
(60,41,28)
#281E14
(40,30,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #DC815C

#DC815C
(220,129,92)
#DF8C6A
(223,140,106)
#E29778
(226,151,120)
#E5A286
(229,162,134)
#E8AD94
(232,173,148)
#EBB8A2
(235,184,162)
#EEC3B0
(238,195,176)
#F1CEBE
(241,206,190)
#F4D9CC
(244,217,204)
#F7E4DA
(247,228,218)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC815C color. Also use rgb(220,129,92) instead hex code.

Text Font Color

.myTextColor { color: #DC815C; }

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

This text font color is #DC815C.


Background Color

.myBgColor { background-color: #DC815C; }

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

This div background color is #DC815C.


Border color

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

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

This div border color is #DC815C.


Opacity

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

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

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

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

This text has shadow with #DC815C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC815C on black background.


Color preview on white background

This text has color #DC815C on white background.



Black color preview on #DC815C background

This text has black color on #DC815C background.


White color preview on #DC815C background

This text has white color on #DC815C background.