COLOR #D39189

HEX: #D39189 RGB: (211,145,137)

Color info

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

RGB color model

#D39189 color RGB value is (211,145,137).

RGB: (211,145,137) (83%, 57%, 54%)

RGB channels and saturation

R 211 of 255 = 83%
G 145 of 255 = 57%
B 137 of 255 = 54%

211
145
137

R + G + B ~ 65%. #D39189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 145 + 137 = 493 (100%)
R 211 of 493 ~ 42.8%
G 145 of 493 ~ 29.41%
B 137 of 493 ~ 27.79'%

%42.8
%29.41
%27.79

CMYK color model

#D39189 color CMYK value is (0,31,35,17).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 35.07%
  • key color value is 17.25%

CMYK: (0,31,35,17)
C0M31Y35K17 (0%, 31%, 35%, 17%)
(0.00 / 0.31 / 0.35 / 0.17)

CMYK percentages

%0
%31.28
%35.07
%17.25

Codes

Color #D39189 in popluar color models

D3 91 89
RGB 211 145 137
HSL 45.68% 68.24%
HSB/HSV 35.07% 82.75%
CMYK 0.00% 31.28% 35.07%
17.25%

Color #D39189 in popluar number systems.

HEX D3 91 89
Decimal 211 145 137
Binary 11010011 10010001 10001001
Octal 323 221 211

Shades and tints

Shades of #D39189

#D39189
(211,145,137)
#C0847D
(192,132,125)
#AD7771
(173,119,113)
#9A6A65
(154,106,101)
#875D59
(135,93,89)
#74504D
(116,80,77)
#614341
(97,67,65)
#4E3635
(78,54,53)
#3B2929
(59,41,41)
#281C1D
(40,28,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #D39189

#D39189
(211,145,137)
#D79B93
(215,155,147)
#DBA59D
(219,165,157)
#DFAFA7
(223,175,167)
#E3B9B1
(227,185,177)
#E7C3BB
(231,195,187)
#EBCDC5
(235,205,197)
#EFD7CF
(239,215,207)
#F3E1D9
(243,225,217)
#F7EBE3
(247,235,227)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39189; }

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

This text font color is #D39189.

Background Color

.myBgColor { background-color: #D39189; }

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

This div background color is #D39189.

Border color

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

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

This div border color is #D39189.

Opacity

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

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

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

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

This text has shadow with #D39189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39189.

Preview

Color preview on black background

This text has color #D39189 on black background.


Color preview on white background

This text has color #D39189 on white background.


Black color preview on #D39189 background

This text has black color on #D39189 background.


White color preview on #D39189 background

This text has white color on #D39189 background.


Related colors

Complementary color

Complementary color for #hex is #2C6E76.


I love getcolorcode.com

Triadic colors

1 #89D391 and #9189D3 with #D39189 are triadic colors.

2 #8991D3 and #91D389 with #D39189 are triadic colors.