COLOR #DC7136

HEX: #DC7136
RGB: (220,113,54)

Color info

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

RGB color model

#DC7136 color RGB value is (220,113,54).

  • red value is 220;
  • green value is 113;
  • blue value is 54.
RGB:
(220,113,54)
(86%,44%,21%)

RGB channels and saturation

R 220 of 255 = 86%
G 113 of 255 = 44%
B 54 of 255 = 21%

220
113
54

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

Portions of RGB colors in percentages

R + G + B =
220 + 113 + 54 = 387 (100%)
R 220 of 387 ~ 56.85%
G 113 of 387 ~ 29.2%
B 54 of 387 ~ 13.95%

%56.85
%29.2
%13.95

CMYK color model

#DC7136 color CMYK value is (0,49,75,14).

  • cyan value is 0.00%
  • magenta value is 48.64%
  • yellow value is 75.45%
  • key color value is 13.73%
CMYK:
(0,49,75,14)
C0M49Y75K14 
(0%,49%,75%,14%)
(0.00/0.49/0.75/0.14)	

CMYK percentages

%0
%48.64
%75.45
%13.73

Codes

Color #DC7136 in popluar color models

DC7136
RGB22011354
HSL21°70.34%53.73%
HSB/HSV21°75.45%86.27%
CMYK0.00%48.64%75.45%
13.73%

Color #DC7136 in popluar number systems.

HEXDC7136
Decimal22011354
Binary110111001110001110110
Octal33416166

Shades and tints

Shades of #DC7136

#DC7136
(220,113,54)
#C86732
(200,103,50)
#B45D2E
(180,93,46)
#A0532A
(160,83,42)
#8C4926
(140,73,38)
#783F22
(120,63,34)
#64351E
(100,53,30)
#502B1A
(80,43,26)
#3C2116
(60,33,22)
#281712
(40,23,18)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #DC7136

#DC7136
(220,113,54)
#DF7D48
(223,125,72)
#E2895A
(226,137,90)
#E5956C
(229,149,108)
#E8A17E
(232,161,126)
#EBAD90
(235,173,144)
#EEB9A2
(238,185,162)
#F1C5B4
(241,197,180)
#F4D1C6
(244,209,198)
#F7DDD8
(247,221,216)
#FAE9EA
(250,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7136 color. Also use rgb(220,113,54) instead hex code.

Text Font Color

.myTextColor { color: #DC7136; }

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

This text font color is #DC7136.


Background Color

.myBgColor { background-color: #DC7136; }

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

This div background color is #DC7136.


Border color

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

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

This div border color is #DC7136.


Opacity

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

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

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

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

This text has shadow with #DC7136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7136 on black background.


Color preview on white background

This text has color #DC7136 on white background.



Black color preview on #DC7136 background

This text has black color on #DC7136 background.


White color preview on #DC7136 background

This text has white color on #DC7136 background.