COLOR #DEB376

HEX: #DEB376 RGB: (222,179,118)

Color info

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

RGB color model

#DEB376 color RGB value is (222,179,118).

RGB: (222,179,118) (87%, 70%, 46%)

RGB channels and saturation

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

222
179
118

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

Portions of RGB colors in percentages

R + G + B = 222 + 179 + 118 = 519 (100%)
R 222 of 519 ~ 42.77%
G 179 of 519 ~ 34.49%
B 118 of 519 ~ 22.74'%

%42.77
%34.49
%22.74

CMYK color model

#DEB376 color CMYK value is (0,19,47,13).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 46.85%
  • key color value is 12.94%

CMYK: (0,19,47,13)
C0M19Y47K13 (0%, 19%, 47%, 13%)
(0.00 / 0.19 / 0.47 / 0.13)

CMYK percentages

%0
%19.37
%46.85
%12.94

Codes

Color #DEB376 in popluar color models

DE B3 76
RGB 222 179 118
HSL 35° 61.18% 66.67%
HSB/HSV 35° 46.85% 87.06%
CMYK 0.00% 19.37% 46.85%
12.94%

Color #DEB376 in popluar number systems.

HEX DE B3 76
Decimal 222 179 118
Binary 11011110 10110011 1110110
Octal 336 263 166

Shades and tints

Shades of #DEB376

#DEB376
(222,179,118)
#CAA36C
(202,163,108)
#B69362
(182,147,98)
#A28358
(162,131,88)
#8E734E
(142,115,78)
#7A6344
(122,99,68)
#66533A
(102,83,58)
#524330
(82,67,48)
#3E3326
(62,51,38)
#2A231C
(42,35,28)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #DEB376

#DEB376
(222,179,118)
#E1B982
(225,185,130)
#E4BF8E
(228,191,142)
#E7C59A
(231,197,154)
#EACBA6
(234,203,166)
#EDD1B2
(237,209,178)
#F0D7BE
(240,215,190)
#F3DDCA
(243,221,202)
#F6E3D6
(246,227,214)
#F9E9E2
(249,233,226)
#FCEFEE
(252,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB376; }

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

This text font color is #DEB376.

Background Color

.myBgColor { background-color: #DEB376; }

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

This div background color is #DEB376.

Border color

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

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

This div border color is #DEB376.

Opacity

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

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

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

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

This text has shadow with #DEB376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB376.

Preview

Color preview on black background

This text has color #DEB376 on black background.


Color preview on white background

This text has color #DEB376 on white background.


Black color preview on #DEB376 background

This text has black color on #DEB376 background.


White color preview on #DEB376 background

This text has white color on #DEB376 background.


Related colors

Complementary color

Complementary color for #hex is #214C89.


I love getcolorcode.com

Triadic colors

1 #76DEB3 and #B376DE with #DEB376 are triadic colors.

2 #76B3DE and #B3DE76 with #DEB376 are triadic colors.