COLOR #DC8A7C

HEX: #DC8A7C
RGB: (220,138,124)

Color info

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

RGB color model

#DC8A7C color RGB value is (220,138,124).

  • red value is 220;
  • green value is 138;
  • blue value is 124.
RGB:
(220,138,124)
(86%,54%,49%)

RGB channels and saturation

R 220 of 255 = 86%
G 138 of 255 = 54%
B 124 of 255 = 49%

220
138
124

R + G + B ~ 63%. #DC8A7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 138 + 124 = 482 (100%)
R 220 of 482 ~ 45.64%
G 138 of 482 ~ 28.63%
B 124 of 482 ~ 25.73%

%45.64
%28.63
%25.73

CMYK color model

#DC8A7C color CMYK value is (0,37,44,14).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 43.64%
  • key color value is 13.73%
CMYK:
(0,37,44,14)
C0M37Y44K14 
(0%,37%,44%,14%)
(0.00/0.37/0.44/0.14)	

CMYK percentages

%0
%37.27
%43.64
%13.73

Codes

Color #DC8A7C in popluar color models

DC8A7C
RGB220138124
HSL57.83%67.45%
HSB/HSV43.64%86.27%
CMYK0.00%37.27%43.64%
13.73%

Color #DC8A7C in popluar number systems.

HEXDC8A7C
Decimal220138124
Binary11011100100010101111100
Octal334212174

Shades and tints

Shades of #DC8A7C

#DC8A7C
(220,138,124)
#C87E71
(200,126,113)
#B47266
(180,114,102)
#A0665B
(160,102,91)
#8C5A50
(140,90,80)
#784E45
(120,78,69)
#64423A
(100,66,58)
#50362F
(80,54,47)
#3C2A24
(60,42,36)
#281E19
(40,30,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #DC8A7C

#DC8A7C
(220,138,124)
#DF9487
(223,148,135)
#E29E92
(226,158,146)
#E5A89D
(229,168,157)
#E8B2A8
(232,178,168)
#EBBCB3
(235,188,179)
#EEC6BE
(238,198,190)
#F1D0C9
(241,208,201)
#F4DAD4
(244,218,212)
#F7E4DF
(247,228,223)
#FAEEEA
(250,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8A7C color. Also use rgb(220,138,124) instead hex code.

Text Font Color

.myTextColor { color: #DC8A7C; }

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

This text font color is #DC8A7C.


Background Color

.myBgColor { background-color: #DC8A7C; }

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

This div background color is #DC8A7C.


Border color

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

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

This div border color is #DC8A7C.


Opacity

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

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

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

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

This text has shadow with #DC8A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8A7C on black background.


Color preview on white background

This text has color #DC8A7C on white background.



Black color preview on #DC8A7C background

This text has black color on #DC8A7C background.


White color preview on #DC8A7C background

This text has white color on #DC8A7C background.