COLOR #D39A70

HEX: #D39A70
RGB: (211,154,112)

Color info

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

RGB color model

#D39A70 color RGB value is (211,154,112).

  • red value is 211;
  • green value is 154;
  • blue value is 112.
RGB:
(211,154,112)
(83%,60%,44%)

RGB channels and saturation

R 211 of 255 = 83%
G 154 of 255 = 60%
B 112 of 255 = 44%

211
154
112

R + G + B ~ 62%. #D39A70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 154 + 112 = 477 (100%)
R 211 of 477 ~ 44.23%
G 154 of 477 ~ 32.29%
B 112 of 477 ~ 23.48%

%44.23
%32.29
%23.48

CMYK color model

#D39A70 color CMYK value is (0,27,47,17).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 46.92%
  • key color value is 17.25%
CMYK:
(0,27,47,17)
C0M27Y47K17 
(0%,27%,47%,17%)
(0.00/0.27/0.47/0.17)	

CMYK percentages

%0
%27.01
%46.92
%17.25

Codes

Color #D39A70 in popluar color models

D39A70
RGB211154112
HSL25°52.94%63.33%
HSB/HSV25°46.92%82.75%
CMYK0.00%27.01%46.92%
17.25%

Color #D39A70 in popluar number systems.

HEXD39A70
Decimal211154112
Binary11010011100110101110000
Octal323232160

Shades and tints

Shades of #D39A70

#D39A70
(211,154,112)
#C08C66
(192,140,102)
#AD7E5C
(173,126,92)
#9A7052
(154,112,82)
#876248
(135,98,72)
#74543E
(116,84,62)
#614634
(97,70,52)
#4E382A
(78,56,42)
#3B2A20
(59,42,32)
#281C16
(40,28,22)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #D39A70

#D39A70
(211,154,112)
#D7A37D
(215,163,125)
#DBAC8A
(219,172,138)
#DFB597
(223,181,151)
#E3BEA4
(227,190,164)
#E7C7B1
(231,199,177)
#EBD0BE
(235,208,190)
#EFD9CB
(239,217,203)
#F3E2D8
(243,226,216)
#F7EBE5
(247,235,229)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39A70 color. Also use rgb(211,154,112) instead hex code.

Text Font Color

.myTextColor { color: #D39A70; }

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

This text font color is #D39A70.


Background Color

.myBgColor { background-color: #D39A70; }

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

This div background color is #D39A70.


Border color

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

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

This div border color is #D39A70.


Opacity

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

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

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

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

This text has shadow with #D39A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39A70 on black background.


Color preview on white background

This text has color #D39A70 on white background.



Black color preview on #D39A70 background

This text has black color on #D39A70 background.


White color preview on #D39A70 background

This text has white color on #D39A70 background.