COLOR #DC8C5D

HEX: #DC8C5D RGB: (220,140,93)

Color info

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

RGB color model

#DC8C5D color RGB value is (220,140,93).

RGB: (220,140,93) (86%, 55%, 36%)

RGB channels and saturation

R 220 of 255 = 86%
G 140 of 255 = 55%
B 93 of 255 = 36%

220
140
93

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

Portions of RGB colors in percentages

R + G + B = 220 + 140 + 93 = 453 (100%)
R 220 of 453 ~ 48.57%
G 140 of 453 ~ 30.91%
B 93 of 453 ~ 20.53'%

%48.57
%30.91
%20.53

CMYK color model

#DC8C5D color CMYK value is (0,36,58,14).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 57.73%
  • key color value is 13.73%

CMYK: (0,36,58,14)
C0M36Y58K14 (0%, 36%, 58%, 14%)
(0.00 / 0.36 / 0.58 / 0.14)

CMYK percentages

%0
%36.36
%57.73
%13.73

Codes

Color #DC8C5D in popluar color models

DC 8C 5D
RGB 220 140 93
HSL 22° 64.47% 61.37%
HSB/HSV 22° 57.73% 86.27%
CMYK 0.00% 36.36% 57.73%
13.73%

Color #DC8C5D in popluar number systems.

HEX DC 8C 5D
Decimal 220 140 93
Binary 11011100 10001100 1011101
Octal 334 214 135

Shades and tints

Shades of #DC8C5D

#DC8C5D
(220,140,93)
#C88055
(200,128,85)
#B4744D
(180,116,77)
#A06845
(160,104,69)
#8C5C3D
(140,92,61)
#785035
(120,80,53)
#64442D
(100,68,45)
#503825
(80,56,37)
#3C2C1D
(60,44,29)
#282015
(40,32,21)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #DC8C5D

#DC8C5D
(220,140,93)
#DF966B
(223,150,107)
#E2A079
(226,160,121)
#E5AA87
(229,170,135)
#E8B495
(232,180,149)
#EBBEA3
(235,190,163)
#EEC8B1
(238,200,177)
#F1D2BF
(241,210,191)
#F4DCCD
(244,220,205)
#F7E6DB
(247,230,219)
#FAF0E9
(250,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8C5D color. Also use rgb(220,140,93) instead hex code.

Text Font Color

.myTextColor { color: #DC8C5D; }

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

This text font color is #DC8C5D.

Background Color

.myBgColor { background-color: #DC8C5D; }

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

This div background color is #DC8C5D.

Border color

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

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

This div border color is #DC8C5D.

Opacity

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

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

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

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

This text has shadow with #DC8C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC8C5D.

Preview

Color preview on black background

This text has color #DC8C5D on black background.


Color preview on white background

This text has color #DC8C5D on white background.


Black color preview on #DC8C5D background

This text has black color on #DC8C5D background.


White color preview on #DC8C5D background

This text has white color on #DC8C5D background.


Related colors

Complementary color

Complementary color for #hex is #2373A2.


I love getcolorcode.com

Triadic colors

1 #5DDC8C and #8C5DDC with #DC8C5D are triadic colors.

2 #5D8CDC and #8CDC5D with #DC8C5D are triadic colors.