COLOR #DC9775

HEX: #DC9775
RGB: (220,151,117)

Color info

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

RGB color model

#DC9775 color RGB value is (220,151,117).

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

RGB channels and saturation

R 220 of 255 = 86%
G 151 of 255 = 59%
B 117 of 255 = 46%

220
151
117

R + G + B ~ 64%. #DC9775 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 151 + 117 = 488 (100%)
R 220 of 488 ~ 45.08%
G 151 of 488 ~ 30.94%
B 117 of 488 ~ 23.98%

%45.08
%30.94
%23.98

CMYK color model

#DC9775 color CMYK value is (0,31,47,14).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 46.82%
  • key color value is 13.73%
CMYK:
(0,31,47,14)
C0M31Y47K14 
(0%,31%,47%,14%)
(0.00/0.31/0.47/0.14)	

CMYK percentages

%0
%31.36
%46.82
%13.73

Codes

Color #DC9775 in popluar color models

DC9775
RGB220151117
HSL20°59.54%66.08%
HSB/HSV20°46.82%86.27%
CMYK0.00%31.36%46.82%
13.73%

Color #DC9775 in popluar number systems.

HEXDC9775
Decimal220151117
Binary11011100100101111110101
Octal334227165

Shades and tints

Shades of #DC9775

#DC9775
(220,151,117)
#C88A6B
(200,138,107)
#B47D61
(180,125,97)
#A07057
(160,112,87)
#8C634D
(140,99,77)
#785643
(120,86,67)
#644939
(100,73,57)
#503C2F
(80,60,47)
#3C2F25
(60,47,37)
#28221B
(40,34,27)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #DC9775

#DC9775
(220,151,117)
#DFA081
(223,160,129)
#E2A98D
(226,169,141)
#E5B299
(229,178,153)
#E8BBA5
(232,187,165)
#EBC4B1
(235,196,177)
#EECDBD
(238,205,189)
#F1D6C9
(241,214,201)
#F4DFD5
(244,223,213)
#F7E8E1
(247,232,225)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9775; }

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

This text font color is #DC9775.


Background Color

.myBgColor { background-color: #DC9775; }

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

This div background color is #DC9775.


Border color

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

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

This div border color is #DC9775.


Opacity

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

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

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

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

This text has shadow with #DC9775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9775 on black background.


Color preview on white background

This text has color #DC9775 on white background.



Black color preview on #DC9775 background

This text has black color on #DC9775 background.


White color preview on #DC9775 background

This text has white color on #DC9775 background.