COLOR #D39B72

HEX: #D39B72 RGB: (211,155,114)

Color info

#D39B72 contains mainly red and green colors. Web safe color of #D39B72 is #CC9966 (or #C96).

RGB color model

#D39B72 color RGB value is (211,155,114).

RGB: (211,155,114) (83%, 61%, 45%)

RGB channels and saturation

R 211 of 255 = 83%
G 155 of 255 = 61%
B 114 of 255 = 45%

211
155
114

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

Portions of RGB colors in percentages

R + G + B = 211 + 155 + 114 = 480 (100%)
R 211 of 480 ~ 43.96%
G 155 of 480 ~ 32.29%
B 114 of 480 ~ 23.75'%

%43.96
%32.29
%23.75

CMYK color model

#D39B72 color CMYK value is (0,27,46,17).

  • cyan value is 0.00%
  • magenta value is 26.54%
  • yellow value is 45.97%
  • key color value is 17.25%
CMYK: (0,27,46,17) C0M27Y46K17 (0%,27%,46%,17%) (0.00/0.27/0.46/0.17) 

CMYK percentages

%0
%26.54
%45.97
%17.25

Codes

Color #D39B72 in popluar color models

D3 9B 72
RGB 211 155 114
HSL 25° 52.43% 63.73%
HSB/HSV 25° 45.97% 82.75%
CMYK 0.00% 26.54% 45.97%
17.25%

Color #D39B72 in popluar number systems.

HEX D3 9B 72
Decimal 211 155 114
Binary 11010011 10011011 1110010
Octal 323 233 162

Shades and tints

Shades of #D39B72

#D39B72
(211,155,114)
#C08D68
(192,141,104)
#AD7F5E
(173,127,94)
#9A7154
(154,113,84)
#87634A
(135,99,74)
#745540
(116,85,64)
#614736
(97,71,54)
#4E392C
(78,57,44)
#3B2B22
(59,43,34)
#281D18
(40,29,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #D39B72

#D39B72
(211,155,114)
#D7A47E
(215,164,126)
#DBAD8A
(219,173,138)
#DFB696
(223,182,150)
#E3BFA2
(227,191,162)
#E7C8AE
(231,200,174)
#EBD1BA
(235,209,186)
#EFDAC6
(239,218,198)
#F3E3D2
(243,227,210)
#F7ECDE
(247,236,222)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39B72 color. Also use rgb(211,155,114) instead hex code.

Text Font Color

.myTextColor { color: #D39B72; }

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

This text font color is #D39B72.

Background Color

.myBgColor { background-color: #D39B72; }

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

This div background color is #D39B72.

Border color

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

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

This div border color is #D39B72.

Opacity

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

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

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

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

This text has shadow with #D39B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D39B72.

Preview

Color preview on black background

This text has color #D39B72 on black background.


Color preview on white background

This text has color #D39B72 on white background.


Black color preview on #D39B72 background

This text has black color on #D39B72 background.


White color preview on #D39B72 background

This text has white color on #D39B72 background.


Related colors

Complementary color

Complementary color for #hex is #2C648D.


I love getcolorcode.com

Triadic colors

1 #72D39B and #9B72D3 with #D39B72 are triadic colors.

2 #729BD3 and #9BD372 with #D39B72 are triadic colors.