COLOR #D87E17

HEX: #D87E17
RGB: (216,126,23)

Color info

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

RGB color model

#D87E17 color RGB value is (216,126,23).

  • red value is 216;
  • green value is 126;
  • blue value is 23.
RGB:
(216,126,23)
(85%,49%,9%)

RGB channels and saturation

R 216 of 255 = 85%
G 126 of 255 = 49%
B 23 of 255 = 9%

216
126
23

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

Portions of RGB colors in percentages

R + G + B =
216 + 126 + 23 = 365 (100%)
R 216 of 365 ~ 59.18%
G 126 of 365 ~ 34.52%
B 23 of 365 ~ 6.3%

%59.18
%34.52

CMYK color model

#D87E17 color CMYK value is (0,42,89,15).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 89.35%
  • key color value is 15.29%
CMYK:
(0,42,89,15)
C0M42Y89K15 
(0%,42%,89%,15%)
(0.00/0.42/0.89/0.15)	

CMYK percentages

%0
%41.67
%89.35
%15.29

Codes

Color #D87E17 in popluar color models

D87E17
RGB21612623
HSL32°80.75%46.86%
HSB/HSV32°89.35%84.71%
CMYK0.00%41.67%89.35%
15.29%

Color #D87E17 in popluar number systems.

HEXD87E17
Decimal21612623
Binary11011000111111010111
Octal33017627

Shades and tints

Shades of #D87E17

#D87E17
(216,126,23)
#C57315
(197,115,21)
#B26813
(178,104,19)
#9F5D11
(159,93,17)
#8C520F
(140,82,15)
#79470D
(121,71,13)
#663C0B
(102,60,11)
#533109
(83,49,9)
#402607
(64,38,7)
#2D1B05
(45,27,5)
#1A1003
(26,16,3)
#000000
(0,0,0)

Tints of #D87E17

#D87E17
(216,126,23)
#DB892C
(219,137,44)
#DE9441
(222,148,65)
#E19F56
(225,159,86)
#E4AA6B
(228,170,107)
#E7B580
(231,181,128)
#EAC095
(234,192,149)
#EDCBAA
(237,203,170)
#F0D6BF
(240,214,191)
#F3E1D4
(243,225,212)
#F6ECE9
(246,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87E17 color. Also use rgb(216,126,23) instead hex code.

Text Font Color

.myTextColor { color: #D87E17; }

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

This text font color is #D87E17.


Background Color

.myBgColor { background-color: #D87E17; }

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

This div background color is #D87E17.


Border color

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

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

This div border color is #D87E17.


Opacity

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

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

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

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

This text has shadow with #D87E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87E17 on black background.


Color preview on white background

This text has color #D87E17 on white background.



Black color preview on #D87E17 background

This text has black color on #D87E17 background.


White color preview on #D87E17 background

This text has white color on #D87E17 background.