COLOR #D17E4C

HEX: #D17E4C
RGB: (209,126,76)

Color info

#D17E4C contains mainly red color. Web safe color of #D17E4C is #CC6633 (or #C63).

RGB color model

#D17E4C color RGB value is (209,126,76).

  • red value is 209;
  • green value is 126;
  • blue value is 76.
RGB:
(209,126,76)
(82%,49%,30%)

RGB channels and saturation

R 209 of 255 = 82%
G 126 of 255 = 49%
B 76 of 255 = 30%

209
126
76

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

Portions of RGB colors in percentages

R + G + B =
209 + 126 + 76 = 411 (100%)
R 209 of 411 ~ 50.85%
G 126 of 411 ~ 30.66%
B 76 of 411 ~ 18.49%

%50.85
%30.66
%18.49

CMYK color model

#D17E4C color CMYK value is (0,40,64,18).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 63.64%
  • key color value is 18.04%
CMYK:
(0,40,64,18)
C0M40Y64K18 
(0%,40%,64%,18%)
(0.00/0.40/0.64/0.18)	

CMYK percentages

%0
%39.71
%63.64
%18.04

Codes

Color #D17E4C in popluar color models

D17E4C
RGB20912676
HSL23°59.11%55.88%
HSB/HSV23°63.64%81.96%
CMYK0.00%39.71%63.64%
18.04%

Color #D17E4C in popluar number systems.

HEXD17E4C
Decimal20912676
Binary1101000111111101001100
Octal321176114

Shades and tints

Shades of #D17E4C

#D17E4C
(209,126,76)
#BE7346
(190,115,70)
#AB6840
(171,104,64)
#985D3A
(152,93,58)
#855234
(133,82,52)
#72472E
(114,71,46)
#5F3C28
(95,60,40)
#4C3122
(76,49,34)
#39261C
(57,38,28)
#261B16
(38,27,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #D17E4C

#D17E4C
(209,126,76)
#D5895C
(213,137,92)
#D9946C
(217,148,108)
#DD9F7C
(221,159,124)
#E1AA8C
(225,170,140)
#E5B59C
(229,181,156)
#E9C0AC
(233,192,172)
#EDCBBC
(237,203,188)
#F1D6CC
(241,214,204)
#F5E1DC
(245,225,220)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17E4C color. Also use rgb(209,126,76) instead hex code.

Text Font Color

.myTextColor { color: #D17E4C; }

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

This text font color is #D17E4C.


Background Color

.myBgColor { background-color: #D17E4C; }

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

This div background color is #D17E4C.


Border color

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

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

This div border color is #D17E4C.


Opacity

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

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

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

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

This text has shadow with #D17E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17E4C on black background.


Color preview on white background

This text has color #D17E4C on white background.



Black color preview on #D17E4C background

This text has black color on #D17E4C background.


White color preview on #D17E4C background

This text has white color on #D17E4C background.