COLOR #D18D4C

HEX: #D18D4C
RGB: (209,141,76)

Color info

#D18D4C contains mainly red color. Web safe color of #D18D4C is #CC9933 (or #C93).

RGB color model

#D18D4C color RGB value is (209,141,76).

  • red value is 209;
  • green value is 141;
  • blue value is 76.
RGB:
(209,141,76)
(82%,55%,30%)

RGB channels and saturation

R 209 of 255 = 82%
G 141 of 255 = 55%
B 76 of 255 = 30%

209
141
76

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

Portions of RGB colors in percentages

R + G + B =
209 + 141 + 76 = 426 (100%)
R 209 of 426 ~ 49.06%
G 141 of 426 ~ 33.1%
B 76 of 426 ~ 17.84%

%49.06
%33.1
%17.84

CMYK color model

#D18D4C color CMYK value is (0,33,64,18).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 63.64%
  • key color value is 18.04%
CMYK:
(0,33,64,18)
C0M33Y64K18 
(0%,33%,64%,18%)
(0.00/0.33/0.64/0.18)	

CMYK percentages

%0
%32.54
%63.64
%18.04

Codes

Color #D18D4C in popluar color models

D18D4C
RGB20914176
HSL29°59.11%55.88%
HSB/HSV29°63.64%81.96%
CMYK0.00%32.54%63.64%
18.04%

Color #D18D4C in popluar number systems.

HEXD18D4C
Decimal20914176
Binary11010001100011011001100
Octal321215114

Shades and tints

Shades of #D18D4C

#D18D4C
(209,141,76)
#BE8146
(190,129,70)
#AB7540
(171,117,64)
#98693A
(152,105,58)
#855D34
(133,93,52)
#72512E
(114,81,46)
#5F4528
(95,69,40)
#4C3922
(76,57,34)
#392D1C
(57,45,28)
#262116
(38,33,22)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #D18D4C

#D18D4C
(209,141,76)
#D5975C
(213,151,92)
#D9A16C
(217,161,108)
#DDAB7C
(221,171,124)
#E1B58C
(225,181,140)
#E5BF9C
(229,191,156)
#E9C9AC
(233,201,172)
#EDD3BC
(237,211,188)
#F1DDCC
(241,221,204)
#F5E7DC
(245,231,220)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18D4C color. Also use rgb(209,141,76) instead hex code.

Text Font Color

.myTextColor { color: #D18D4C; }

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

This text font color is #D18D4C.


Background Color

.myBgColor { background-color: #D18D4C; }

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

This div background color is #D18D4C.


Border color

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

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

This div border color is #D18D4C.


Opacity

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

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

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

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

This text has shadow with #D18D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18D4C on black background.


Color preview on white background

This text has color #D18D4C on white background.



Black color preview on #D18D4C background

This text has black color on #D18D4C background.


White color preview on #D18D4C background

This text has white color on #D18D4C background.