COLOR #D86339

HEX: #D86339
RGB: (216,99,57)

Color info

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

RGB color model

#D86339 color RGB value is (216,99,57).

  • red value is 216;
  • green value is 99;
  • blue value is 57.
RGB:
(216,99,57)
(85%,39%,22%)

RGB channels and saturation

R 216 of 255 = 85%
G 99 of 255 = 39%
B 57 of 255 = 22%

216
99
57

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

Portions of RGB colors in percentages

R + G + B =
216 + 99 + 57 = 372 (100%)
R 216 of 372 ~ 58.06%
G 99 of 372 ~ 26.61%
B 57 of 372 ~ 15.32%

%58.06
%26.61
%15.32

CMYK color model

#D86339 color CMYK value is (0,54,74,15).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 73.61%
  • key color value is 15.29%
CMYK:
(0,54,74,15)
C0M54Y74K15 
(0%,54%,74%,15%)
(0.00/0.54/0.74/0.15)	

CMYK percentages

%0
%54.17
%73.61
%15.29

Codes

Color #D86339 in popluar color models

D86339
RGB2169957
HSL16°67.09%53.53%
HSB/HSV16°73.61%84.71%
CMYK0.00%54.17%73.61%
15.29%

Color #D86339 in popluar number systems.

HEXD86339
Decimal2169957
Binary110110001100011111001
Octal33014371

Shades and tints

Shades of #D86339

#D86339
(216,99,57)
#C55A34
(197,90,52)
#B2512F
(178,81,47)
#9F482A
(159,72,42)
#8C3F25
(140,63,37)
#793620
(121,54,32)
#662D1B
(102,45,27)
#532416
(83,36,22)
#401B11
(64,27,17)
#2D120C
(45,18,12)
#1A0907
(26,9,7)
#000000
(0,0,0)

Tints of #D86339

#D86339
(216,99,57)
#DB714B
(219,113,75)
#DE7F5D
(222,127,93)
#E18D6F
(225,141,111)
#E49B81
(228,155,129)
#E7A993
(231,169,147)
#EAB7A5
(234,183,165)
#EDC5B7
(237,197,183)
#F0D3C9
(240,211,201)
#F3E1DB
(243,225,219)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D86339 color. Also use rgb(216,99,57) instead hex code.

Text Font Color

.myTextColor { color: #D86339; }

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

This text font color is #D86339.


Background Color

.myBgColor { background-color: #D86339; }

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

This div background color is #D86339.


Border color

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

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

This div border color is #D86339.


Opacity

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

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

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

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

This text has shadow with #D86339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D86339 on black background.


Color preview on white background

This text has color #D86339 on white background.



Black color preview on #D86339 background

This text has black color on #D86339 background.


White color preview on #D86339 background

This text has white color on #D86339 background.