COLOR #DEA196

HEX: #DEA196 RGB: (222,161,150)

Color info

#DEA196 contains mainly red color. Web safe color of #DEA196 is #CC9999 (or #C99).

RGB color model

#DEA196 color RGB value is (222,161,150).

RGB: (222,161,150) (87%, 63%, 59%)

RGB channels and saturation

R 222 of 255 = 87%
G 161 of 255 = 63%
B 150 of 255 = 59%

222
161
150

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

Portions of RGB colors in percentages

R + G + B = 222 + 161 + 150 = 533 (100%)
R 222 of 533 ~ 41.65%
G 161 of 533 ~ 30.21%
B 150 of 533 ~ 28.14'%

%41.65
%30.21
%28.14

CMYK color model

#DEA196 color CMYK value is (0,27,32,13).

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 32.43%
  • key color value is 12.94%

CMYK: (0,27,32,13)
C0M27Y32K13 (0%, 27%, 32%, 13%)
(0.00 / 0.27 / 0.32 / 0.13)

CMYK percentages

%0
%27.48
%32.43
%12.94

Codes

Color #DEA196 in popluar color models

DE A1 96
RGB 222 161 150
HSL 52.17% 72.94%
HSB/HSV 32.43% 87.06%
CMYK 0.00% 27.48% 32.43%
12.94%

Color #DEA196 in popluar number systems.

HEX DE A1 96
Decimal 222 161 150
Binary 11011110 10100001 10010110
Octal 336 241 226

Shades and tints

Shades of #DEA196

#DEA196
(222,161,150)
#CA9389
(202,147,137)
#B6857C
(182,133,124)
#A2776F
(162,119,111)
#8E6962
(142,105,98)
#7A5B55
(122,91,85)
#664D48
(102,77,72)
#523F3B
(82,63,59)
#3E312E
(62,49,46)
#2A2321
(42,35,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #DEA196

#DEA196
(222,161,150)
#E1A99F
(225,169,159)
#E4B1A8
(228,177,168)
#E7B9B1
(231,185,177)
#EAC1BA
(234,193,186)
#EDC9C3
(237,201,195)
#F0D1CC
(240,209,204)
#F3D9D5
(243,217,213)
#F6E1DE
(246,225,222)
#F9E9E7
(249,233,231)
#FCF1F0
(252,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA196 color. Also use rgb(222,161,150) instead hex code.

Text Font Color

.myTextColor { color: #DEA196; }

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

This text font color is #DEA196.

Background Color

.myBgColor { background-color: #DEA196; }

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

This div background color is #DEA196.

Border color

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

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

This div border color is #DEA196.

Opacity

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

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

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

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

This text has shadow with #DEA196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEA196.

Preview

Color preview on black background

This text has color #DEA196 on black background.


Color preview on white background

This text has color #DEA196 on white background.


Black color preview on #DEA196 background

This text has black color on #DEA196 background.


White color preview on #DEA196 background

This text has white color on #DEA196 background.


Related colors

Complementary color

Complementary color for #hex is #215E69.


I love getcolorcode.com

Triadic colors

1 #96DEA1 and #A196DE with #DEA196 are triadic colors.

2 #96A1DE and #A1DE96 with #DEA196 are triadic colors.