COLOR #D17400

HEX: #D17400
RGB: (209,116,0)

Color info

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

RGB color model

#D17400 color RGB value is (209,116,0).

  • red value is 209;
  • green value is 116;
  • blue value is 0.
RGB:
(209,116,0)
(82%,45%,0%)

RGB channels and saturation

R 209 of 255 = 82%
G 116 of 255 = 45%
B 0 of 255 = 0%

209
116
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 116 + 0 = 325 (100%)
R 209 of 325 ~ 64.31%
G 116 of 325 ~ 35.69%
B 0 of 325 ~ 0%

%64.31
%35.69

CMYK color model

#D17400 color CMYK value is (0,44,100,18).

  • cyan value is 0.00%
  • magenta value is 44.50%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,44,100,18)
C0M44Y100K18 
(0%,44%,100%,18%)
(0.00/0.44/1.00/0.18)	

CMYK percentages

%0
%44.5
%100
%18.04

Codes

Color #D17400 in popluar color models

D17400
RGB2091160
HSL33°100.00%40.98%
HSB/HSV33°100.00%81.96%
CMYK0.00%44.50%100.00%
18.04%

Color #D17400 in popluar number systems.

HEXD17400
Decimal2091160
Binary1101000111101000
Octal3211640

Shades and tints

Shades of #D17400

#D17400
(209,116,0)
#BE6A00
(190,106,0)
#AB6000
(171,96,0)
#985600
(152,86,0)
#854C00
(133,76,0)
#724200
(114,66,0)
#5F3800
(95,56,0)
#4C2E00
(76,46,0)
#392400
(57,36,0)
#261A00
(38,26,0)
#131000
(19,16,0)
#000000
(0,0,0)

Tints of #D17400

#D17400
(209,116,0)
#D58017
(213,128,23)
#D98C2E
(217,140,46)
#DD9845
(221,152,69)
#E1A45C
(225,164,92)
#E5B073
(229,176,115)
#E9BC8A
(233,188,138)
#EDC8A1
(237,200,161)
#F1D4B8
(241,212,184)
#F5E0CF
(245,224,207)
#F9ECE6
(249,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17400 color. Also use rgb(209,116,0) instead hex code.

Text Font Color

.myTextColor { color: #D17400; }

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

This text font color is #D17400.


Background Color

.myBgColor { background-color: #D17400; }

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

This div background color is #D17400.


Border color

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

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

This div border color is #D17400.


Opacity

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

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

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

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

This text has shadow with #D17400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17400 on black background.


Color preview on white background

This text has color #D17400 on white background.



Black color preview on #D17400 background

This text has black color on #D17400 background.


White color preview on #D17400 background

This text has white color on #D17400 background.