COLOR #DC9189

HEX: #DC9189 RGB: (220,145,137)

Color info

#DC9189 contains mainly red color. Web safe color of #DC9189 is #CC9999 (or #C99).

RGB color model

#DC9189 color RGB value is (220,145,137).

RGB: (220,145,137) (86%, 57%, 54%)

RGB channels and saturation

R 220 of 255 = 86%
G 145 of 255 = 57%
B 137 of 255 = 54%

220
145
137

R + G + B ~ 66%. #DC9189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 145 + 137 = 502 (100%)
R 220 of 502 ~ 43.82%
G 145 of 502 ~ 28.88%
B 137 of 502 ~ 27.29'%

%43.82
%28.88
%27.29

CMYK color model

#DC9189 color CMYK value is (0,34,38,14).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 37.73%
  • key color value is 13.73%
CMYK: (0,34,38,14) C0M34Y38K14 (0%,34%,38%,14%) (0.00/0.34/0.38/0.14) 

CMYK percentages

%0
%34.09
%37.73
%13.73

Codes

Color #DC9189 in popluar color models

DC 91 89
RGB 220 145 137
HSL 54.25% 70.00%
HSB/HSV 37.73% 86.27%
CMYK 0.00% 34.09% 37.73%
13.73%

Color #DC9189 in popluar number systems.

HEX DC 91 89
Decimal 220 145 137
Binary 11011100 10010001 10001001
Octal 334 221 211

Shades and tints

Shades of #DC9189

#DC9189
(220,145,137)
#C8847D
(200,132,125)
#B47771
(180,119,113)
#A06A65
(160,106,101)
#8C5D59
(140,93,89)
#78504D
(120,80,77)
#644341
(100,67,65)
#503635
(80,54,53)
#3C2929
(60,41,41)
#281C1D
(40,28,29)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #DC9189

#DC9189
(220,145,137)
#DF9B93
(223,155,147)
#E2A59D
(226,165,157)
#E5AFA7
(229,175,167)
#E8B9B1
(232,185,177)
#EBC3BB
(235,195,187)
#EECDC5
(238,205,197)
#F1D7CF
(241,215,207)
#F4E1D9
(244,225,217)
#F7EBE3
(247,235,227)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9189; }

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

This text font color is #DC9189.

Background Color

.myBgColor { background-color: #DC9189; }

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

This div background color is #DC9189.

Border color

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

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

This div border color is #DC9189.

Opacity

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

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

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

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

This text has shadow with #DC9189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9189.

Preview

Color preview on black background

This text has color #DC9189 on black background.


Color preview on white background

This text has color #DC9189 on white background.


Black color preview on #DC9189 background

This text has black color on #DC9189 background.


White color preview on #DC9189 background

This text has white color on #DC9189 background.


Related colors

Complementary color

Complementary color for #hex is #236E76.


I love getcolorcode.com

Triadic colors

1 #89DC91 and #9189DC with #DC9189 are triadic colors.

2 #8991DC and #91DC89 with #DC9189 are triadic colors.