COLOR #D17F54

HEX: #D17F54
RGB: (209,127,84)

Color info

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

RGB color model

#D17F54 color RGB value is (209,127,84).

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

RGB channels and saturation

R 209 of 255 = 82%
G 127 of 255 = 50%
B 84 of 255 = 33%

209
127
84

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

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 84 = 420 (100%)
R 209 of 420 ~ 49.76%
G 127 of 420 ~ 30.24%
B 84 of 420 ~ 20%

%49.76
%30.24
%20

CMYK color model

#D17F54 color CMYK value is (0,39,60,18).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 59.81%
  • key color value is 18.04%
CMYK:
(0,39,60,18)
C0M39Y60K18 
(0%,39%,60%,18%)
(0.00/0.39/0.60/0.18)	

CMYK percentages

%0
%39.23
%59.81
%18.04

Codes

Color #D17F54 in popluar color models

D17F54
RGB20912784
HSL21°57.60%57.45%
HSB/HSV21°59.81%81.96%
CMYK0.00%39.23%59.81%
18.04%

Color #D17F54 in popluar number systems.

HEXD17F54
Decimal20912784
Binary1101000111111111010100
Octal321177124

Shades and tints

Shades of #D17F54

#D17F54
(209,127,84)
#BE744D
(190,116,77)
#AB6946
(171,105,70)
#985E3F
(152,94,63)
#855338
(133,83,56)
#724831
(114,72,49)
#5F3D2A
(95,61,42)
#4C3223
(76,50,35)
#39271C
(57,39,28)
#261C15
(38,28,21)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #D17F54

#D17F54
(209,127,84)
#D58A63
(213,138,99)
#D99572
(217,149,114)
#DDA081
(221,160,129)
#E1AB90
(225,171,144)
#E5B69F
(229,182,159)
#E9C1AE
(233,193,174)
#EDCCBD
(237,204,189)
#F1D7CC
(241,215,204)
#F5E2DB
(245,226,219)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F54; }

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

This text font color is #D17F54.


Background Color

.myBgColor { background-color: #D17F54; }

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

This div background color is #D17F54.


Border color

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

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

This div border color is #D17F54.


Opacity

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

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

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

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

This text has shadow with #D17F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F54 on black background.


Color preview on white background

This text has color #D17F54 on white background.



Black color preview on #D17F54 background

This text has black color on #D17F54 background.


White color preview on #D17F54 background

This text has white color on #D17F54 background.