COLOR #D1895F

HEX: #D1895F
RGB: (209,137,95)

Color info

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

RGB color model

#D1895F color RGB value is (209,137,95).

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

RGB channels and saturation

R 209 of 255 = 82%
G 137 of 255 = 54%
B 95 of 255 = 37%

209
137
95

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

Portions of RGB colors in percentages

R + G + B =
209 + 137 + 95 = 441 (100%)
R 209 of 441 ~ 47.39%
G 137 of 441 ~ 31.07%
B 95 of 441 ~ 21.54%

%47.39
%31.07
%21.54

CMYK color model

#D1895F color CMYK value is (0,34,55,18).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 54.55%
  • key color value is 18.04%
CMYK:
(0,34,55,18)
C0M34Y55K18 
(0%,34%,55%,18%)
(0.00/0.34/0.55/0.18)	

CMYK percentages

%0
%34.45
%54.55
%18.04

Codes

Color #D1895F in popluar color models

D1895F
RGB20913795
HSL22°55.34%59.61%
HSB/HSV22°54.55%81.96%
CMYK0.00%34.45%54.55%
18.04%

Color #D1895F in popluar number systems.

HEXD1895F
Decimal20913795
Binary11010001100010011011111
Octal321211137

Shades and tints

Shades of #D1895F

#D1895F
(209,137,95)
#BE7D57
(190,125,87)
#AB714F
(171,113,79)
#986547
(152,101,71)
#85593F
(133,89,63)
#724D37
(114,77,55)
#5F412F
(95,65,47)
#4C3527
(76,53,39)
#39291F
(57,41,31)
#261D17
(38,29,23)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #D1895F

#D1895F
(209,137,95)
#D5936D
(213,147,109)
#D99D7B
(217,157,123)
#DDA789
(221,167,137)
#E1B197
(225,177,151)
#E5BBA5
(229,187,165)
#E9C5B3
(233,197,179)
#EDCFC1
(237,207,193)
#F1D9CF
(241,217,207)
#F5E3DD
(245,227,221)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1895F; }

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

This text font color is #D1895F.


Background Color

.myBgColor { background-color: #D1895F; }

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

This div background color is #D1895F.


Border color

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

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

This div border color is #D1895F.


Opacity

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

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

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

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

This text has shadow with #D1895F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1895F on black background.


Color preview on white background

This text has color #D1895F on white background.



Black color preview on #D1895F background

This text has black color on #D1895F background.


White color preview on #D1895F background

This text has white color on #D1895F background.