COLOR #D18959

HEX: #D18959
RGB: (209,137,89)

Color info

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

RGB color model

#D18959 color RGB value is (209,137,89).

  • red value is 209;
  • green value is 137;
  • blue value is 89.
RGB:
(209,137,89)
(82%,54%,35%)

RGB channels and saturation

R 209 of 255 = 82%
G 137 of 255 = 54%
B 89 of 255 = 35%

209
137
89

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

Portions of RGB colors in percentages

R + G + B =
209 + 137 + 89 = 435 (100%)
R 209 of 435 ~ 48.05%
G 137 of 435 ~ 31.49%
B 89 of 435 ~ 20.46%

%48.05
%31.49
%20.46

CMYK color model

#D18959 color CMYK value is (0,34,57,18).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 57.42%
  • key color value is 18.04%
CMYK:
(0,34,57,18)
C0M34Y57K18 
(0%,34%,57%,18%)
(0.00/0.34/0.57/0.18)	

CMYK percentages

%0
%34.45
%57.42
%18.04

Codes

Color #D18959 in popluar color models

D18959
RGB20913789
HSL24°56.60%58.43%
HSB/HSV24°57.42%81.96%
CMYK0.00%34.45%57.42%
18.04%

Color #D18959 in popluar number systems.

HEXD18959
Decimal20913789
Binary11010001100010011011001
Octal321211131

Shades and tints

Shades of #D18959

#D18959
(209,137,89)
#BE7D51
(190,125,81)
#AB7149
(171,113,73)
#986541
(152,101,65)
#855939
(133,89,57)
#724D31
(114,77,49)
#5F4129
(95,65,41)
#4C3521
(76,53,33)
#392919
(57,41,25)
#261D11
(38,29,17)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #D18959

#D18959
(209,137,89)
#D59368
(213,147,104)
#D99D77
(217,157,119)
#DDA786
(221,167,134)
#E1B195
(225,177,149)
#E5BBA4
(229,187,164)
#E9C5B3
(233,197,179)
#EDCFC2
(237,207,194)
#F1D9D1
(241,217,209)
#F5E3E0
(245,227,224)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18959 color. Also use rgb(209,137,89) instead hex code.

Text Font Color

.myTextColor { color: #D18959; }

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

This text font color is #D18959.


Background Color

.myBgColor { background-color: #D18959; }

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

This div background color is #D18959.


Border color

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

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

This div border color is #D18959.


Opacity

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

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

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

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

This text has shadow with #D18959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18959 on black background.


Color preview on white background

This text has color #D18959 on white background.



Black color preview on #D18959 background

This text has black color on #D18959 background.


White color preview on #D18959 background

This text has white color on #D18959 background.