COLOR #DC9375

HEX: #DC9375
RGB: (220,147,117)

Color info

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

RGB color model

#DC9375 color RGB value is (220,147,117).

  • red value is 220;
  • green value is 147;
  • blue value is 117.
RGB:
(220,147,117)
(86%,58%,46%)

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 117 of 255 = 46%

220
147
117

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

Portions of RGB colors in percentages

R + G + B =
220 + 147 + 117 = 484 (100%)
R 220 of 484 ~ 45.45%
G 147 of 484 ~ 30.37%
B 117 of 484 ~ 24.17%

%45.45
%30.37
%24.17

CMYK color model

#DC9375 color CMYK value is (0,33,47,14).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 46.82%
  • key color value is 13.73%
CMYK:
(0,33,47,14)
C0M33Y47K14 
(0%,33%,47%,14%)
(0.00/0.33/0.47/0.14)	

CMYK percentages

%0
%33.18
%46.82
%13.73

Codes

Color #DC9375 in popluar color models

DC9375
RGB220147117
HSL17°59.54%66.08%
HSB/HSV17°46.82%86.27%
CMYK0.00%33.18%46.82%
13.73%

Color #DC9375 in popluar number systems.

HEXDC9375
Decimal220147117
Binary11011100100100111110101
Octal334223165

Shades and tints

Shades of #DC9375

#DC9375
(220,147,117)
#C8866B
(200,134,107)
#B47961
(180,121,97)
#A06C57
(160,108,87)
#8C5F4D
(140,95,77)
#785243
(120,82,67)
#644539
(100,69,57)
#50382F
(80,56,47)
#3C2B25
(60,43,37)
#281E1B
(40,30,27)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #DC9375

#DC9375
(220,147,117)
#DF9C81
(223,156,129)
#E2A58D
(226,165,141)
#E5AE99
(229,174,153)
#E8B7A5
(232,183,165)
#EBC0B1
(235,192,177)
#EEC9BD
(238,201,189)
#F1D2C9
(241,210,201)
#F4DBD5
(244,219,213)
#F7E4E1
(247,228,225)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9375 color. Also use rgb(220,147,117) instead hex code.

Text Font Color

.myTextColor { color: #DC9375; }

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

This text font color is #DC9375.


Background Color

.myBgColor { background-color: #DC9375; }

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

This div background color is #DC9375.


Border color

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

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

This div border color is #DC9375.


Opacity

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

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

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

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

This text has shadow with #DC9375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9375 on black background.


Color preview on white background

This text has color #DC9375 on white background.



Black color preview on #DC9375 background

This text has black color on #DC9375 background.


White color preview on #DC9375 background

This text has white color on #DC9375 background.