COLOR #D18C5C

HEX: #D18C5C
RGB: (209,140,92)

Color info

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

RGB color model

#D18C5C color RGB value is (209,140,92).

  • red value is 209;
  • green value is 140;
  • blue value is 92.
RGB:
(209,140,92)
(82%,55%,36%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 92 of 255 = 36%

209
140
92

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

Portions of RGB colors in percentages

R + G + B =
209 + 140 + 92 = 441 (100%)
R 209 of 441 ~ 47.39%
G 140 of 441 ~ 31.75%
B 92 of 441 ~ 20.86%

%47.39
%31.75
%20.86

CMYK color model

#D18C5C color CMYK value is (0,33,56,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 55.98%
  • key color value is 18.04%
CMYK:
(0,33,56,18)
C0M33Y56K18 
(0%,33%,56%,18%)
(0.00/0.33/0.56/0.18)	

CMYK percentages

%0
%33.01
%55.98
%18.04

Codes

Color #D18C5C in popluar color models

D18C5C
RGB20914092
HSL25°55.98%59.02%
HSB/HSV25°55.98%81.96%
CMYK0.00%33.01%55.98%
18.04%

Color #D18C5C in popluar number systems.

HEXD18C5C
Decimal20914092
Binary11010001100011001011100
Octal321214134

Shades and tints

Shades of #D18C5C

#D18C5C
(209,140,92)
#BE8054
(190,128,84)
#AB744C
(171,116,76)
#986844
(152,104,68)
#855C3C
(133,92,60)
#725034
(114,80,52)
#5F442C
(95,68,44)
#4C3824
(76,56,36)
#392C1C
(57,44,28)
#262014
(38,32,20)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #D18C5C

#D18C5C
(209,140,92)
#D5966A
(213,150,106)
#D9A078
(217,160,120)
#DDAA86
(221,170,134)
#E1B494
(225,180,148)
#E5BEA2
(229,190,162)
#E9C8B0
(233,200,176)
#EDD2BE
(237,210,190)
#F1DCCC
(241,220,204)
#F5E6DA
(245,230,218)
#F9F0E8
(249,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18C5C color. Also use rgb(209,140,92) instead hex code.

Text Font Color

.myTextColor { color: #D18C5C; }

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

This text font color is #D18C5C.


Background Color

.myBgColor { background-color: #D18C5C; }

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

This div background color is #D18C5C.


Border color

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

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

This div border color is #D18C5C.


Opacity

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

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

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

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

This text has shadow with #D18C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18C5C on black background.


Color preview on white background

This text has color #D18C5C on white background.



Black color preview on #D18C5C background

This text has black color on #D18C5C background.


White color preview on #D18C5C background

This text has white color on #D18C5C background.