COLOR #DC9B47

HEX: #DC9B47
RGB: (220,155,71)

Color info

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

RGB color model

#DC9B47 color RGB value is (220,155,71).

  • red value is 220;
  • green value is 155;
  • blue value is 71.
RGB:
(220,155,71)
(86%,61%,28%)

RGB channels and saturation

R 220 of 255 = 86%
G 155 of 255 = 61%
B 71 of 255 = 28%

220
155
71

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

Portions of RGB colors in percentages

R + G + B =
220 + 155 + 71 = 446 (100%)
R 220 of 446 ~ 49.33%
G 155 of 446 ~ 34.75%
B 71 of 446 ~ 15.92%

%49.33
%34.75
%15.92

CMYK color model

#DC9B47 color CMYK value is (0,30,68,14).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 67.73%
  • key color value is 13.73%
CMYK:
(0,30,68,14)
C0M30Y68K14 
(0%,30%,68%,14%)
(0.00/0.30/0.68/0.14)	

CMYK percentages

%0
%29.55
%67.73
%13.73

Codes

Color #DC9B47 in popluar color models

DC9B47
RGB22015571
HSL34°68.04%57.06%
HSB/HSV34°67.73%86.27%
CMYK0.00%29.55%67.73%
13.73%

Color #DC9B47 in popluar number systems.

HEXDC9B47
Decimal22015571
Binary11011100100110111000111
Octal334233107

Shades and tints

Shades of #DC9B47

#DC9B47
(220,155,71)
#C88D41
(200,141,65)
#B47F3B
(180,127,59)
#A07135
(160,113,53)
#8C632F
(140,99,47)
#785529
(120,85,41)
#644723
(100,71,35)
#50391D
(80,57,29)
#3C2B17
(60,43,23)
#281D11
(40,29,17)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #DC9B47

#DC9B47
(220,155,71)
#DFA457
(223,164,87)
#E2AD67
(226,173,103)
#E5B677
(229,182,119)
#E8BF87
(232,191,135)
#EBC897
(235,200,151)
#EED1A7
(238,209,167)
#F1DAB7
(241,218,183)
#F4E3C7
(244,227,199)
#F7ECD7
(247,236,215)
#FAF5E7
(250,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9B47 color. Also use rgb(220,155,71) instead hex code.

Text Font Color

.myTextColor { color: #DC9B47; }

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

This text font color is #DC9B47.


Background Color

.myBgColor { background-color: #DC9B47; }

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

This div background color is #DC9B47.


Border color

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

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

This div border color is #DC9B47.


Opacity

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

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

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

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

This text has shadow with #DC9B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9B47 on black background.


Color preview on white background

This text has color #DC9B47 on white background.



Black color preview on #DC9B47 background

This text has black color on #DC9B47 background.


White color preview on #DC9B47 background

This text has white color on #DC9B47 background.