COLOR #DE8D5E

HEX: #DE8D5E
RGB: (222,141,94)

Color info

#DE8D5E contains mainly red color. Web safe color of #DE8D5E is #CC9966 (or #C96).

RGB color model

#DE8D5E color RGB value is (222,141,94).

  • red value is 222;
  • green value is 141;
  • blue value is 94.
RGB:
(222,141,94)
(87%,55%,37%)

RGB channels and saturation

R 222 of 255 = 87%
G 141 of 255 = 55%
B 94 of 255 = 37%

222
141
94

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

Portions of RGB colors in percentages

R + G + B =
222 + 141 + 94 = 457 (100%)
R 222 of 457 ~ 48.58%
G 141 of 457 ~ 30.85%
B 94 of 457 ~ 20.57%

%48.58
%30.85
%20.57

CMYK color model

#DE8D5E color CMYK value is (0,36,58,13).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 57.66%
  • key color value is 12.94%
CMYK:
(0,36,58,13)
C0M36Y58K13 
(0%,36%,58%,13%)
(0.00/0.36/0.58/0.13)	

CMYK percentages

%0
%36.49
%57.66
%12.94

Codes

Color #DE8D5E in popluar color models

DE8D5E
RGB22214194
HSL22°65.98%61.96%
HSB/HSV22°57.66%87.06%
CMYK0.00%36.49%57.66%
12.94%

Color #DE8D5E in popluar number systems.

HEXDE8D5E
Decimal22214194
Binary11011110100011011011110
Octal336215136

Shades and tints

Shades of #DE8D5E

#DE8D5E
(222,141,94)
#CA8156
(202,129,86)
#B6754E
(182,117,78)
#A26946
(162,105,70)
#8E5D3E
(142,93,62)
#7A5136
(122,81,54)
#66452E
(102,69,46)
#523926
(82,57,38)
#3E2D1E
(62,45,30)
#2A2116
(42,33,22)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #DE8D5E

#DE8D5E
(222,141,94)
#E1976C
(225,151,108)
#E4A17A
(228,161,122)
#E7AB88
(231,171,136)
#EAB596
(234,181,150)
#EDBFA4
(237,191,164)
#F0C9B2
(240,201,178)
#F3D3C0
(243,211,192)
#F6DDCE
(246,221,206)
#F9E7DC
(249,231,220)
#FCF1EA
(252,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8D5E color. Also use rgb(222,141,94) instead hex code.

Text Font Color

.myTextColor { color: #DE8D5E; }

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

This text font color is #DE8D5E.


Background Color

.myBgColor { background-color: #DE8D5E; }

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

This div background color is #DE8D5E.


Border color

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

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

This div border color is #DE8D5E.


Opacity

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

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

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

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

This text has shadow with #DE8D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8D5E on black background.


Color preview on white background

This text has color #DE8D5E on white background.



Black color preview on #DE8D5E background

This text has black color on #DE8D5E background.


White color preview on #DE8D5E background

This text has white color on #DE8D5E background.