COLOR #DC8D6C

HEX: #DC8D6C
RGB: (220,141,108)

Color info

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

RGB color model

#DC8D6C color RGB value is (220,141,108).

  • red value is 220;
  • green value is 141;
  • blue value is 108.
RGB:
(220,141,108)
(86%,55%,42%)

RGB channels and saturation

R 220 of 255 = 86%
G 141 of 255 = 55%
B 108 of 255 = 42%

220
141
108

R + G + B ~ 61%. #DC8D6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 141 + 108 = 469 (100%)
R 220 of 469 ~ 46.91%
G 141 of 469 ~ 30.06%
B 108 of 469 ~ 23.03%

%46.91
%30.06
%23.03

CMYK color model

#DC8D6C color CMYK value is (0,36,51,14).

  • cyan value is 0.00%
  • magenta value is 35.91%
  • yellow value is 50.91%
  • key color value is 13.73%
CMYK:
(0,36,51,14)
C0M36Y51K14 
(0%,36%,51%,14%)
(0.00/0.36/0.51/0.14)	

CMYK percentages

%0
%35.91
%50.91
%13.73

Codes

Color #DC8D6C in popluar color models

DC8D6C
RGB220141108
HSL18°61.54%64.31%
HSB/HSV18°50.91%86.27%
CMYK0.00%35.91%50.91%
13.73%

Color #DC8D6C in popluar number systems.

HEXDC8D6C
Decimal220141108
Binary11011100100011011101100
Octal334215154

Shades and tints

Shades of #DC8D6C

#DC8D6C
(220,141,108)
#C88163
(200,129,99)
#B4755A
(180,117,90)
#A06951
(160,105,81)
#8C5D48
(140,93,72)
#78513F
(120,81,63)
#644536
(100,69,54)
#50392D
(80,57,45)
#3C2D24
(60,45,36)
#28211B
(40,33,27)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #DC8D6C

#DC8D6C
(220,141,108)
#DF9779
(223,151,121)
#E2A186
(226,161,134)
#E5AB93
(229,171,147)
#E8B5A0
(232,181,160)
#EBBFAD
(235,191,173)
#EEC9BA
(238,201,186)
#F1D3C7
(241,211,199)
#F4DDD4
(244,221,212)
#F7E7E1
(247,231,225)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8D6C color. Also use rgb(220,141,108) instead hex code.

Text Font Color

.myTextColor { color: #DC8D6C; }

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

This text font color is #DC8D6C.


Background Color

.myBgColor { background-color: #DC8D6C; }

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

This div background color is #DC8D6C.


Border color

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

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

This div border color is #DC8D6C.


Opacity

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

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

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

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

This text has shadow with #DC8D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8D6C on black background.


Color preview on white background

This text has color #DC8D6C on white background.



Black color preview on #DC8D6C background

This text has black color on #DC8D6C background.


White color preview on #DC8D6C background

This text has white color on #DC8D6C background.