COLOR #D17F5F

HEX: #D17F5F
RGB: (209,127,95)

Color info

#D17F5F contains mainly red color. Web safe color of #D17F5F is #CC6666 (or #C66).

RGB color model

#D17F5F color RGB value is (209,127,95).

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

RGB channels and saturation

R 209 of 255 = 82%
G 127 of 255 = 50%
B 95 of 255 = 37%

209
127
95

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

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 95 = 431 (100%)
R 209 of 431 ~ 48.49%
G 127 of 431 ~ 29.47%
B 95 of 431 ~ 22.04%

%48.49
%29.47
%22.04

CMYK color model

#D17F5F color CMYK value is (0,39,55,18).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 54.55%
  • key color value is 18.04%
CMYK:
(0,39,55,18)
C0M39Y55K18 
(0%,39%,55%,18%)
(0.00/0.39/0.55/0.18)	

CMYK percentages

%0
%39.23
%54.55
%18.04

Codes

Color #D17F5F in popluar color models

D17F5F
RGB20912795
HSL17°55.34%59.61%
HSB/HSV17°54.55%81.96%
CMYK0.00%39.23%54.55%
18.04%

Color #D17F5F in popluar number systems.

HEXD17F5F
Decimal20912795
Binary1101000111111111011111
Octal321177137

Shades and tints

Shades of #D17F5F

#D17F5F
(209,127,95)
#BE7457
(190,116,87)
#AB694F
(171,105,79)
#985E47
(152,94,71)
#85533F
(133,83,63)
#724837
(114,72,55)
#5F3D2F
(95,61,47)
#4C3227
(76,50,39)
#39271F
(57,39,31)
#261C17
(38,28,23)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #D17F5F

#D17F5F
(209,127,95)
#D58A6D
(213,138,109)
#D9957B
(217,149,123)
#DDA089
(221,160,137)
#E1AB97
(225,171,151)
#E5B6A5
(229,182,165)
#E9C1B3
(233,193,179)
#EDCCC1
(237,204,193)
#F1D7CF
(241,215,207)
#F5E2DD
(245,226,221)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F5F; }

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

This text font color is #D17F5F.


Background Color

.myBgColor { background-color: #D17F5F; }

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

This div background color is #D17F5F.


Border color

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

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

This div border color is #D17F5F.


Opacity

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

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

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

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

This text has shadow with #D17F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F5F on black background.


Color preview on white background

This text has color #D17F5F on white background.



Black color preview on #D17F5F background

This text has black color on #D17F5F background.


White color preview on #D17F5F background

This text has white color on #D17F5F background.