COLOR #D1870F

HEX: #D1870F
RGB: (209,135,15)

Color info

#D1870F contains mainly red color. Web safe color of #D1870F is #CC9900 (or #C90).

RGB color model

#D1870F color RGB value is (209,135,15).

  • red value is 209;
  • green value is 135;
  • blue value is 15.
RGB:
(209,135,15)
(82%,53%,6%)

RGB channels and saturation

R 209 of 255 = 82%
G 135 of 255 = 53%
B 15 of 255 = 6%

209
135
15

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

Portions of RGB colors in percentages

R + G + B =
209 + 135 + 15 = 359 (100%)
R 209 of 359 ~ 58.22%
G 135 of 359 ~ 37.6%
B 15 of 359 ~ 4.18%

%58.22
%37.6

CMYK color model

#D1870F color CMYK value is (0,35,93,18).

  • cyan value is 0.00%
  • magenta value is 35.41%
  • yellow value is 92.82%
  • key color value is 18.04%
CMYK:
(0,35,93,18)
C0M35Y93K18 
(0%,35%,93%,18%)
(0.00/0.35/0.93/0.18)	

CMYK percentages

%0
%35.41
%92.82
%18.04

Codes

Color #D1870F in popluar color models

D1870F
RGB20913515
HSL37°86.61%43.92%
HSB/HSV37°92.82%81.96%
CMYK0.00%35.41%92.82%
18.04%

Color #D1870F in popluar number systems.

HEXD1870F
Decimal20913515
Binary11010001100001111111
Octal32120717

Shades and tints

Shades of #D1870F

#D1870F
(209,135,15)
#BE7B0E
(190,123,14)
#AB6F0D
(171,111,13)
#98630C
(152,99,12)
#85570B
(133,87,11)
#724B0A
(114,75,10)
#5F3F09
(95,63,9)
#4C3308
(76,51,8)
#392707
(57,39,7)
#261B06
(38,27,6)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #D1870F

#D1870F
(209,135,15)
#D59124
(213,145,36)
#D99B39
(217,155,57)
#DDA54E
(221,165,78)
#E1AF63
(225,175,99)
#E5B978
(229,185,120)
#E9C38D
(233,195,141)
#EDCDA2
(237,205,162)
#F1D7B7
(241,215,183)
#F5E1CC
(245,225,204)
#F9EBE1
(249,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1870F color. Also use rgb(209,135,15) instead hex code.

Text Font Color

.myTextColor { color: #D1870F; }

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

This text font color is #D1870F.


Background Color

.myBgColor { background-color: #D1870F; }

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

This div background color is #D1870F.


Border color

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

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

This div border color is #D1870F.


Opacity

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

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

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

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

This text has shadow with #D1870F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1870F on black background.


Color preview on white background

This text has color #D1870F on white background.



Black color preview on #D1870F background

This text has black color on #D1870F background.


White color preview on #D1870F background

This text has white color on #D1870F background.