COLOR #DEA59D

HEX: #DEA59D
RGB: (222,165,157)

Color info

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

RGB color model

#DEA59D color RGB value is (222,165,157).

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

RGB channels and saturation

R 222 of 255 = 87%
G 165 of 255 = 65%
B 157 of 255 = 62%

222
165
157

R + G + B ~ 71%. #DEA59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 165 + 157 = 544 (100%)
R 222 of 544 ~ 40.81%
G 165 of 544 ~ 30.33%
B 157 of 544 ~ 28.86%

%40.81
%30.33
%28.86

CMYK color model

#DEA59D color CMYK value is (0,26,29,13).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 29.28%
  • key color value is 12.94%
CMYK:
(0,26,29,13)
C0M26Y29K13 
(0%,26%,29%,13%)
(0.00/0.26/0.29/0.13)	

CMYK percentages

%0
%25.68
%29.28
%12.94

Codes

Color #DEA59D in popluar color models

DEA59D
RGB222165157
HSL49.62%74.31%
HSB/HSV29.28%87.06%
CMYK0.00%25.68%29.28%
12.94%

Color #DEA59D in popluar number systems.

HEXDEA59D
Decimal222165157
Binary110111101010010110011101
Octal336245235

Shades and tints

Shades of #DEA59D

#DEA59D
(222,165,157)
#CA968F
(202,150,143)
#B68781
(182,135,129)
#A27873
(162,120,115)
#8E6965
(142,105,101)
#7A5A57
(122,90,87)
#664B49
(102,75,73)
#523C3B
(82,60,59)
#3E2D2D
(62,45,45)
#2A1E1F
(42,30,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #DEA59D

#DEA59D
(222,165,157)
#E1ADA5
(225,173,165)
#E4B5AD
(228,181,173)
#E7BDB5
(231,189,181)
#EAC5BD
(234,197,189)
#EDCDC5
(237,205,197)
#F0D5CD
(240,213,205)
#F3DDD5
(243,221,213)
#F6E5DD
(246,229,221)
#F9EDE5
(249,237,229)
#FCF5ED
(252,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA59D; }

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

This text font color is #DEA59D.


Background Color

.myBgColor { background-color: #DEA59D; }

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

This div background color is #DEA59D.


Border color

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

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

This div border color is #DEA59D.


Opacity

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

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

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

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

This text has shadow with #DEA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA59D on black background.


Color preview on white background

This text has color #DEA59D on white background.



Black color preview on #DEA59D background

This text has black color on #DEA59D background.


White color preview on #DEA59D background

This text has white color on #DEA59D background.