COLOR #DC884F

HEX: #DC884F
RGB: (220,136,79)

Color info

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

RGB color model

#DC884F color RGB value is (220,136,79).

  • red value is 220;
  • green value is 136;
  • blue value is 79.
RGB:
(220,136,79)
(86%,53%,31%)

RGB channels and saturation

R 220 of 255 = 86%
G 136 of 255 = 53%
B 79 of 255 = 31%

220
136
79

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

Portions of RGB colors in percentages

R + G + B =
220 + 136 + 79 = 435 (100%)
R 220 of 435 ~ 50.57%
G 136 of 435 ~ 31.26%
B 79 of 435 ~ 18.16%

%50.57
%31.26
%18.16

CMYK color model

#DC884F color CMYK value is (0,38,64,14).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 64.09%
  • key color value is 13.73%
CMYK:
(0,38,64,14)
C0M38Y64K14 
(0%,38%,64%,14%)
(0.00/0.38/0.64/0.14)	

CMYK percentages

%0
%38.18
%64.09
%13.73

Codes

Color #DC884F in popluar color models

DC884F
RGB22013679
HSL24°66.82%58.63%
HSB/HSV24°64.09%86.27%
CMYK0.00%38.18%64.09%
13.73%

Color #DC884F in popluar number systems.

HEXDC884F
Decimal22013679
Binary11011100100010001001111
Octal334210117

Shades and tints

Shades of #DC884F

#DC884F
(220,136,79)
#C87C48
(200,124,72)
#B47041
(180,112,65)
#A0643A
(160,100,58)
#8C5833
(140,88,51)
#784C2C
(120,76,44)
#644025
(100,64,37)
#50341E
(80,52,30)
#3C2817
(60,40,23)
#281C10
(40,28,16)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #DC884F

#DC884F
(220,136,79)
#DF925F
(223,146,95)
#E29C6F
(226,156,111)
#E5A67F
(229,166,127)
#E8B08F
(232,176,143)
#EBBA9F
(235,186,159)
#EEC4AF
(238,196,175)
#F1CEBF
(241,206,191)
#F4D8CF
(244,216,207)
#F7E2DF
(247,226,223)
#FAECEF
(250,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC884F color. Also use rgb(220,136,79) instead hex code.

Text Font Color

.myTextColor { color: #DC884F; }

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

This text font color is #DC884F.


Background Color

.myBgColor { background-color: #DC884F; }

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

This div background color is #DC884F.


Border color

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

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

This div border color is #DC884F.


Opacity

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

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

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

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

This text has shadow with #DC884F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC884F on black background.


Color preview on white background

This text has color #DC884F on white background.



Black color preview on #DC884F background

This text has black color on #DC884F background.


White color preview on #DC884F background

This text has white color on #DC884F background.