COLOR #DEB892

HEX: #DEB892
RGB: (222,184,146)

Color info

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

RGB color model

#DEB892 color RGB value is (222,184,146).

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

RGB channels and saturation

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

222
184
146

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

Portions of RGB colors in percentages

R + G + B =
222 + 184 + 146 = 552 (100%)
R 222 of 552 ~ 40.22%
G 184 of 552 ~ 33.33%
B 146 of 552 ~ 26.45%

%40.22
%33.33
%26.45

CMYK color model

#DEB892 color CMYK value is (0,17,34,13).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 34.23%
  • key color value is 12.94%
CMYK:
(0,17,34,13)
C0M17Y34K13 
(0%,17%,34%,13%)
(0.00/0.17/0.34/0.13)	

CMYK percentages

%0
%17.12
%34.23
%12.94

Codes

Color #DEB892 in popluar color models

DEB892
RGB222184146
HSL30°53.52%72.16%
HSB/HSV30°34.23%87.06%
CMYK0.00%17.12%34.23%
12.94%

Color #DEB892 in popluar number systems.

HEXDEB892
Decimal222184146
Binary110111101011100010010010
Octal336270222

Shades and tints

Shades of #DEB892

#DEB892
(222,184,146)
#CAA885
(202,168,133)
#B69878
(182,152,120)
#A2886B
(162,136,107)
#8E785E
(142,120,94)
#7A6851
(122,104,81)
#665844
(102,88,68)
#524837
(82,72,55)
#3E382A
(62,56,42)
#2A281D
(42,40,29)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #DEB892

#DEB892
(222,184,146)
#E1BE9B
(225,190,155)
#E4C4A4
(228,196,164)
#E7CAAD
(231,202,173)
#EAD0B6
(234,208,182)
#EDD6BF
(237,214,191)
#F0DCC8
(240,220,200)
#F3E2D1
(243,226,209)
#F6E8DA
(246,232,218)
#F9EEE3
(249,238,227)
#FCF4EC
(252,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB892; }

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

This text font color is #DEB892.


Background Color

.myBgColor { background-color: #DEB892; }

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

This div background color is #DEB892.


Border color

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

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

This div border color is #DEB892.


Opacity

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

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

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

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

This text has shadow with #DEB892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB892 on black background.


Color preview on white background

This text has color #DEB892 on white background.



Black color preview on #DEB892 background

This text has black color on #DEB892 background.


White color preview on #DEB892 background

This text has white color on #DEB892 background.