COLOR #DEC589

HEX: #DEC589
RGB: (222,197,137)

Color info

#DEC589 contains mainly red and green colors. Web safe color of #DEC589 is #CCCC99 (or #CC9).

RGB color model

#DEC589 color RGB value is (222,197,137).

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

RGB channels and saturation

R 222 of 255 = 87%
G 197 of 255 = 77%
B 137 of 255 = 54%

222
197
137

R + G + B ~ 73%. #DEC589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 197 + 137 = 556 (100%)
R 222 of 556 ~ 39.93%
G 197 of 556 ~ 35.43%
B 137 of 556 ~ 24.64%

%39.93
%35.43
%24.64

CMYK color model

#DEC589 color CMYK value is (0,11,38,13).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 38.29%
  • key color value is 12.94%
CMYK:
(0,11,38,13)
C0M11Y38K13 
(0%,11%,38%,13%)
(0.00/0.11/0.38/0.13)	

CMYK percentages

%0
%11.26
%38.29
%12.94

Codes

Color #DEC589 in popluar color models

DEC589
RGB222197137
HSL42°56.29%70.39%
HSB/HSV42°38.29%87.06%
CMYK0.00%11.26%38.29%
12.94%

Color #DEC589 in popluar number systems.

HEXDEC589
Decimal222197137
Binary110111101100010110001001
Octal336305211

Shades and tints

Shades of #DEC589

#DEC589
(222,197,137)
#CAB47D
(202,180,125)
#B6A371
(182,163,113)
#A29265
(162,146,101)
#8E8159
(142,129,89)
#7A704D
(122,112,77)
#665F41
(102,95,65)
#524E35
(82,78,53)
#3E3D29
(62,61,41)
#2A2C1D
(42,44,29)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #DEC589

#DEC589
(222,197,137)
#E1CA93
(225,202,147)
#E4CF9D
(228,207,157)
#E7D4A7
(231,212,167)
#EAD9B1
(234,217,177)
#EDDEBB
(237,222,187)
#F0E3C5
(240,227,197)
#F3E8CF
(243,232,207)
#F6EDD9
(246,237,217)
#F9F2E3
(249,242,227)
#FCF7ED
(252,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC589; }

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

This text font color is #DEC589.


Background Color

.myBgColor { background-color: #DEC589; }

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

This div background color is #DEC589.


Border color

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

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

This div border color is #DEC589.


Opacity

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

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

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

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

This text has shadow with #DEC589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC589 on black background.


Color preview on white background

This text has color #DEC589 on white background.



Black color preview on #DEC589 background

This text has black color on #DEC589 background.


White color preview on #DEC589 background

This text has white color on #DEC589 background.