COLOR #DE8C24

HEX: #DE8C24
RGB: (222,140,36)

Color info

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

RGB color model

#DE8C24 color RGB value is (222,140,36).

  • red value is 222;
  • green value is 140;
  • blue value is 36.
RGB:
(222,140,36)
(87%,55%,14%)

RGB channels and saturation

R 222 of 255 = 87%
G 140 of 255 = 55%
B 36 of 255 = 14%

222
140
36

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

Portions of RGB colors in percentages

R + G + B =
222 + 140 + 36 = 398 (100%)
R 222 of 398 ~ 55.78%
G 140 of 398 ~ 35.18%
B 36 of 398 ~ 9.05%

%55.78
%35.18

CMYK color model

#DE8C24 color CMYK value is (0,37,84,13).

  • cyan value is 0.00%
  • magenta value is 36.94%
  • yellow value is 83.78%
  • key color value is 12.94%
CMYK:
(0,37,84,13)
C0M37Y84K13 
(0%,37%,84%,13%)
(0.00/0.37/0.84/0.13)	

CMYK percentages

%0
%36.94
%83.78
%12.94

Codes

Color #DE8C24 in popluar color models

DE8C24
RGB22214036
HSL34°73.81%50.59%
HSB/HSV34°83.78%87.06%
CMYK0.00%36.94%83.78%
12.94%

Color #DE8C24 in popluar number systems.

HEXDE8C24
Decimal22214036
Binary1101111010001100100100
Octal33621444

Shades and tints

Shades of #DE8C24

#DE8C24
(222,140,36)
#CA8021
(202,128,33)
#B6741E
(182,116,30)
#A2681B
(162,104,27)
#8E5C18
(142,92,24)
#7A5015
(122,80,21)
#664412
(102,68,18)
#52380F
(82,56,15)
#3E2C0C
(62,44,12)
#2A2009
(42,32,9)
#161406
(22,20,6)
#000000
(0,0,0)

Tints of #DE8C24

#DE8C24
(222,140,36)
#E19637
(225,150,55)
#E4A04A
(228,160,74)
#E7AA5D
(231,170,93)
#EAB470
(234,180,112)
#EDBE83
(237,190,131)
#F0C896
(240,200,150)
#F3D2A9
(243,210,169)
#F6DCBC
(246,220,188)
#F9E6CF
(249,230,207)
#FCF0E2
(252,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8C24 color. Also use rgb(222,140,36) instead hex code.

Text Font Color

.myTextColor { color: #DE8C24; }

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

This text font color is #DE8C24.


Background Color

.myBgColor { background-color: #DE8C24; }

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

This div background color is #DE8C24.


Border color

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

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

This div border color is #DE8C24.


Opacity

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

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

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

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

This text has shadow with #DE8C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8C24 on black background.


Color preview on white background

This text has color #DE8C24 on white background.



Black color preview on #DE8C24 background

This text has black color on #DE8C24 background.


White color preview on #DE8C24 background

This text has white color on #DE8C24 background.