COLOR #DEA589

HEX: #DEA589
RGB: (222,165,137)

Color info

#DEA589 contains mainly red and green colors. Web safe color of #DEA589 is #CC9999 (or #C99).

RGB color model

#DEA589 color RGB value is (222,165,137).

  • red value is 222;
  • green value is 165;
  • blue value is 137.
RGB:
(222,165,137)
(87%,65%,54%)

RGB channels and saturation

R 222 of 255 = 87%
G 165 of 255 = 65%
B 137 of 255 = 54%

222
165
137

R + G + B ~ 69%. #DEA589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 165 + 137 = 524 (100%)
R 222 of 524 ~ 42.37%
G 165 of 524 ~ 31.49%
B 137 of 524 ~ 26.15%

%42.37
%31.49
%26.15

CMYK color model

#DEA589 color CMYK value is (0,26,38,13).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 38.29%
  • key color value is 12.94%
CMYK:
(0,26,38,13)
C0M26Y38K13 
(0%,26%,38%,13%)
(0.00/0.26/0.38/0.13)	

CMYK percentages

%0
%25.68
%38.29
%12.94

Codes

Color #DEA589 in popluar color models

DEA589
RGB222165137
HSL20°56.29%70.39%
HSB/HSV20°38.29%87.06%
CMYK0.00%25.68%38.29%
12.94%

Color #DEA589 in popluar number systems.

HEXDEA589
Decimal222165137
Binary110111101010010110001001
Octal336245211

Shades and tints

Shades of #DEA589

#DEA589
(222,165,137)
#CA967D
(202,150,125)
#B68771
(182,135,113)
#A27865
(162,120,101)
#8E6959
(142,105,89)
#7A5A4D
(122,90,77)
#664B41
(102,75,65)
#523C35
(82,60,53)
#3E2D29
(62,45,41)
#2A1E1D
(42,30,29)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #DEA589

#DEA589
(222,165,137)
#E1AD93
(225,173,147)
#E4B59D
(228,181,157)
#E7BDA7
(231,189,167)
#EAC5B1
(234,197,177)
#EDCDBB
(237,205,187)
#F0D5C5
(240,213,197)
#F3DDCF
(243,221,207)
#F6E5D9
(246,229,217)
#F9EDE3
(249,237,227)
#FCF5ED
(252,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA589; }

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

This text font color is #DEA589.


Background Color

.myBgColor { background-color: #DEA589; }

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

This div background color is #DEA589.


Border color

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

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

This div border color is #DEA589.


Opacity

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

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

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

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

This text has shadow with #DEA589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA589 on black background.


Color preview on white background

This text has color #DEA589 on white background.



Black color preview on #DEA589 background

This text has black color on #DEA589 background.


White color preview on #DEA589 background

This text has white color on #DEA589 background.