COLOR #DC6D47

HEX: #DC6D47
RGB: (220,109,71)

Color info

#DC6D47 contains mainly red color. Web safe color of #DC6D47 is #CC6633 (or #C63).

RGB color model

#DC6D47 color RGB value is (220,109,71).

  • red value is 220;
  • green value is 109;
  • blue value is 71.
RGB:
(220,109,71)
(86%,43%,28%)

RGB channels and saturation

R 220 of 255 = 86%
G 109 of 255 = 43%
B 71 of 255 = 28%

220
109
71

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

Portions of RGB colors in percentages

R + G + B =
220 + 109 + 71 = 400 (100%)
R 220 of 400 ~ 55%
G 109 of 400 ~ 27.25%
B 71 of 400 ~ 17.75%

%55
%27.25
%17.75

CMYK color model

#DC6D47 color CMYK value is (0,50,68,14).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 67.73%
  • key color value is 13.73%
CMYK:
(0,50,68,14)
C0M50Y68K14 
(0%,50%,68%,14%)
(0.00/0.50/0.68/0.14)	

CMYK percentages

%0
%50.45
%67.73
%13.73

Codes

Color #DC6D47 in popluar color models

DC6D47
RGB22010971
HSL15°68.04%57.06%
HSB/HSV15°67.73%86.27%
CMYK0.00%50.45%67.73%
13.73%

Color #DC6D47 in popluar number systems.

HEXDC6D47
Decimal22010971
Binary1101110011011011000111
Octal334155107

Shades and tints

Shades of #DC6D47

#DC6D47
(220,109,71)
#C86441
(200,100,65)
#B45B3B
(180,91,59)
#A05235
(160,82,53)
#8C492F
(140,73,47)
#784029
(120,64,41)
#643723
(100,55,35)
#502E1D
(80,46,29)
#3C2517
(60,37,23)
#281C11
(40,28,17)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #DC6D47

#DC6D47
(220,109,71)
#DF7A57
(223,122,87)
#E28767
(226,135,103)
#E59477
(229,148,119)
#E8A187
(232,161,135)
#EBAE97
(235,174,151)
#EEBBA7
(238,187,167)
#F1C8B7
(241,200,183)
#F4D5C7
(244,213,199)
#F7E2D7
(247,226,215)
#FAEFE7
(250,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6D47 color. Also use rgb(220,109,71) instead hex code.

Text Font Color

.myTextColor { color: #DC6D47; }

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

This text font color is #DC6D47.


Background Color

.myBgColor { background-color: #DC6D47; }

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

This div background color is #DC6D47.


Border color

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

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

This div border color is #DC6D47.


Opacity

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

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

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

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

This text has shadow with #DC6D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6D47 on black background.


Color preview on white background

This text has color #DC6D47 on white background.



Black color preview on #DC6D47 background

This text has black color on #DC6D47 background.


White color preview on #DC6D47 background

This text has white color on #DC6D47 background.