COLOR #DC8459

HEX: #DC8459
RGB: (220,132,89)

Color info

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

RGB color model

#DC8459 color RGB value is (220,132,89).

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

RGB channels and saturation

R 220 of 255 = 86%
G 132 of 255 = 52%
B 89 of 255 = 35%

220
132
89

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

Portions of RGB colors in percentages

R + G + B =
220 + 132 + 89 = 441 (100%)
R 220 of 441 ~ 49.89%
G 132 of 441 ~ 29.93%
B 89 of 441 ~ 20.18%

%49.89
%29.93
%20.18

CMYK color model

#DC8459 color CMYK value is (0,40,60,14).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 59.55%
  • key color value is 13.73%
CMYK:
(0,40,60,14)
C0M40Y60K14 
(0%,40%,60%,14%)
(0.00/0.40/0.60/0.14)	

CMYK percentages

%0
%40
%59.55
%13.73

Codes

Color #DC8459 in popluar color models

DC8459
RGB22013289
HSL20°65.17%60.59%
HSB/HSV20°59.55%86.27%
CMYK0.00%40.00%59.55%
13.73%

Color #DC8459 in popluar number systems.

HEXDC8459
Decimal22013289
Binary11011100100001001011001
Octal334204131

Shades and tints

Shades of #DC8459

#DC8459
(220,132,89)
#C87851
(200,120,81)
#B46C49
(180,108,73)
#A06041
(160,96,65)
#8C5439
(140,84,57)
#784831
(120,72,49)
#643C29
(100,60,41)
#503021
(80,48,33)
#3C2419
(60,36,25)
#281811
(40,24,17)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #DC8459

#DC8459
(220,132,89)
#DF8F68
(223,143,104)
#E29A77
(226,154,119)
#E5A586
(229,165,134)
#E8B095
(232,176,149)
#EBBBA4
(235,187,164)
#EEC6B3
(238,198,179)
#F1D1C2
(241,209,194)
#F4DCD1
(244,220,209)
#F7E7E0
(247,231,224)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8459; }

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

This text font color is #DC8459.


Background Color

.myBgColor { background-color: #DC8459; }

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

This div background color is #DC8459.


Border color

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

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

This div border color is #DC8459.


Opacity

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

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

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

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

This text has shadow with #DC8459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8459 on black background.


Color preview on white background

This text has color #DC8459 on white background.



Black color preview on #DC8459 background

This text has black color on #DC8459 background.


White color preview on #DC8459 background

This text has white color on #DC8459 background.