COLOR #D17845

HEX: #D17845
RGB: (209,120,69)

Color info

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

RGB color model

#D17845 color RGB value is (209,120,69).

  • red value is 209;
  • green value is 120;
  • blue value is 69.
RGB:
(209,120,69)
(82%,47%,27%)

RGB channels and saturation

R 209 of 255 = 82%
G 120 of 255 = 47%
B 69 of 255 = 27%

209
120
69

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

Portions of RGB colors in percentages

R + G + B =
209 + 120 + 69 = 398 (100%)
R 209 of 398 ~ 52.51%
G 120 of 398 ~ 30.15%
B 69 of 398 ~ 17.34%

%52.51
%30.15
%17.34

CMYK color model

#D17845 color CMYK value is (0,43,67,18).

  • cyan value is 0.00%
  • magenta value is 42.58%
  • yellow value is 66.99%
  • key color value is 18.04%
CMYK:
(0,43,67,18)
C0M43Y67K18 
(0%,43%,67%,18%)
(0.00/0.43/0.67/0.18)	

CMYK percentages

%0
%42.58
%66.99
%18.04

Codes

Color #D17845 in popluar color models

D17845
RGB20912069
HSL22°60.34%54.51%
HSB/HSV22°66.99%81.96%
CMYK0.00%42.58%66.99%
18.04%

Color #D17845 in popluar number systems.

HEXD17845
Decimal20912069
Binary1101000111110001000101
Octal321170105

Shades and tints

Shades of #D17845

#D17845
(209,120,69)
#BE6E3F
(190,110,63)
#AB6439
(171,100,57)
#985A33
(152,90,51)
#85502D
(133,80,45)
#724627
(114,70,39)
#5F3C21
(95,60,33)
#4C321B
(76,50,27)
#392815
(57,40,21)
#261E0F
(38,30,15)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #D17845

#D17845
(209,120,69)
#D58455
(213,132,85)
#D99065
(217,144,101)
#DD9C75
(221,156,117)
#E1A885
(225,168,133)
#E5B495
(229,180,149)
#E9C0A5
(233,192,165)
#EDCCB5
(237,204,181)
#F1D8C5
(241,216,197)
#F5E4D5
(245,228,213)
#F9F0E5
(249,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17845 color. Also use rgb(209,120,69) instead hex code.

Text Font Color

.myTextColor { color: #D17845; }

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

This text font color is #D17845.


Background Color

.myBgColor { background-color: #D17845; }

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

This div background color is #D17845.


Border color

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

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

This div border color is #D17845.


Opacity

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

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

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

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

This text has shadow with #D17845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17845 on black background.


Color preview on white background

This text has color #D17845 on white background.



Black color preview on #D17845 background

This text has black color on #D17845 background.


White color preview on #D17845 background

This text has white color on #D17845 background.