COLOR #DC896C

HEX: #DC896C RGB: (220,137,108)

Color info

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

RGB color model

#DC896C color RGB value is (220,137,108).

RGB: (220,137,108) (86%, 54%, 42%)

RGB channels and saturation

R 220 of 255 = 86%
G 137 of 255 = 54%
B 108 of 255 = 42%

220
137
108

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

Portions of RGB colors in percentages

R + G + B = 220 + 137 + 108 = 465 (100%)
R 220 of 465 ~ 47.31%
G 137 of 465 ~ 29.46%
B 108 of 465 ~ 23.23'%

%47.31
%29.46
%23.23

CMYK color model

#DC896C color CMYK value is (0,38,51,14).

  • cyan value is 0.00%
  • magenta value is 37.73%
  • yellow value is 50.91%
  • key color value is 13.73%

CMYK: (0,38,51,14)
C0M38Y51K14 (0%, 38%, 51%, 14%)
(0.00 / 0.38 / 0.51 / 0.14)

CMYK percentages

%0
%37.73
%50.91
%13.73

Codes

Color #DC896C in popluar color models

DC 89 6C
RGB 220 137 108
HSL 16° 61.54% 64.31%
HSB/HSV 16° 50.91% 86.27%
CMYK 0.00% 37.73% 50.91%
13.73%

Color #DC896C in popluar number systems.

HEX DC 89 6C
Decimal 220 137 108
Binary 11011100 10001001 1101100
Octal 334 211 154

Shades and tints

Shades of #DC896C

#DC896C
(220,137,108)
#C87D63
(200,125,99)
#B4715A
(180,113,90)
#A06551
(160,101,81)
#8C5948
(140,89,72)
#784D3F
(120,77,63)
#644136
(100,65,54)
#50352D
(80,53,45)
#3C2924
(60,41,36)
#281D1B
(40,29,27)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #DC896C

#DC896C
(220,137,108)
#DF9379
(223,147,121)
#E29D86
(226,157,134)
#E5A793
(229,167,147)
#E8B1A0
(232,177,160)
#EBBBAD
(235,187,173)
#EEC5BA
(238,197,186)
#F1CFC7
(241,207,199)
#F4D9D4
(244,217,212)
#F7E3E1
(247,227,225)
#FAEDEE
(250,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC896C; }

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

This text font color is #DC896C.

Background Color

.myBgColor { background-color: #DC896C; }

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

This div background color is #DC896C.

Border color

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

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

This div border color is #DC896C.

Opacity

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

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

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

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

This text has shadow with #DC896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC896C.

Preview

Color preview on black background

This text has color #DC896C on black background.


Color preview on white background

This text has color #DC896C on white background.


Black color preview on #DC896C background

This text has black color on #DC896C background.


White color preview on #DC896C background

This text has white color on #DC896C background.


Related colors

Complementary color

Complementary color for #hex is #237693.


I love getcolorcode.com

Triadic colors

1 #6CDC89 and #896CDC with #DC896C are triadic colors.

2 #6C89DC and #89DC6C with #DC896C are triadic colors.