COLOR #D17C18

HEX: #D17C18
RGB: (209,124,24)

Color info

#D17C18 contains mainly red color. Web safe color of #D17C18 is #CC6600 (or #C60).

RGB color model

#D17C18 color RGB value is (209,124,24).

  • red value is 209;
  • green value is 124;
  • blue value is 24.
RGB:
(209,124,24)
(82%,49%,9%)

RGB channels and saturation

R 209 of 255 = 82%
G 124 of 255 = 49%
B 24 of 255 = 9%

209
124
24

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

Portions of RGB colors in percentages

R + G + B =
209 + 124 + 24 = 357 (100%)
R 209 of 357 ~ 58.54%
G 124 of 357 ~ 34.73%
B 24 of 357 ~ 6.72%

%58.54
%34.73

CMYK color model

#D17C18 color CMYK value is (0,41,89,18).

  • cyan value is 0.00%
  • magenta value is 40.67%
  • yellow value is 88.52%
  • key color value is 18.04%
CMYK:
(0,41,89,18)
C0M41Y89K18 
(0%,41%,89%,18%)
(0.00/0.41/0.89/0.18)	

CMYK percentages

%0
%40.67
%88.52
%18.04

Codes

Color #D17C18 in popluar color models

D17C18
RGB20912424
HSL32°79.40%45.69%
HSB/HSV32°88.52%81.96%
CMYK0.00%40.67%88.52%
18.04%

Color #D17C18 in popluar number systems.

HEXD17C18
Decimal20912424
Binary11010001111110011000
Octal32117430

Shades and tints

Shades of #D17C18

#D17C18
(209,124,24)
#BE7116
(190,113,22)
#AB6614
(171,102,20)
#985B12
(152,91,18)
#855010
(133,80,16)
#72450E
(114,69,14)
#5F3A0C
(95,58,12)
#4C2F0A
(76,47,10)
#392408
(57,36,8)
#261906
(38,25,6)
#130E04
(19,14,4)
#000000
(0,0,0)

Tints of #D17C18

#D17C18
(209,124,24)
#D5872D
(213,135,45)
#D99242
(217,146,66)
#DD9D57
(221,157,87)
#E1A86C
(225,168,108)
#E5B381
(229,179,129)
#E9BE96
(233,190,150)
#EDC9AB
(237,201,171)
#F1D4C0
(241,212,192)
#F5DFD5
(245,223,213)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17C18 color. Also use rgb(209,124,24) instead hex code.

Text Font Color

.myTextColor { color: #D17C18; }

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

This text font color is #D17C18.


Background Color

.myBgColor { background-color: #D17C18; }

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

This div background color is #D17C18.


Border color

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

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

This div border color is #D17C18.


Opacity

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

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

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

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

This text has shadow with #D17C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17C18 on black background.


Color preview on white background

This text has color #D17C18 on white background.



Black color preview on #D17C18 background

This text has black color on #D17C18 background.


White color preview on #D17C18 background

This text has white color on #D17C18 background.