COLOR #D17A1C

HEX: #D17A1C
RGB: (209,122,28)

Color info

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

RGB color model

#D17A1C color RGB value is (209,122,28).

  • red value is 209;
  • green value is 122;
  • blue value is 28.
RGB:
(209,122,28)
(82%,48%,11%)

RGB channels and saturation

R 209 of 255 = 82%
G 122 of 255 = 48%
B 28 of 255 = 11%

209
122
28

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

Portions of RGB colors in percentages

R + G + B =
209 + 122 + 28 = 359 (100%)
R 209 of 359 ~ 58.22%
G 122 of 359 ~ 33.98%
B 28 of 359 ~ 7.8%

%58.22
%33.98

CMYK color model

#D17A1C color CMYK value is (0,42,87,18).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 86.60%
  • key color value is 18.04%
CMYK:
(0,42,87,18)
C0M42Y87K18 
(0%,42%,87%,18%)
(0.00/0.42/0.87/0.18)	

CMYK percentages

%0
%41.63
%86.6
%18.04

Codes

Color #D17A1C in popluar color models

D17A1C
RGB20912228
HSL31°76.37%46.47%
HSB/HSV31°86.60%81.96%
CMYK0.00%41.63%86.60%
18.04%

Color #D17A1C in popluar number systems.

HEXD17A1C
Decimal20912228
Binary11010001111101011100
Octal32117234

Shades and tints

Shades of #D17A1C

#D17A1C
(209,122,28)
#BE6F1A
(190,111,26)
#AB6418
(171,100,24)
#985916
(152,89,22)
#854E14
(133,78,20)
#724312
(114,67,18)
#5F3810
(95,56,16)
#4C2D0E
(76,45,14)
#39220C
(57,34,12)
#26170A
(38,23,10)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #D17A1C

#D17A1C
(209,122,28)
#D58630
(213,134,48)
#D99244
(217,146,68)
#DD9E58
(221,158,88)
#E1AA6C
(225,170,108)
#E5B680
(229,182,128)
#E9C294
(233,194,148)
#EDCEA8
(237,206,168)
#F1DABC
(241,218,188)
#F5E6D0
(245,230,208)
#F9F2E4
(249,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17A1C color. Also use rgb(209,122,28) instead hex code.

Text Font Color

.myTextColor { color: #D17A1C; }

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

This text font color is #D17A1C.


Background Color

.myBgColor { background-color: #D17A1C; }

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

This div background color is #D17A1C.


Border color

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

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

This div border color is #D17A1C.


Opacity

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

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

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

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

This text has shadow with #D17A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17A1C on black background.


Color preview on white background

This text has color #D17A1C on white background.



Black color preview on #D17A1C background

This text has black color on #D17A1C background.


White color preview on #D17A1C background

This text has white color on #D17A1C background.