COLOR #DC8555

HEX: #DC8555 RGB: (220,133,85)

Color info

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

RGB color model

#DC8555 color RGB value is (220,133,85).

RGB: (220,133,85) (86%, 52%, 33%)

RGB channels and saturation

R 220 of 255 = 86%
G 133 of 255 = 52%
B 85 of 255 = 33%

220
133
85

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

Portions of RGB colors in percentages

R + G + B = 220 + 133 + 85 = 438 (100%)
R 220 of 438 ~ 50.23%
G 133 of 438 ~ 30.37%
B 85 of 438 ~ 19.41'%

%50.23
%30.37
%19.41

CMYK color model

#DC8555 color CMYK value is (0,40,61,14).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 61.36%
  • key color value is 13.73%

CMYK: (0,40,61,14)
C0M40Y61K14 (0%, 40%, 61%, 14%)
(0.00 / 0.40 / 0.61 / 0.14)

CMYK percentages

%0
%39.55
%61.36
%13.73

Codes

Color #DC8555 in popluar color models

DC 85 55
RGB 220 133 85
HSL 21° 65.85% 59.80%
HSB/HSV 21° 61.36% 86.27%
CMYK 0.00% 39.55% 61.36%
13.73%

Color #DC8555 in popluar number systems.

HEX DC 85 55
Decimal 220 133 85
Binary 11011100 10000101 1010101
Octal 334 205 125

Shades and tints

Shades of #DC8555

#DC8555
(220,133,85)
#C8794E
(200,121,78)
#B46D47
(180,109,71)
#A06140
(160,97,64)
#8C5539
(140,85,57)
#784932
(120,73,50)
#643D2B
(100,61,43)
#503124
(80,49,36)
#3C251D
(60,37,29)
#281916
(40,25,22)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #DC8555

#DC8555
(220,133,85)
#DF9064
(223,144,100)
#E29B73
(226,155,115)
#E5A682
(229,166,130)
#E8B191
(232,177,145)
#EBBCA0
(235,188,160)
#EEC7AF
(238,199,175)
#F1D2BE
(241,210,190)
#F4DDCD
(244,221,205)
#F7E8DC
(247,232,220)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8555 color. Also use rgb(220,133,85) instead hex code.

Text Font Color

.myTextColor { color: #DC8555; }

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

This text font color is #DC8555.

Background Color

.myBgColor { background-color: #DC8555; }

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

This div background color is #DC8555.

Border color

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

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

This div border color is #DC8555.

Opacity

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

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

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

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

This text has shadow with #DC8555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC8555.

Preview

Color preview on black background

This text has color #DC8555 on black background.


Color preview on white background

This text has color #DC8555 on white background.


Black color preview on #DC8555 background

This text has black color on #DC8555 background.


White color preview on #DC8555 background

This text has white color on #DC8555 background.


Related colors

Complementary color

Complementary color for #DC8555 is #237AAA.


I love getcolorcode.com

Triadic colors

1 #55DC85 and #8555DC with #DC8555 are triadic colors.

2 #5585DC and #85DC55 with #DC8555 are triadic colors.