COLOR #DC9246

HEX: #DC9246
RGB: (220,146,70)

Color info

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

RGB color model

#DC9246 color RGB value is (220,146,70).

  • red value is 220;
  • green value is 146;
  • blue value is 70.
RGB:
(220,146,70)
(86%,57%,27%)

RGB channels and saturation

R 220 of 255 = 86%
G 146 of 255 = 57%
B 70 of 255 = 27%

220
146
70

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

Portions of RGB colors in percentages

R + G + B =
220 + 146 + 70 = 436 (100%)
R 220 of 436 ~ 50.46%
G 146 of 436 ~ 33.49%
B 70 of 436 ~ 16.06%

%50.46
%33.49
%16.06

CMYK color model

#DC9246 color CMYK value is (0,34,68,14).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 68.18%
  • key color value is 13.73%
CMYK:
(0,34,68,14)
C0M34Y68K14 
(0%,34%,68%,14%)
(0.00/0.34/0.68/0.14)	

CMYK percentages

%0
%33.64
%68.18
%13.73

Codes

Color #DC9246 in popluar color models

DC9246
RGB22014670
HSL30°68.18%56.86%
HSB/HSV30°68.18%86.27%
CMYK0.00%33.64%68.18%
13.73%

Color #DC9246 in popluar number systems.

HEXDC9246
Decimal22014670
Binary11011100100100101000110
Octal334222106

Shades and tints

Shades of #DC9246

#DC9246
(220,146,70)
#C88540
(200,133,64)
#B4783A
(180,120,58)
#A06B34
(160,107,52)
#8C5E2E
(140,94,46)
#785128
(120,81,40)
#644422
(100,68,34)
#50371C
(80,55,28)
#3C2A16
(60,42,22)
#281D10
(40,29,16)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #DC9246

#DC9246
(220,146,70)
#DF9B56
(223,155,86)
#E2A466
(226,164,102)
#E5AD76
(229,173,118)
#E8B686
(232,182,134)
#EBBF96
(235,191,150)
#EEC8A6
(238,200,166)
#F1D1B6
(241,209,182)
#F4DAC6
(244,218,198)
#F7E3D6
(247,227,214)
#FAECE6
(250,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9246 color. Also use rgb(220,146,70) instead hex code.

Text Font Color

.myTextColor { color: #DC9246; }

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

This text font color is #DC9246.


Background Color

.myBgColor { background-color: #DC9246; }

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

This div background color is #DC9246.


Border color

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

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

This div border color is #DC9246.


Opacity

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

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

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

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

This text has shadow with #DC9246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9246 on black background.


Color preview on white background

This text has color #DC9246 on white background.



Black color preview on #DC9246 background

This text has black color on #DC9246 background.


White color preview on #DC9246 background

This text has white color on #DC9246 background.