COLOR #DEB276

HEX: #DEB276
RGB: (222,178,118)

Color info

#DEB276 contains mainly red and green colors. Web safe color of #DEB276 is #CC9966 (or #C96).

RGB color model

#DEB276 color RGB value is (222,178,118).

  • red value is 222;
  • green value is 178;
  • blue value is 118.
RGB:
(222,178,118)
(87%,70%,46%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 118 of 255 = 46%

222
178
118

R + G + B ~ 68%. #DEB276 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 178 + 118 = 518 (100%)
R 222 of 518 ~ 42.86%
G 178 of 518 ~ 34.36%
B 118 of 518 ~ 22.78%

%42.86
%34.36
%22.78

CMYK color model

#DEB276 color CMYK value is (0,20,47,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 46.85%
  • key color value is 12.94%
CMYK:
(0,20,47,13)
C0M20Y47K13 
(0%,20%,47%,13%)
(0.00/0.20/0.47/0.13)	

CMYK percentages

%0
%19.82
%46.85
%12.94

Codes

Color #DEB276 in popluar color models

DEB276
RGB222178118
HSL35°61.18%66.67%
HSB/HSV35°46.85%87.06%
CMYK0.00%19.82%46.85%
12.94%

Color #DEB276 in popluar number systems.

HEXDEB276
Decimal222178118
Binary11011110101100101110110
Octal336262166

Shades and tints

Shades of #DEB276

#DEB276
(222,178,118)
#CAA26C
(202,162,108)
#B69262
(182,146,98)
#A28258
(162,130,88)
#8E724E
(142,114,78)
#7A6244
(122,98,68)
#66523A
(102,82,58)
#524230
(82,66,48)
#3E3226
(62,50,38)
#2A221C
(42,34,28)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #DEB276

#DEB276
(222,178,118)
#E1B982
(225,185,130)
#E4C08E
(228,192,142)
#E7C79A
(231,199,154)
#EACEA6
(234,206,166)
#EDD5B2
(237,213,178)
#F0DCBE
(240,220,190)
#F3E3CA
(243,227,202)
#F6EAD6
(246,234,214)
#F9F1E2
(249,241,226)
#FCF8EE
(252,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB276; }

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

This text font color is #DEB276.


Background Color

.myBgColor { background-color: #DEB276; }

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

This div background color is #DEB276.


Border color

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

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

This div border color is #DEB276.


Opacity

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

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

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

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

This text has shadow with #DEB276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB276 on black background.


Color preview on white background

This text has color #DEB276 on white background.



Black color preview on #DEB276 background

This text has black color on #DEB276 background.


White color preview on #DEB276 background

This text has white color on #DEB276 background.