COLOR #D18C6D

HEX: #D18C6D RGB: (209,140,109)

Color info

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

RGB color model

#D18C6D color RGB value is (209,140,109).

RGB: (209,140,109) (82%, 55%, 43%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 109 of 255 = 43%

209
140
109

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

Portions of RGB colors in percentages

R + G + B = 209 + 140 + 109 = 458 (100%)
R 209 of 458 ~ 45.63%
G 140 of 458 ~ 30.57%
B 109 of 458 ~ 23.8'%

%45.63
%30.57
%23.8

CMYK color model

#D18C6D color CMYK value is (0,33,48,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 47.85%
  • key color value is 18.04%

CMYK: (0,33,48,18)
C0M33Y48K18 (0%, 33%, 48%, 18%)
(0.00 / 0.33 / 0.48 / 0.18)

CMYK percentages

%0
%33.01
%47.85
%18.04

Codes

Color #D18C6D in popluar color models

D1 8C 6D
RGB 209 140 109
HSL 19° 52.08% 62.35%
HSB/HSV 19° 47.85% 81.96%
CMYK 0.00% 33.01% 47.85%
18.04%

Color #D18C6D in popluar number systems.

HEX D1 8C 6D
Decimal 209 140 109
Binary 11010001 10001100 1101101
Octal 321 214 155

Shades and tints

Shades of #D18C6D

#D18C6D
(209,140,109)
#BE8064
(190,128,100)
#AB745B
(171,116,91)
#986852
(152,104,82)
#855C49
(133,92,73)
#725040
(114,80,64)
#5F4437
(95,68,55)
#4C382E
(76,56,46)
#392C25
(57,44,37)
#26201C
(38,32,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #D18C6D

#D18C6D
(209,140,109)
#D5967A
(213,150,122)
#D9A087
(217,160,135)
#DDAA94
(221,170,148)
#E1B4A1
(225,180,161)
#E5BEAE
(229,190,174)
#E9C8BB
(233,200,187)
#EDD2C8
(237,210,200)
#F1DCD5
(241,220,213)
#F5E6E2
(245,230,226)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18C6D; }

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

This text font color is #D18C6D.

Background Color

.myBgColor { background-color: #D18C6D; }

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

This div background color is #D18C6D.

Border color

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

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

This div border color is #D18C6D.

Opacity

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

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

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

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

This text has shadow with #D18C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18C6D.

Preview

Color preview on black background

This text has color #D18C6D on black background.


Color preview on white background

This text has color #D18C6D on white background.


Black color preview on #D18C6D background

This text has black color on #D18C6D background.


White color preview on #D18C6D background

This text has white color on #D18C6D background.


Related colors

Complementary color

Complementary color for #hex is #2E7392.


I love getcolorcode.com

Triadic colors

1 #6DD18C and #8C6DD1 with #D18C6D are triadic colors.

2 #6D8CD1 and #8CD16D with #D18C6D are triadic colors.