COLOR #D17F00

HEX: #D17F00
RGB: (209,127,0)

Color info

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

RGB color model

#D17F00 color RGB value is (209,127,0).

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

RGB channels and saturation

R 209 of 255 = 82%
G 127 of 255 = 50%
B 0 of 255 = 0%

209
127
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 0 = 336 (100%)
R 209 of 336 ~ 62.2%
G 127 of 336 ~ 37.8%
B 0 of 336 ~ 0%

%62.2
%37.8

CMYK color model

#D17F00 color CMYK value is (0,39,100,18).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,39,100,18)
C0M39Y100K18 
(0%,39%,100%,18%)
(0.00/0.39/1.00/0.18)	

CMYK percentages

%0
%39.23
%100
%18.04

Codes

Color #D17F00 in popluar color models

D17F00
RGB2091270
HSL36°100.00%40.98%
HSB/HSV36°100.00%81.96%
CMYK0.00%39.23%100.00%
18.04%

Color #D17F00 in popluar number systems.

HEXD17F00
Decimal2091270
Binary1101000111111110
Octal3211770

Shades and tints

Shades of #D17F00

#D17F00
(209,127,0)
#BE7400
(190,116,0)
#AB6900
(171,105,0)
#985E00
(152,94,0)
#855300
(133,83,0)
#724800
(114,72,0)
#5F3D00
(95,61,0)
#4C3200
(76,50,0)
#392700
(57,39,0)
#261C00
(38,28,0)
#131100
(19,17,0)
#000000
(0,0,0)

Tints of #D17F00

#D17F00
(209,127,0)
#D58A17
(213,138,23)
#D9952E
(217,149,46)
#DDA045
(221,160,69)
#E1AB5C
(225,171,92)
#E5B673
(229,182,115)
#E9C18A
(233,193,138)
#EDCCA1
(237,204,161)
#F1D7B8
(241,215,184)
#F5E2CF
(245,226,207)
#F9EDE6
(249,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F00; }

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

This text font color is #D17F00.


Background Color

.myBgColor { background-color: #D17F00; }

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

This div background color is #D17F00.


Border color

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

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

This div border color is #D17F00.


Opacity

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

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

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

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

This text has shadow with #D17F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F00 on black background.


Color preview on white background

This text has color #D17F00 on white background.



Black color preview on #D17F00 background

This text has black color on #D17F00 background.


White color preview on #D17F00 background

This text has white color on #D17F00 background.