COLOR #DC8A05

HEX: #DC8A05
RGB: (220,138,5)

Color info

#DC8A05 contains mainly red color. Web safe color of #DC8A05 is #CC9900 (or #C90).

RGB color model

#DC8A05 color RGB value is (220,138,5).

  • red value is 220;
  • green value is 138;
  • blue value is 5.
RGB:
(220,138,5)
(86%,54%,2%)

RGB channels and saturation

R 220 of 255 = 86%
G 138 of 255 = 54%
B 5 of 255 = 2%

220
138
5

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

Portions of RGB colors in percentages

R + G + B =
220 + 138 + 5 = 363 (100%)
R 220 of 363 ~ 60.61%
G 138 of 363 ~ 38.02%
B 5 of 363 ~ 1.38%

%60.61
%38.02

CMYK color model

#DC8A05 color CMYK value is (0,37,98,14).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 97.73%
  • key color value is 13.73%
CMYK:
(0,37,98,14)
C0M37Y98K14 
(0%,37%,98%,14%)
(0.00/0.37/0.98/0.14)	

CMYK percentages

%0
%37.27
%97.73
%13.73

Codes

Color #DC8A05 in popluar color models

DC8A05
RGB2201385
HSL37°95.56%44.12%
HSB/HSV37°97.73%86.27%
CMYK0.00%37.27%97.73%
13.73%

Color #DC8A05 in popluar number systems.

HEXDC8A05
Decimal2201385
Binary1101110010001010101
Octal3342125

Shades and tints

Shades of #DC8A05

#DC8A05
(220,138,5)
#C87E05
(200,126,5)
#B47205
(180,114,5)
#A06605
(160,102,5)
#8C5A05
(140,90,5)
#784E05
(120,78,5)
#644205
(100,66,5)
#503605
(80,54,5)
#3C2A05
(60,42,5)
#281E05
(40,30,5)
#141205
(20,18,5)
#000000
(0,0,0)

Tints of #DC8A05

#DC8A05
(220,138,5)
#DF941B
(223,148,27)
#E29E31
(226,158,49)
#E5A847
(229,168,71)
#E8B25D
(232,178,93)
#EBBC73
(235,188,115)
#EEC689
(238,198,137)
#F1D09F
(241,208,159)
#F4DAB5
(244,218,181)
#F7E4CB
(247,228,203)
#FAEEE1
(250,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8A05 color. Also use rgb(220,138,5) instead hex code.

Text Font Color

.myTextColor { color: #DC8A05; }

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

This text font color is #DC8A05.


Background Color

.myBgColor { background-color: #DC8A05; }

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

This div background color is #DC8A05.


Border color

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

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

This div border color is #DC8A05.


Opacity

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

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

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

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

This text has shadow with #DC8A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8A05 on black background.


Color preview on white background

This text has color #DC8A05 on white background.



Black color preview on #DC8A05 background

This text has black color on #DC8A05 background.


White color preview on #DC8A05 background

This text has white color on #DC8A05 background.