COLOR #D39684

HEX: #D39684 RGB: (211,150,132)

Color info

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

RGB color model

#D39684 color RGB value is (211,150,132).

RGB: (211,150,132) (83%, 59%, 52%)

RGB channels and saturation

R 211 of 255 = 83%
G 150 of 255 = 59%
B 132 of 255 = 52%

211
150
132

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

Portions of RGB colors in percentages

R + G + B = 211 + 150 + 132 = 493 (100%)
R 211 of 493 ~ 42.8%
G 150 of 493 ~ 30.43%
B 132 of 493 ~ 26.77'%

%42.8
%30.43
%26.77

CMYK color model

#D39684 color CMYK value is (0,29,37,17).

  • cyan value is 0.00%
  • magenta value is 28.91%
  • yellow value is 37.44%
  • key color value is 17.25%

CMYK: (0,29,37,17)
C0M29Y37K17 (0%, 29%, 37%, 17%)
(0.00 / 0.29 / 0.37 / 0.17)

CMYK percentages

%0
%28.91
%37.44
%17.25

Codes

Color #D39684 in popluar color models

D3 96 84
RGB 211 150 132
HSL 14° 47.31% 67.25%
HSB/HSV 14° 37.44% 82.75%
CMYK 0.00% 28.91% 37.44%
17.25%

Color #D39684 in popluar number systems.

HEX D3 96 84
Decimal 211 150 132
Binary 11010011 10010110 10000100
Octal 323 226 204

Shades and tints

Shades of #D39684

#D39684
(211,150,132)
#C08978
(192,137,120)
#AD7C6C
(173,124,108)
#9A6F60
(154,111,96)
#876254
(135,98,84)
#745548
(116,85,72)
#61483C
(97,72,60)
#4E3B30
(78,59,48)
#3B2E24
(59,46,36)
#282118
(40,33,24)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #D39684

#D39684
(211,150,132)
#D79F8F
(215,159,143)
#DBA89A
(219,168,154)
#DFB1A5
(223,177,165)
#E3BAB0
(227,186,176)
#E7C3BB
(231,195,187)
#EBCCC6
(235,204,198)
#EFD5D1
(239,213,209)
#F3DEDC
(243,222,220)
#F7E7E7
(247,231,231)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39684 color. Also use rgb(211,150,132) instead hex code.

Text Font Color

.myTextColor { color: #D39684; }

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

This text font color is #D39684.

Background Color

.myBgColor { background-color: #D39684; }

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

This div background color is #D39684.

Border color

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

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

This div border color is #D39684.

Opacity

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

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

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

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

This text has shadow with #D39684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39684.

Preview

Color preview on black background

This text has color #D39684 on black background.


Color preview on white background

This text has color #D39684 on white background.


Black color preview on #D39684 background

This text has black color on #D39684 background.


White color preview on #D39684 background

This text has white color on #D39684 background.


Related colors

Complementary color

Complementary color for #hex is #2C697B.


I love getcolorcode.com

Triadic colors

1 #84D396 and #9684D3 with #D39684 are triadic colors.

2 #8496D3 and #96D384 with #D39684 are triadic colors.