COLOR #DEA899

HEX: #DEA899 RGB: (222,168,153)

Color info

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

RGB color model

#DEA899 color RGB value is (222,168,153).

RGB: (222,168,153) (87%, 66%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 168 of 255 = 66%
B 153 of 255 = 60%

222
168
153

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

Portions of RGB colors in percentages

R + G + B = 222 + 168 + 153 = 543 (100%)
R 222 of 543 ~ 40.88%
G 168 of 543 ~ 30.94%
B 153 of 543 ~ 28.18'%

%40.88
%30.94
%28.18

CMYK color model

#DEA899 color CMYK value is (0,24,31,13).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 31.08%
  • key color value is 12.94%

CMYK: (0,24,31,13)
C0M24Y31K13 (0%, 24%, 31%, 13%)
(0.00 / 0.24 / 0.31 / 0.13)

CMYK percentages

%0
%24.32
%31.08
%12.94

Codes

Color #DEA899 in popluar color models

DE A8 99
RGB 222 168 153
HSL 13° 51.11% 73.53%
HSB/HSV 13° 31.08% 87.06%
CMYK 0.00% 24.32% 31.08%
12.94%

Color #DEA899 in popluar number systems.

HEX DE A8 99
Decimal 222 168 153
Binary 11011110 10101000 10011001
Octal 336 250 231

Shades and tints

Shades of #DEA899

#DEA899
(222,168,153)
#CA998C
(202,153,140)
#B68A7F
(182,138,127)
#A27B72
(162,123,114)
#8E6C65
(142,108,101)
#7A5D58
(122,93,88)
#664E4B
(102,78,75)
#523F3E
(82,63,62)
#3E3031
(62,48,49)
#2A2124
(42,33,36)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #DEA899

#DEA899
(222,168,153)
#E1AFA2
(225,175,162)
#E4B6AB
(228,182,171)
#E7BDB4
(231,189,180)
#EAC4BD
(234,196,189)
#EDCBC6
(237,203,198)
#F0D2CF
(240,210,207)
#F3D9D8
(243,217,216)
#F6E0E1
(246,224,225)
#F9E7EA
(249,231,234)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA899 color. Also use rgb(222,168,153) instead hex code.

Text Font Color

.myTextColor { color: #DEA899; }

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

This text font color is #DEA899.

Background Color

.myBgColor { background-color: #DEA899; }

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

This div background color is #DEA899.

Border color

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

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

This div border color is #DEA899.

Opacity

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

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

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

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

This text has shadow with #DEA899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEA899.

Preview

Color preview on black background

This text has color #DEA899 on black background.


Color preview on white background

This text has color #DEA899 on white background.


Black color preview on #DEA899 background

This text has black color on #DEA899 background.


White color preview on #DEA899 background

This text has white color on #DEA899 background.


Related colors

Complementary color

Complementary color for #hex is #215766.


I love getcolorcode.com

Triadic colors

1 #99DEA8 and #A899DE with #DEA899 are triadic colors.

2 #99A8DE and #A8DE99 with #DEA899 are triadic colors.