COLOR #D87813

HEX: #D87813 RGB: (216,120,19)

Color info

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

RGB color model

#D87813 color RGB value is (216,120,19).

RGB: (216,120,19) (85%, 47%, 7%)

RGB channels and saturation

R 216 of 255 = 85%
G 120 of 255 = 47%
B 19 of 255 = 7%

216
120
19

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

Portions of RGB colors in percentages

R + G + B = 216 + 120 + 19 = 355 (100%)
R 216 of 355 ~ 60.85%
G 120 of 355 ~ 33.8%
B 19 of 355 ~ 5.35'%

%60.85
%33.8

CMYK color model

#D87813 color CMYK value is (0,44,91,15).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 91.20%
  • key color value is 15.29%

CMYK: (0,44,91,15)
C0M44Y91K15 (0%, 44%, 91%, 15%)
(0.00 / 0.44 / 0.91 / 0.15)

CMYK percentages

%0
%44.44
%91.2
%15.29

Codes

Color #D87813 in popluar color models

D8 78 13
RGB 216 120 19
HSL 31° 83.83% 46.08%
HSB/HSV 31° 91.20% 84.71%
CMYK 0.00% 44.44% 91.20%
15.29%

Color #D87813 in popluar number systems.

HEX D8 78 13
Decimal 216 120 19
Binary 11011000 1111000 10011
Octal 330 170 23

Shades and tints

Shades of #D87813

#D87813
(216,120,19)
#C56E12
(197,110,18)
#B26411
(178,100,17)
#9F5A10
(159,90,16)
#8C500F
(140,80,15)
#79460E
(121,70,14)
#663C0D
(102,60,13)
#53320C
(83,50,12)
#40280B
(64,40,11)
#2D1E0A
(45,30,10)
#1A1409
(26,20,9)
#000000
(0,0,0)

Tints of #D87813

#D87813
(216,120,19)
#DB8428
(219,132,40)
#DE903D
(222,144,61)
#E19C52
(225,156,82)
#E4A867
(228,168,103)
#E7B47C
(231,180,124)
#EAC091
(234,192,145)
#EDCCA6
(237,204,166)
#F0D8BB
(240,216,187)
#F3E4D0
(243,228,208)
#F6F0E5
(246,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87813 color. Also use rgb(216,120,19) instead hex code.

Text Font Color

.myTextColor { color: #D87813; }

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

This text font color is #D87813.

Background Color

.myBgColor { background-color: #D87813; }

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

This div background color is #D87813.

Border color

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

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

This div border color is #D87813.

Opacity

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

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

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

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

This text has shadow with #D87813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D87813.

Preview

Color preview on black background

This text has color #D87813 on black background.


Color preview on white background

This text has color #D87813 on white background.


Black color preview on #D87813 background

This text has black color on #D87813 background.


White color preview on #D87813 background

This text has white color on #D87813 background.


Related colors

Complementary color

Complementary color for #hex is #2787EC.


I love getcolorcode.com

Triadic colors

1 #13D878 and #7813D8 with #D87813 are triadic colors.

2 #1378D8 and #78D813 with #D87813 are triadic colors.