COLOR #DC8E41

HEX: #DC8E41
RGB: (220,142,65)

Color info

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

RGB color model

#DC8E41 color RGB value is (220,142,65).

  • red value is 220;
  • green value is 142;
  • blue value is 65.
RGB:
(220,142,65)
(86%,56%,25%)

RGB channels and saturation

R 220 of 255 = 86%
G 142 of 255 = 56%
B 65 of 255 = 25%

220
142
65

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

Portions of RGB colors in percentages

R + G + B =
220 + 142 + 65 = 427 (100%)
R 220 of 427 ~ 51.52%
G 142 of 427 ~ 33.26%
B 65 of 427 ~ 15.22%

%51.52
%33.26
%15.22

CMYK color model

#DC8E41 color CMYK value is (0,35,70,14).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 70.45%
  • key color value is 13.73%
CMYK:
(0,35,70,14)
C0M35Y70K14 
(0%,35%,70%,14%)
(0.00/0.35/0.70/0.14)	

CMYK percentages

%0
%35.45
%70.45
%13.73

Codes

Color #DC8E41 in popluar color models

DC8E41
RGB22014265
HSL30°68.89%55.88%
HSB/HSV30°70.45%86.27%
CMYK0.00%35.45%70.45%
13.73%

Color #DC8E41 in popluar number systems.

HEXDC8E41
Decimal22014265
Binary11011100100011101000001
Octal334216101

Shades and tints

Shades of #DC8E41

#DC8E41
(220,142,65)
#C8823C
(200,130,60)
#B47637
(180,118,55)
#A06A32
(160,106,50)
#8C5E2D
(140,94,45)
#785228
(120,82,40)
#644623
(100,70,35)
#503A1E
(80,58,30)
#3C2E19
(60,46,25)
#282214
(40,34,20)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #DC8E41

#DC8E41
(220,142,65)
#DF9852
(223,152,82)
#E2A263
(226,162,99)
#E5AC74
(229,172,116)
#E8B685
(232,182,133)
#EBC096
(235,192,150)
#EECAA7
(238,202,167)
#F1D4B8
(241,212,184)
#F4DEC9
(244,222,201)
#F7E8DA
(247,232,218)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8E41 color. Also use rgb(220,142,65) instead hex code.

Text Font Color

.myTextColor { color: #DC8E41; }

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

This text font color is #DC8E41.


Background Color

.myBgColor { background-color: #DC8E41; }

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

This div background color is #DC8E41.


Border color

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

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

This div border color is #DC8E41.


Opacity

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

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

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

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

This text has shadow with #DC8E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8E41 on black background.


Color preview on white background

This text has color #DC8E41 on white background.



Black color preview on #DC8E41 background

This text has black color on #DC8E41 background.


White color preview on #DC8E41 background

This text has white color on #DC8E41 background.