COLOR #DC8637

HEX: #DC8637
RGB: (220,134,55)

Color info

#DC8637 contains mainly red color. Web safe color of #DC8637 is #CC9933 (or #C93).

RGB color model

#DC8637 color RGB value is (220,134,55).

  • red value is 220;
  • green value is 134;
  • blue value is 55.
RGB:
(220,134,55)
(86%,53%,22%)

RGB channels and saturation

R 220 of 255 = 86%
G 134 of 255 = 53%
B 55 of 255 = 22%

220
134
55

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

Portions of RGB colors in percentages

R + G + B =
220 + 134 + 55 = 409 (100%)
R 220 of 409 ~ 53.79%
G 134 of 409 ~ 32.76%
B 55 of 409 ~ 13.45%

%53.79
%32.76
%13.45

CMYK color model

#DC8637 color CMYK value is (0,39,75,14).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 75.00%
  • key color value is 13.73%
CMYK:
(0,39,75,14)
C0M39Y75K14 
(0%,39%,75%,14%)
(0.00/0.39/0.75/0.14)	

CMYK percentages

%0
%39.09
%75
%13.73

Codes

Color #DC8637 in popluar color models

DC8637
RGB22013455
HSL29°70.21%53.92%
HSB/HSV29°75.00%86.27%
CMYK0.00%39.09%75.00%
13.73%

Color #DC8637 in popluar number systems.

HEXDC8637
Decimal22013455
Binary1101110010000110110111
Octal33420667

Shades and tints

Shades of #DC8637

#DC8637
(220,134,55)
#C87A32
(200,122,50)
#B46E2D
(180,110,45)
#A06228
(160,98,40)
#8C5623
(140,86,35)
#784A1E
(120,74,30)
#643E19
(100,62,25)
#503214
(80,50,20)
#3C260F
(60,38,15)
#281A0A
(40,26,10)
#140E05
(20,14,5)
#000000
(0,0,0)

Tints of #DC8637

#DC8637
(220,134,55)
#DF9149
(223,145,73)
#E29C5B
(226,156,91)
#E5A76D
(229,167,109)
#E8B27F
(232,178,127)
#EBBD91
(235,189,145)
#EEC8A3
(238,200,163)
#F1D3B5
(241,211,181)
#F4DEC7
(244,222,199)
#F7E9D9
(247,233,217)
#FAF4EB
(250,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8637 color. Also use rgb(220,134,55) instead hex code.

Text Font Color

.myTextColor { color: #DC8637; }

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

This text font color is #DC8637.


Background Color

.myBgColor { background-color: #DC8637; }

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

This div background color is #DC8637.


Border color

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

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

This div border color is #DC8637.


Opacity

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

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

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

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

This text has shadow with #DC8637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8637 on black background.


Color preview on white background

This text has color #DC8637 on white background.



Black color preview on #DC8637 background

This text has black color on #DC8637 background.


White color preview on #DC8637 background

This text has white color on #DC8637 background.