COLOR #DEB49D

HEX: #DEB49D
RGB: (222,180,157)

Color info

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

RGB color model

#DEB49D color RGB value is (222,180,157).

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

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 157 of 255 = 62%

222
180
157

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

Portions of RGB colors in percentages

R + G + B =
222 + 180 + 157 = 559 (100%)
R 222 of 559 ~ 39.71%
G 180 of 559 ~ 32.2%
B 157 of 559 ~ 28.09%

%39.71
%32.2
%28.09

CMYK color model

#DEB49D color CMYK value is (0,19,29,13).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 29.28%
  • key color value is 12.94%
CMYK:
(0,19,29,13)
C0M19Y29K13 
(0%,19%,29%,13%)
(0.00/0.19/0.29/0.13)	

CMYK percentages

%0
%18.92
%29.28
%12.94

Codes

Color #DEB49D in popluar color models

DEB49D
RGB222180157
HSL21°49.62%74.31%
HSB/HSV21°29.28%87.06%
CMYK0.00%18.92%29.28%
12.94%

Color #DEB49D in popluar number systems.

HEXDEB49D
Decimal222180157
Binary110111101011010010011101
Octal336264235

Shades and tints

Shades of #DEB49D

#DEB49D
(222,180,157)
#CAA48F
(202,164,143)
#B69481
(182,148,129)
#A28473
(162,132,115)
#8E7465
(142,116,101)
#7A6457
(122,100,87)
#665449
(102,84,73)
#52443B
(82,68,59)
#3E342D
(62,52,45)
#2A241F
(42,36,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #DEB49D

#DEB49D
(222,180,157)
#E1BAA5
(225,186,165)
#E4C0AD
(228,192,173)
#E7C6B5
(231,198,181)
#EACCBD
(234,204,189)
#EDD2C5
(237,210,197)
#F0D8CD
(240,216,205)
#F3DED5
(243,222,213)
#F6E4DD
(246,228,221)
#F9EAE5
(249,234,229)
#FCF0ED
(252,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB49D; }

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

This text font color is #DEB49D.


Background Color

.myBgColor { background-color: #DEB49D; }

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

This div background color is #DEB49D.


Border color

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

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

This div border color is #DEB49D.


Opacity

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

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

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

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

This text has shadow with #DEB49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB49D on black background.


Color preview on white background

This text has color #DEB49D on white background.



Black color preview on #DEB49D background

This text has black color on #DEB49D background.


White color preview on #DEB49D background

This text has white color on #DEB49D background.