COLOR #DEA995

HEX: #DEA995 RGB: (222,169,149)

Color info

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

RGB color model

#DEA995 color RGB value is (222,169,149).

RGB: (222,169,149) (87%, 66%, 58%)

RGB channels and saturation

R 222 of 255 = 87%
G 169 of 255 = 66%
B 149 of 255 = 58%

222
169
149

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

Portions of RGB colors in percentages

R + G + B = 222 + 169 + 149 = 540 (100%)
R 222 of 540 ~ 41.11%
G 169 of 540 ~ 31.3%
B 149 of 540 ~ 27.59'%

%41.11
%31.3
%27.59

CMYK color model

#DEA995 color CMYK value is (0,24,33,13).

  • cyan value is 0.00%
  • magenta value is 23.87%
  • yellow value is 32.88%
  • key color value is 12.94%
CMYK: (0,24,33,13) C0M24Y33K13 (0%,24%,33%,13%) (0.00/0.24/0.33/0.13) 

CMYK percentages

%0
%23.87
%32.88
%12.94

Codes

Color #DEA995 in popluar color models

DE A9 95
RGB 222 169 149
HSL 16° 52.52% 72.75%
HSB/HSV 16° 32.88% 87.06%
CMYK 0.00% 23.87% 32.88%
12.94%

Color #DEA995 in popluar number systems.

HEX DE A9 95
Decimal 222 169 149
Binary 11011110 10101001 10010101
Octal 336 251 225

Shades and tints

Shades of #DEA995

#DEA995
(222,169,149)
#CA9A88
(202,154,136)
#B68B7B
(182,139,123)
#A27C6E
(162,124,110)
#8E6D61
(142,109,97)
#7A5E54
(122,94,84)
#664F47
(102,79,71)
#52403A
(82,64,58)
#3E312D
(62,49,45)
#2A2220
(42,34,32)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DEA995

#DEA995
(222,169,149)
#E1B09E
(225,176,158)
#E4B7A7
(228,183,167)
#E7BEB0
(231,190,176)
#EAC5B9
(234,197,185)
#EDCCC2
(237,204,194)
#F0D3CB
(240,211,203)
#F3DAD4
(243,218,212)
#F6E1DD
(246,225,221)
#F9E8E6
(249,232,230)
#FCEFEF
(252,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA995 color. Also use rgb(222,169,149) instead hex code.

Text Font Color

.myTextColor { color: #DEA995; }

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

This text font color is #DEA995.

Background Color

.myBgColor { background-color: #DEA995; }

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

This div background color is #DEA995.

Border color

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

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

This div border color is #DEA995.

Opacity

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

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

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

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

This text has shadow with #DEA995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEA995.

Preview

Color preview on black background

This text has color #DEA995 on black background.


Color preview on white background

This text has color #DEA995 on white background.


Black color preview on #DEA995 background

This text has black color on #DEA995 background.


White color preview on #DEA995 background

This text has white color on #DEA995 background.


Related colors

Complementary color

Complementary color for #hex is #21566A.


I love getcolorcode.com

Triadic colors

1 #95DEA9 and #A995DE with #DEA995 are triadic colors.

2 #95A9DE and #A9DE95 with #DEA995 are triadic colors.