COLOR #D18A71

HEX: #D18A71
RGB: (209,138,113)

Color info

#D18A71 contains mainly red color. Web safe color of #D18A71 is #CC9966 (or #C96).

RGB color model

#D18A71 color RGB value is (209,138,113).

  • red value is 209;
  • green value is 138;
  • blue value is 113.
RGB:
(209,138,113)
(82%,54%,44%)

RGB channels and saturation

R 209 of 255 = 82%
G 138 of 255 = 54%
B 113 of 255 = 44%

209
138
113

R + G + B ~ 60%. #D18A71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 138 + 113 = 460 (100%)
R 209 of 460 ~ 45.43%
G 138 of 460 ~ 30%
B 113 of 460 ~ 24.57%

%45.43
%30
%24.57

CMYK color model

#D18A71 color CMYK value is (0,34,46,18).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 45.93%
  • key color value is 18.04%
CMYK:
(0,34,46,18)
C0M34Y46K18 
(0%,34%,46%,18%)
(0.00/0.34/0.46/0.18)	

CMYK percentages

%0
%33.97
%45.93
%18.04

Codes

Color #D18A71 in popluar color models

D18A71
RGB209138113
HSL16°51.06%63.14%
HSB/HSV16°45.93%81.96%
CMYK0.00%33.97%45.93%
18.04%

Color #D18A71 in popluar number systems.

HEXD18A71
Decimal209138113
Binary11010001100010101110001
Octal321212161

Shades and tints

Shades of #D18A71

#D18A71
(209,138,113)
#BE7E67
(190,126,103)
#AB725D
(171,114,93)
#986653
(152,102,83)
#855A49
(133,90,73)
#724E3F
(114,78,63)
#5F4235
(95,66,53)
#4C362B
(76,54,43)
#392A21
(57,42,33)
#261E17
(38,30,23)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #D18A71

#D18A71
(209,138,113)
#D5947D
(213,148,125)
#D99E89
(217,158,137)
#DDA895
(221,168,149)
#E1B2A1
(225,178,161)
#E5BCAD
(229,188,173)
#E9C6B9
(233,198,185)
#EDD0C5
(237,208,197)
#F1DAD1
(241,218,209)
#F5E4DD
(245,228,221)
#F9EEE9
(249,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18A71 color. Also use rgb(209,138,113) instead hex code.

Text Font Color

.myTextColor { color: #D18A71; }

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

This text font color is #D18A71.


Background Color

.myBgColor { background-color: #D18A71; }

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

This div background color is #D18A71.


Border color

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

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

This div border color is #D18A71.


Opacity

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

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

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

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

This text has shadow with #D18A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18A71 on black background.


Color preview on white background

This text has color #D18A71 on white background.



Black color preview on #D18A71 background

This text has black color on #D18A71 background.


White color preview on #D18A71 background

This text has white color on #D18A71 background.