COLOR #DE8D58

HEX: #DE8D58
RGB: (222,141,88)

Color info

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

RGB color model

#DE8D58 color RGB value is (222,141,88).

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

RGB channels and saturation

R 222 of 255 = 87%
G 141 of 255 = 55%
B 88 of 255 = 35%

222
141
88

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

Portions of RGB colors in percentages

R + G + B =
222 + 141 + 88 = 451 (100%)
R 222 of 451 ~ 49.22%
G 141 of 451 ~ 31.26%
B 88 of 451 ~ 19.51%

%49.22
%31.26
%19.51

CMYK color model

#DE8D58 color CMYK value is (0,36,60,13).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 60.36%
  • key color value is 12.94%
CMYK:
(0,36,60,13)
C0M36Y60K13 
(0%,36%,60%,13%)
(0.00/0.36/0.60/0.13)	

CMYK percentages

%0
%36.49
%60.36
%12.94

Codes

Color #DE8D58 in popluar color models

DE8D58
RGB22214188
HSL24°67.00%60.78%
HSB/HSV24°60.36%87.06%
CMYK0.00%36.49%60.36%
12.94%

Color #DE8D58 in popluar number systems.

HEXDE8D58
Decimal22214188
Binary11011110100011011011000
Octal336215130

Shades and tints

Shades of #DE8D58

#DE8D58
(222,141,88)
#CA8150
(202,129,80)
#B67548
(182,117,72)
#A26940
(162,105,64)
#8E5D38
(142,93,56)
#7A5130
(122,81,48)
#664528
(102,69,40)
#523920
(82,57,32)
#3E2D18
(62,45,24)
#2A2110
(42,33,16)
#161508
(22,21,8)
#000000
(0,0,0)

Tints of #DE8D58

#DE8D58
(222,141,88)
#E19767
(225,151,103)
#E4A176
(228,161,118)
#E7AB85
(231,171,133)
#EAB594
(234,181,148)
#EDBFA3
(237,191,163)
#F0C9B2
(240,201,178)
#F3D3C1
(243,211,193)
#F6DDD0
(246,221,208)
#F9E7DF
(249,231,223)
#FCF1EE
(252,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE8D58; }

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

This text font color is #DE8D58.


Background Color

.myBgColor { background-color: #DE8D58; }

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

This div background color is #DE8D58.


Border color

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

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

This div border color is #DE8D58.


Opacity

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

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

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

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

This text has shadow with #DE8D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8D58 on black background.


Color preview on white background

This text has color #DE8D58 on white background.



Black color preview on #DE8D58 background

This text has black color on #DE8D58 background.


White color preview on #DE8D58 background

This text has white color on #DE8D58 background.