COLOR #DC8C59

HEX: #DC8C59
RGB: (220,140,89)

Color info

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

RGB color model

#DC8C59 color RGB value is (220,140,89).

  • red value is 220;
  • green value is 140;
  • blue value is 89.
RGB:
(220,140,89)
(86%,55%,35%)

RGB channels and saturation

R 220 of 255 = 86%
G 140 of 255 = 55%
B 89 of 255 = 35%

220
140
89

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

Portions of RGB colors in percentages

R + G + B =
220 + 140 + 89 = 449 (100%)
R 220 of 449 ~ 49%
G 140 of 449 ~ 31.18%
B 89 of 449 ~ 19.82%

%49
%31.18
%19.82

CMYK color model

#DC8C59 color CMYK value is (0,36,60,14).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 59.55%
  • key color value is 13.73%
CMYK:
(0,36,60,14)
C0M36Y60K14 
(0%,36%,60%,14%)
(0.00/0.36/0.60/0.14)	

CMYK percentages

%0
%36.36
%59.55
%13.73

Codes

Color #DC8C59 in popluar color models

DC8C59
RGB22014089
HSL23°65.17%60.59%
HSB/HSV23°59.55%86.27%
CMYK0.00%36.36%59.55%
13.73%

Color #DC8C59 in popluar number systems.

HEXDC8C59
Decimal22014089
Binary11011100100011001011001
Octal334214131

Shades and tints

Shades of #DC8C59

#DC8C59
(220,140,89)
#C88051
(200,128,81)
#B47449
(180,116,73)
#A06841
(160,104,65)
#8C5C39
(140,92,57)
#785031
(120,80,49)
#644429
(100,68,41)
#503821
(80,56,33)
#3C2C19
(60,44,25)
#282011
(40,32,17)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #DC8C59

#DC8C59
(220,140,89)
#DF9668
(223,150,104)
#E2A077
(226,160,119)
#E5AA86
(229,170,134)
#E8B495
(232,180,149)
#EBBEA4
(235,190,164)
#EEC8B3
(238,200,179)
#F1D2C2
(241,210,194)
#F4DCD1
(244,220,209)
#F7E6E0
(247,230,224)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8C59 color. Also use rgb(220,140,89) instead hex code.

Text Font Color

.myTextColor { color: #DC8C59; }

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

This text font color is #DC8C59.


Background Color

.myBgColor { background-color: #DC8C59; }

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

This div background color is #DC8C59.


Border color

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

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

This div border color is #DC8C59.


Opacity

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

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

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

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

This text has shadow with #DC8C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8C59 on black background.


Color preview on white background

This text has color #DC8C59 on white background.



Black color preview on #DC8C59 background

This text has black color on #DC8C59 background.


White color preview on #DC8C59 background

This text has white color on #DC8C59 background.