COLOR #DE8959

HEX: #DE8959 RGB: (222,137,89)

Color info

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

RGB color model

#DE8959 color RGB value is (222,137,89).

RGB: (222,137,89) (87%, 54%, 35%)

RGB channels and saturation

R 222 of 255 = 87%
G 137 of 255 = 54%
B 89 of 255 = 35%

222
137
89

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

Portions of RGB colors in percentages

R + G + B = 222 + 137 + 89 = 448 (100%)
R 222 of 448 ~ 49.55%
G 137 of 448 ~ 30.58%
B 89 of 448 ~ 19.87'%

%49.55
%30.58
%19.87

CMYK color model

#DE8959 color CMYK value is (0,38,60,13).

  • cyan value is 0.00%
  • magenta value is 38.29%
  • yellow value is 59.91%
  • key color value is 12.94%
CMYK: (0,38,60,13) C0M38Y60K13 (0%,38%,60%,13%) (0.00/0.38/0.60/0.13) 

CMYK percentages

%0
%38.29
%59.91
%12.94

Codes

Color #DE8959 in popluar color models

DE 89 59
RGB 222 137 89
HSL 22° 66.83% 60.98%
HSB/HSV 22° 59.91% 87.06%
CMYK 0.00% 38.29% 59.91%
12.94%

Color #DE8959 in popluar number systems.

HEX DE 89 59
Decimal 222 137 89
Binary 11011110 10001001 1011001
Octal 336 211 131

Shades and tints

Shades of #DE8959

#DE8959
(222,137,89)
#CA7D51
(202,125,81)
#B67149
(182,113,73)
#A26541
(162,101,65)
#8E5939
(142,89,57)
#7A4D31
(122,77,49)
#664129
(102,65,41)
#523521
(82,53,33)
#3E2919
(62,41,25)
#2A1D11
(42,29,17)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #DE8959

#DE8959
(222,137,89)
#E19368
(225,147,104)
#E49D77
(228,157,119)
#E7A786
(231,167,134)
#EAB195
(234,177,149)
#EDBBA4
(237,187,164)
#F0C5B3
(240,197,179)
#F3CFC2
(243,207,194)
#F6D9D1
(246,217,209)
#F9E3E0
(249,227,224)
#FCEDEF
(252,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8959 color. Also use rgb(222,137,89) instead hex code.

Text Font Color

.myTextColor { color: #DE8959; }

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

This text font color is #DE8959.

Background Color

.myBgColor { background-color: #DE8959; }

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

This div background color is #DE8959.

Border color

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

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

This div border color is #DE8959.

Opacity

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

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

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

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

This text has shadow with #DE8959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE8959.

Preview

Color preview on black background

This text has color #DE8959 on black background.


Color preview on white background

This text has color #DE8959 on white background.


Black color preview on #DE8959 background

This text has black color on #DE8959 background.


White color preview on #DE8959 background

This text has white color on #DE8959 background.


Related colors

Complementary color

Complementary color for #hex is #2176A6.


I love getcolorcode.com

Triadic colors

1 #59DE89 and #8959DE with #DE8959 are triadic colors.

2 #5989DE and #89DE59 with #DE8959 are triadic colors.