COLOR #D86D23

HEX: #D86D23
RGB: (216,109,35)

Color info

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

RGB color model

#D86D23 color RGB value is (216,109,35).

  • red value is 216;
  • green value is 109;
  • blue value is 35.
RGB:
(216,109,35)
(85%,43%,14%)

RGB channels and saturation

R 216 of 255 = 85%
G 109 of 255 = 43%
B 35 of 255 = 14%

216
109
35

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

Portions of RGB colors in percentages

R + G + B =
216 + 109 + 35 = 360 (100%)
R 216 of 360 ~ 60%
G 109 of 360 ~ 30.28%
B 35 of 360 ~ 9.72%

%60
%30.28
%9.72

CMYK color model

#D86D23 color CMYK value is (0,50,84,15).

  • cyan value is 0.00%
  • magenta value is 49.54%
  • yellow value is 83.80%
  • key color value is 15.29%
CMYK:
(0,50,84,15)
C0M50Y84K15 
(0%,50%,84%,15%)
(0.00/0.50/0.84/0.15)	

CMYK percentages

%0
%49.54
%83.8
%15.29

Codes

Color #D86D23 in popluar color models

D86D23
RGB21610935
HSL25°72.11%49.22%
HSB/HSV25°83.80%84.71%
CMYK0.00%49.54%83.80%
15.29%

Color #D86D23 in popluar number systems.

HEXD86D23
Decimal21610935
Binary110110001101101100011
Octal33015543

Shades and tints

Shades of #D86D23

#D86D23
(216,109,35)
#C56420
(197,100,32)
#B25B1D
(178,91,29)
#9F521A
(159,82,26)
#8C4917
(140,73,23)
#794014
(121,64,20)
#663711
(102,55,17)
#532E0E
(83,46,14)
#40250B
(64,37,11)
#2D1C08
(45,28,8)
#1A1305
(26,19,5)
#000000
(0,0,0)

Tints of #D86D23

#D86D23
(216,109,35)
#DB7A37
(219,122,55)
#DE874B
(222,135,75)
#E1945F
(225,148,95)
#E4A173
(228,161,115)
#E7AE87
(231,174,135)
#EABB9B
(234,187,155)
#EDC8AF
(237,200,175)
#F0D5C3
(240,213,195)
#F3E2D7
(243,226,215)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D86D23 color. Also use rgb(216,109,35) instead hex code.

Text Font Color

.myTextColor { color: #D86D23; }

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

This text font color is #D86D23.


Background Color

.myBgColor { background-color: #D86D23; }

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

This div background color is #D86D23.


Border color

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

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

This div border color is #D86D23.


Opacity

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

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

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

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

This text has shadow with #D86D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D86D23 on black background.


Color preview on white background

This text has color #D86D23 on white background.



Black color preview on #D86D23 background

This text has black color on #D86D23 background.


White color preview on #D86D23 background

This text has white color on #D86D23 background.