COLOR #DE8313

HEX: #DE8313
RGB: (222,131,19)

Color info

#DE8313 contains mainly red color. Web safe color of #DE8313 is #CC9900 (or #C90).

RGB color model

#DE8313 color RGB value is (222,131,19).

  • red value is 222;
  • green value is 131;
  • blue value is 19.
RGB:
(222,131,19)
(87%,51%,7%)

RGB channels and saturation

R 222 of 255 = 87%
G 131 of 255 = 51%
B 19 of 255 = 7%

222
131
19

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

Portions of RGB colors in percentages

R + G + B =
222 + 131 + 19 = 372 (100%)
R 222 of 372 ~ 59.68%
G 131 of 372 ~ 35.22%
B 19 of 372 ~ 5.11%

%59.68
%35.22

CMYK color model

#DE8313 color CMYK value is (0,41,91,13).

  • cyan value is 0.00%
  • magenta value is 40.99%
  • yellow value is 91.44%
  • key color value is 12.94%
CMYK:
(0,41,91,13)
C0M41Y91K13 
(0%,41%,91%,13%)
(0.00/0.41/0.91/0.13)	

CMYK percentages

%0
%40.99
%91.44
%12.94

Codes

Color #DE8313 in popluar color models

DE8313
RGB22213119
HSL33°84.23%47.25%
HSB/HSV33°91.44%87.06%
CMYK0.00%40.99%91.44%
12.94%

Color #DE8313 in popluar number systems.

HEXDE8313
Decimal22213119
Binary110111101000001110011
Octal33620323

Shades and tints

Shades of #DE8313

#DE8313
(222,131,19)
#CA7812
(202,120,18)
#B66D11
(182,109,17)
#A26210
(162,98,16)
#8E570F
(142,87,15)
#7A4C0E
(122,76,14)
#66410D
(102,65,13)
#52360C
(82,54,12)
#3E2B0B
(62,43,11)
#2A200A
(42,32,10)
#161509
(22,21,9)
#000000
(0,0,0)

Tints of #DE8313

#DE8313
(222,131,19)
#E18E28
(225,142,40)
#E4993D
(228,153,61)
#E7A452
(231,164,82)
#EAAF67
(234,175,103)
#EDBA7C
(237,186,124)
#F0C591
(240,197,145)
#F3D0A6
(243,208,166)
#F6DBBB
(246,219,187)
#F9E6D0
(249,230,208)
#FCF1E5
(252,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8313 color. Also use rgb(222,131,19) instead hex code.

Text Font Color

.myTextColor { color: #DE8313; }

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

This text font color is #DE8313.


Background Color

.myBgColor { background-color: #DE8313; }

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

This div background color is #DE8313.


Border color

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

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

This div border color is #DE8313.


Opacity

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

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

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

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

This text has shadow with #DE8313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8313 on black background.


Color preview on white background

This text has color #DE8313 on white background.



Black color preview on #DE8313 background

This text has black color on #DE8313 background.


White color preview on #DE8313 background

This text has white color on #DE8313 background.