COLOR #D18C46

HEX: #D18C46 RGB: (209,140,70)

Color info

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

RGB color model

#D18C46 color RGB value is (209,140,70).

RGB: (209,140,70) (82%, 55%, 27%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 70 of 255 = 27%

209
140
70

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

Portions of RGB colors in percentages

R + G + B = 209 + 140 + 70 = 419 (100%)
R 209 of 419 ~ 49.88%
G 140 of 419 ~ 33.41%
B 70 of 419 ~ 16.71'%

%49.88
%33.41
%16.71

CMYK color model

#D18C46 color CMYK value is (0,33,67,18).

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

CMYK: (0,33,67,18)
C0M33Y67K18 (0%, 33%, 67%, 18%)
(0.00 / 0.33 / 0.67 / 0.18)

CMYK percentages

%0
%33.01
%66.51
%18.04

Codes

Color #D18C46 in popluar color models

D1 8C 46
RGB 209 140 70
HSL 30° 60.17% 54.71%
HSB/HSV 30° 66.51% 81.96%
CMYK 0.00% 33.01% 66.51%
18.04%

Color #D18C46 in popluar number systems.

HEX D1 8C 46
Decimal 209 140 70
Binary 11010001 10001100 1000110
Octal 321 214 106

Shades and tints

Shades of #D18C46

#D18C46
(209,140,70)
#BE8040
(190,128,64)
#AB743A
(171,116,58)
#986834
(152,104,52)
#855C2E
(133,92,46)
#725028
(114,80,40)
#5F4422
(95,68,34)
#4C381C
(76,56,28)
#392C16
(57,44,22)
#262010
(38,32,16)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #D18C46

#D18C46
(209,140,70)
#D59656
(213,150,86)
#D9A066
(217,160,102)
#DDAA76
(221,170,118)
#E1B486
(225,180,134)
#E5BE96
(229,190,150)
#E9C8A6
(233,200,166)
#EDD2B6
(237,210,182)
#F1DCC6
(241,220,198)
#F5E6D6
(245,230,214)
#F9F0E6
(249,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18C46; }

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

This text font color is #D18C46.

Background Color

.myBgColor { background-color: #D18C46; }

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

This div background color is #D18C46.

Border color

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

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

This div border color is #D18C46.

Opacity

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

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

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

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

This text has shadow with #D18C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18C46.

Preview

Color preview on black background

This text has color #D18C46 on black background.


Color preview on white background

This text has color #D18C46 on white background.


Black color preview on #D18C46 background

This text has black color on #D18C46 background.


White color preview on #D18C46 background

This text has white color on #D18C46 background.


Related colors

Complementary color

Complementary color for #hex is #2E73B9.


I love getcolorcode.com

Triadic colors

1 #46D18C and #8C46D1 with #D18C46 are triadic colors.

2 #468CD1 and #8CD146 with #D18C46 are triadic colors.