COLOR #DE8B6D

HEX: #DE8B6D
RGB: (222,139,109)

Color info

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

RGB color model

#DE8B6D color RGB value is (222,139,109).

  • red value is 222;
  • green value is 139;
  • blue value is 109.
RGB:
(222,139,109)
(87%,55%,43%)

RGB channels and saturation

R 222 of 255 = 87%
G 139 of 255 = 55%
B 109 of 255 = 43%

222
139
109

R + G + B ~ 62%. #DE8B6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 139 + 109 = 470 (100%)
R 222 of 470 ~ 47.23%
G 139 of 470 ~ 29.57%
B 109 of 470 ~ 23.19%

%47.23
%29.57
%23.19

CMYK color model

#DE8B6D color CMYK value is (0,37,51,13).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 50.90%
  • key color value is 12.94%
CMYK:
(0,37,51,13)
C0M37Y51K13 
(0%,37%,51%,13%)
(0.00/0.37/0.51/0.13)	

CMYK percentages

%0
%37.39
%50.9
%12.94

Codes

Color #DE8B6D in popluar color models

DE8B6D
RGB222139109
HSL16°63.13%64.90%
HSB/HSV16°50.90%87.06%
CMYK0.00%37.39%50.90%
12.94%

Color #DE8B6D in popluar number systems.

HEXDE8B6D
Decimal222139109
Binary11011110100010111101101
Octal336213155

Shades and tints

Shades of #DE8B6D

#DE8B6D
(222,139,109)
#CA7F64
(202,127,100)
#B6735B
(182,115,91)
#A26752
(162,103,82)
#8E5B49
(142,91,73)
#7A4F40
(122,79,64)
#664337
(102,67,55)
#52372E
(82,55,46)
#3E2B25
(62,43,37)
#2A1F1C
(42,31,28)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DE8B6D

#DE8B6D
(222,139,109)
#E1957A
(225,149,122)
#E49F87
(228,159,135)
#E7A994
(231,169,148)
#EAB3A1
(234,179,161)
#EDBDAE
(237,189,174)
#F0C7BB
(240,199,187)
#F3D1C8
(243,209,200)
#F6DBD5
(246,219,213)
#F9E5E2
(249,229,226)
#FCEFEF
(252,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8B6D color. Also use rgb(222,139,109) instead hex code.

Text Font Color

.myTextColor { color: #DE8B6D; }

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

This text font color is #DE8B6D.


Background Color

.myBgColor { background-color: #DE8B6D; }

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

This div background color is #DE8B6D.


Border color

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

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

This div border color is #DE8B6D.


Opacity

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

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

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

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

This text has shadow with #DE8B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8B6D on black background.


Color preview on white background

This text has color #DE8B6D on white background.



Black color preview on #DE8B6D background

This text has black color on #DE8B6D background.


White color preview on #DE8B6D background

This text has white color on #DE8B6D background.