COLOR #DEB296

HEX: #DEB296 RGB: (222,178,150)

Color info

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

RGB color model

#DEB296 color RGB value is (222,178,150).

RGB: (222,178,150) (87%, 70%, 59%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 150 of 255 = 59%

222
178
150

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

Portions of RGB colors in percentages

R + G + B = 222 + 178 + 150 = 550 (100%)
R 222 of 550 ~ 40.36%
G 178 of 550 ~ 32.36%
B 150 of 550 ~ 27.27'%

%40.36
%32.36
%27.27

CMYK color model

#DEB296 color CMYK value is (0,20,32,13).

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

CMYK: (0,20,32,13)
C0M20Y32K13 (0%, 20%, 32%, 13%)
(0.00 / 0.20 / 0.32 / 0.13)

CMYK percentages

%0
%19.82
%32.43
%12.94

Codes

Color #DEB296 in popluar color models

DE B2 96
RGB 222 178 150
HSL 23° 52.17% 72.94%
HSB/HSV 23° 32.43% 87.06%
CMYK 0.00% 19.82% 32.43%
12.94%

Color #DEB296 in popluar number systems.

HEX DE B2 96
Decimal 222 178 150
Binary 11011110 10110010 10010110
Octal 336 262 226

Shades and tints

Shades of #DEB296

#DEB296
(222,178,150)
#CAA289
(202,162,137)
#B6927C
(182,146,124)
#A2826F
(162,130,111)
#8E7262
(142,114,98)
#7A6255
(122,98,85)
#665248
(102,82,72)
#52423B
(82,66,59)
#3E322E
(62,50,46)
#2A2221
(42,34,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #DEB296

#DEB296
(222,178,150)
#E1B99F
(225,185,159)
#E4C0A8
(228,192,168)
#E7C7B1
(231,199,177)
#EACEBA
(234,206,186)
#EDD5C3
(237,213,195)
#F0DCCC
(240,220,204)
#F3E3D5
(243,227,213)
#F6EADE
(246,234,222)
#F9F1E7
(249,241,231)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB296; }

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

This text font color is #DEB296.

Background Color

.myBgColor { background-color: #DEB296; }

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

This div background color is #DEB296.

Border color

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

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

This div border color is #DEB296.

Opacity

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

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

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

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

This text has shadow with #DEB296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB296.

Preview

Color preview on black background

This text has color #DEB296 on black background.


Color preview on white background

This text has color #DEB296 on white background.


Black color preview on #DEB296 background

This text has black color on #DEB296 background.


White color preview on #DEB296 background

This text has white color on #DEB296 background.


Related colors

Complementary color

Complementary color for #hex is #214D69.


I love getcolorcode.com

Triadic colors

1 #96DEB2 and #B296DE with #DEB296 are triadic colors.

2 #96B2DE and #B2DE96 with #DEB296 are triadic colors.