COLOR #DF8623

HEX: #DF8623
RGB: (223,134,35)

Color info

#DF8623 contains mainly red color. Web safe color of #DF8623 is #CC9933 (or #C93).

RGB color model

#DF8623 color RGB value is (223,134,35).

  • red value is 223;
  • green value is 134;
  • blue value is 35.
RGB:
(223,134,35)
(87%,53%,14%)

RGB channels and saturation

R 223 of 255 = 87%
G 134 of 255 = 53%
B 35 of 255 = 14%

223
134
35

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

Portions of RGB colors in percentages

R + G + B =
223 + 134 + 35 = 392 (100%)
R 223 of 392 ~ 56.89%
G 134 of 392 ~ 34.18%
B 35 of 392 ~ 8.93%

%56.89
%34.18

CMYK color model

#DF8623 color CMYK value is (0,40,84,13).

  • cyan value is 0.00%
  • magenta value is 39.91%
  • yellow value is 84.30%
  • key color value is 12.55%
CMYK:
(0,40,84,13)
C0M40Y84K13 
(0%,40%,84%,13%)
(0.00/0.40/0.84/0.13)	

CMYK percentages

%0
%39.91
%84.3
%12.55

Codes

Color #DF8623 in popluar color models

DF8623
RGB22313435
HSL32°74.60%50.59%
HSB/HSV32°84.30%87.45%
CMYK0.00%39.91%84.30%
12.55%

Color #DF8623 in popluar number systems.

HEXDF8623
Decimal22313435
Binary1101111110000110100011
Octal33720643

Shades and tints

Shades of #DF8623

#DF8623
(223,134,35)
#CB7A20
(203,122,32)
#B76E1D
(183,110,29)
#A3621A
(163,98,26)
#8F5617
(143,86,23)
#7B4A14
(123,74,20)
#673E11
(103,62,17)
#53320E
(83,50,14)
#3F260B
(63,38,11)
#2B1A08
(43,26,8)
#170E05
(23,14,5)
#000000
(0,0,0)

Tints of #DF8623

#DF8623
(223,134,35)
#E19137
(225,145,55)
#E39C4B
(227,156,75)
#E5A75F
(229,167,95)
#E7B273
(231,178,115)
#E9BD87
(233,189,135)
#EBC89B
(235,200,155)
#EDD3AF
(237,211,175)
#EFDEC3
(239,222,195)
#F1E9D7
(241,233,215)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8623 color. Also use rgb(223,134,35) instead hex code.

Text Font Color

.myTextColor { color: #DF8623; }

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

This text font color is #DF8623.


Background Color

.myBgColor { background-color: #DF8623; }

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

This div background color is #DF8623.


Border color

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

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

This div border color is #DF8623.


Opacity

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

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

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

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

This text has shadow with #DF8623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8623 on black background.


Color preview on white background

This text has color #DF8623 on white background.



Black color preview on #DF8623 background

This text has black color on #DF8623 background.


White color preview on #DF8623 background

This text has white color on #DF8623 background.