COLOR #DEB891

HEX: #DEB891
RGB: (222,184,145)

Color info

#DEB891 contains mainly red and green colors. Web safe color of #DEB891 is #CCCC99 (or #CC9).

RGB color model

#DEB891 color RGB value is (222,184,145).

  • red value is 222;
  • green value is 184;
  • blue value is 145.
RGB:
(222,184,145)
(87%,72%,57%)

RGB channels and saturation

R 222 of 255 = 87%
G 184 of 255 = 72%
B 145 of 255 = 57%

222
184
145

R + G + B ~ 72%. #DEB891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 184 + 145 = 551 (100%)
R 222 of 551 ~ 40.29%
G 184 of 551 ~ 33.39%
B 145 of 551 ~ 26.32%

%40.29
%33.39
%26.32

CMYK color model

#DEB891 color CMYK value is (0,17,35,13).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 34.68%
  • key color value is 12.94%
CMYK:
(0,17,35,13)
C0M17Y35K13 
(0%,17%,35%,13%)
(0.00/0.17/0.35/0.13)	

CMYK percentages

%0
%17.12
%34.68
%12.94

Codes

Color #DEB891 in popluar color models

DEB891
RGB222184145
HSL30°53.85%71.96%
HSB/HSV30°34.68%87.06%
CMYK0.00%17.12%34.68%
12.94%

Color #DEB891 in popluar number systems.

HEXDEB891
Decimal222184145
Binary110111101011100010010001
Octal336270221

Shades and tints

Shades of #DEB891

#DEB891
(222,184,145)
#CAA884
(202,168,132)
#B69877
(182,152,119)
#A2886A
(162,136,106)
#8E785D
(142,120,93)
#7A6850
(122,104,80)
#665843
(102,88,67)
#524836
(82,72,54)
#3E3829
(62,56,41)
#2A281C
(42,40,28)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #DEB891

#DEB891
(222,184,145)
#E1BE9B
(225,190,155)
#E4C4A5
(228,196,165)
#E7CAAF
(231,202,175)
#EAD0B9
(234,208,185)
#EDD6C3
(237,214,195)
#F0DCCD
(240,220,205)
#F3E2D7
(243,226,215)
#F6E8E1
(246,232,225)
#F9EEEB
(249,238,235)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB891 color. Also use rgb(222,184,145) instead hex code.

Text Font Color

.myTextColor { color: #DEB891; }

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

This text font color is #DEB891.


Background Color

.myBgColor { background-color: #DEB891; }

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

This div background color is #DEB891.


Border color

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

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

This div border color is #DEB891.


Opacity

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

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

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

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

This text has shadow with #DEB891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB891 on black background.


Color preview on white background

This text has color #DEB891 on white background.



Black color preview on #DEB891 background

This text has black color on #DEB891 background.


White color preview on #DEB891 background

This text has white color on #DEB891 background.