COLOR #D17F2B

HEX: #D17F2B
RGB: (209,127,43)

Color info

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

RGB color model

#D17F2B color RGB value is (209,127,43).

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

RGB channels and saturation

R 209 of 255 = 82%
G 127 of 255 = 50%
B 43 of 255 = 17%

209
127
43

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

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 43 = 379 (100%)
R 209 of 379 ~ 55.15%
G 127 of 379 ~ 33.51%
B 43 of 379 ~ 11.35%

%55.15
%33.51
%11.35

CMYK color model

#D17F2B color CMYK value is (0,39,79,18).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 79.43%
  • key color value is 18.04%
CMYK:
(0,39,79,18)
C0M39Y79K18 
(0%,39%,79%,18%)
(0.00/0.39/0.79/0.18)	

CMYK percentages

%0
%39.23
%79.43
%18.04

Codes

Color #D17F2B in popluar color models

D17F2B
RGB20912743
HSL30°65.87%49.41%
HSB/HSV30°79.43%81.96%
CMYK0.00%39.23%79.43%
18.04%

Color #D17F2B in popluar number systems.

HEXD17F2B
Decimal20912743
Binary110100011111111101011
Octal32117753

Shades and tints

Shades of #D17F2B

#D17F2B
(209,127,43)
#BE7428
(190,116,40)
#AB6925
(171,105,37)
#985E22
(152,94,34)
#85531F
(133,83,31)
#72481C
(114,72,28)
#5F3D19
(95,61,25)
#4C3216
(76,50,22)
#392713
(57,39,19)
#261C10
(38,28,16)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #D17F2B

#D17F2B
(209,127,43)
#D58A3E
(213,138,62)
#D99551
(217,149,81)
#DDA064
(221,160,100)
#E1AB77
(225,171,119)
#E5B68A
(229,182,138)
#E9C19D
(233,193,157)
#EDCCB0
(237,204,176)
#F1D7C3
(241,215,195)
#F5E2D6
(245,226,214)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F2B; }

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

This text font color is #D17F2B.


Background Color

.myBgColor { background-color: #D17F2B; }

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

This div background color is #D17F2B.


Border color

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

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

This div border color is #D17F2B.


Opacity

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

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

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

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

This text has shadow with #D17F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F2B on black background.


Color preview on white background

This text has color #D17F2B on white background.



Black color preview on #D17F2B background

This text has black color on #D17F2B background.


White color preview on #D17F2B background

This text has white color on #D17F2B background.