COLOR #DEB4AA

HEX: #DEB4AA RGB: (222,180,170)

Color info

#DEB4AA contains red, green and blue colors in about the same proportion. Web safe color of #DEB4AA is #CCCC99 (or #CC9).

RGB color model

#DEB4AA color RGB value is (222,180,170).

RGB: (222,180,170) (87%, 71%, 67%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 170 of 255 = 67%

222
180
170

R + G + B ~ 75%. #DEB4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 180 + 170 = 572 (100%)
R 222 of 572 ~ 38.81%
G 180 of 572 ~ 31.47%
B 170 of 572 ~ 29.72'%

%38.81
%31.47
%29.72

CMYK color model

#DEB4AA color CMYK value is (0,19,23,13).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 23.42%
  • key color value is 12.94%

CMYK: (0,19,23,13)
C0M19Y23K13 (0%, 19%, 23%, 13%)
(0.00 / 0.19 / 0.23 / 0.13)

CMYK percentages

%0
%18.92
%23.42
%12.94

Codes

Color #DEB4AA in popluar color models

DE B4 AA
RGB 222 180 170
HSL 12° 44.07% 76.86%
HSB/HSV 12° 23.42% 87.06%
CMYK 0.00% 18.92% 23.42%
12.94%

Color #DEB4AA in popluar number systems.

HEX DE B4 AA
Decimal 222 180 170
Binary 11011110 10110100 10101010
Octal 336 264 252

Shades and tints

Shades of #DEB4AA

#DEB4AA
(222,180,170)
#CAA49B
(202,164,155)
#B6948C
(182,148,140)
#A2847D
(162,132,125)
#8E746E
(142,116,110)
#7A645F
(122,100,95)
#665450
(102,84,80)
#524441
(82,68,65)
#3E3432
(62,52,50)
#2A2423
(42,36,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #DEB4AA

#DEB4AA
(222,180,170)
#E1BAB1
(225,186,177)
#E4C0B8
(228,192,184)
#E7C6BF
(231,198,191)
#EACCC6
(234,204,198)
#EDD2CD
(237,210,205)
#F0D8D4
(240,216,212)
#F3DEDB
(243,222,219)
#F6E4E2
(246,228,226)
#F9EAE9
(249,234,233)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB4AA color. Also use rgb(222,180,170) instead hex code.

Text Font Color

.myTextColor { color: #DEB4AA; }

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

This text font color is #DEB4AA.

Background Color

.myBgColor { background-color: #DEB4AA; }

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

This div background color is #DEB4AA.

Border color

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

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

This div border color is #DEB4AA.

Opacity

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

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

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

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

This text has shadow with #DEB4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB4AA.

Preview

Color preview on black background

This text has color #DEB4AA on black background.


Color preview on white background

This text has color #DEB4AA on white background.


Black color preview on #DEB4AA background

This text has black color on #DEB4AA background.


White color preview on #DEB4AA background

This text has white color on #DEB4AA background.


Related colors

Complementary color

Complementary color for #hex is #214B55.


I love getcolorcode.com

Triadic colors

1 #AADEB4 and #B4AADE with #DEB4AA are triadic colors.

2 #AAB4DE and #B4DEAA with #DEB4AA are triadic colors.