COLOR #DEA597

HEX: #DEA597
RGB: (222,165,151)

Color info

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

RGB color model

#DEA597 color RGB value is (222,165,151).

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

RGB channels and saturation

R 222 of 255 = 87%
G 165 of 255 = 65%
B 151 of 255 = 59%

222
165
151

R + G + B ~ 70%. #DEA597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 165 + 151 = 538 (100%)
R 222 of 538 ~ 41.26%
G 165 of 538 ~ 30.67%
B 151 of 538 ~ 28.07%

%41.26
%30.67
%28.07

CMYK color model

#DEA597 color CMYK value is (0,26,32,13).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 31.98%
  • key color value is 12.94%
CMYK:
(0,26,32,13)
C0M26Y32K13 
(0%,26%,32%,13%)
(0.00/0.26/0.32/0.13)	

CMYK percentages

%0
%25.68
%31.98
%12.94

Codes

Color #DEA597 in popluar color models

DEA597
RGB222165151
HSL12°51.82%73.14%
HSB/HSV12°31.98%87.06%
CMYK0.00%25.68%31.98%
12.94%

Color #DEA597 in popluar number systems.

HEXDEA597
Decimal222165151
Binary110111101010010110010111
Octal336245227

Shades and tints

Shades of #DEA597

#DEA597
(222,165,151)
#CA968A
(202,150,138)
#B6877D
(182,135,125)
#A27870
(162,120,112)
#8E6963
(142,105,99)
#7A5A56
(122,90,86)
#664B49
(102,75,73)
#523C3C
(82,60,60)
#3E2D2F
(62,45,47)
#2A1E22
(42,30,34)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #DEA597

#DEA597
(222,165,151)
#E1ADA0
(225,173,160)
#E4B5A9
(228,181,169)
#E7BDB2
(231,189,178)
#EAC5BB
(234,197,187)
#EDCDC4
(237,205,196)
#F0D5CD
(240,213,205)
#F3DDD6
(243,221,214)
#F6E5DF
(246,229,223)
#F9EDE8
(249,237,232)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA597; }

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

This text font color is #DEA597.


Background Color

.myBgColor { background-color: #DEA597; }

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

This div background color is #DEA597.


Border color

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

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

This div border color is #DEA597.


Opacity

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

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

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

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

This text has shadow with #DEA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA597 on black background.


Color preview on white background

This text has color #DEA597 on white background.



Black color preview on #DEA597 background

This text has black color on #DEA597 background.


White color preview on #DEA597 background

This text has white color on #DEA597 background.