COLOR #DEC49D

HEX: #DEC49D
RGB: (222,196,157)

Color info

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

RGB color model

#DEC49D color RGB value is (222,196,157).

  • red value is 222;
  • green value is 196;
  • blue value is 157.
RGB:
(222,196,157)
(87%,77%,62%)

RGB channels and saturation

R 222 of 255 = 87%
G 196 of 255 = 77%
B 157 of 255 = 62%

222
196
157

R + G + B ~ 75%. #DEC49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 196 + 157 = 575 (100%)
R 222 of 575 ~ 38.61%
G 196 of 575 ~ 34.09%
B 157 of 575 ~ 27.3%

%38.61
%34.09
%27.3

CMYK color model

#DEC49D color CMYK value is (0,12,29,13).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 29.28%
  • key color value is 12.94%
CMYK:
(0,12,29,13)
C0M12Y29K13 
(0%,12%,29%,13%)
(0.00/0.12/0.29/0.13)	

CMYK percentages

%0
%11.71
%29.28
%12.94

Codes

Color #DEC49D in popluar color models

DEC49D
RGB222196157
HSL36°49.62%74.31%
HSB/HSV36°29.28%87.06%
CMYK0.00%11.71%29.28%
12.94%

Color #DEC49D in popluar number systems.

HEXDEC49D
Decimal222196157
Binary110111101100010010011101
Octal336304235

Shades and tints

Shades of #DEC49D

#DEC49D
(222,196,157)
#CAB38F
(202,179,143)
#B6A281
(182,162,129)
#A29173
(162,145,115)
#8E8065
(142,128,101)
#7A6F57
(122,111,87)
#665E49
(102,94,73)
#524D3B
(82,77,59)
#3E3C2D
(62,60,45)
#2A2B1F
(42,43,31)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #DEC49D

#DEC49D
(222,196,157)
#E1C9A5
(225,201,165)
#E4CEAD
(228,206,173)
#E7D3B5
(231,211,181)
#EAD8BD
(234,216,189)
#EDDDC5
(237,221,197)
#F0E2CD
(240,226,205)
#F3E7D5
(243,231,213)
#F6ECDD
(246,236,221)
#F9F1E5
(249,241,229)
#FCF6ED
(252,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC49D color. Also use rgb(222,196,157) instead hex code.

Text Font Color

.myTextColor { color: #DEC49D; }

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

This text font color is #DEC49D.


Background Color

.myBgColor { background-color: #DEC49D; }

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

This div background color is #DEC49D.


Border color

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

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

This div border color is #DEC49D.


Opacity

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

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

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

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

This text has shadow with #DEC49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC49D on black background.


Color preview on white background

This text has color #DEC49D on white background.



Black color preview on #DEC49D background

This text has black color on #DEC49D background.


White color preview on #DEC49D background

This text has white color on #DEC49D background.