COLOR #DEB681

HEX: #DEB681 RGB: (222,182,129)

Color info

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

RGB color model

#DEB681 color RGB value is (222,182,129).

RGB: (222,182,129) (87%, 71%, 51%)

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 129 of 255 = 51%

222
182
129

R + G + B ~ 70%. #DEB681 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 182 + 129 = 533 (100%)
R 222 of 533 ~ 41.65%
G 182 of 533 ~ 34.15%
B 129 of 533 ~ 24.2'%

%41.65
%34.15
%24.2

CMYK color model

#DEB681 color CMYK value is (0,18,42,13).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 41.89%
  • key color value is 12.94%
CMYK: (0,18,42,13) C0M18Y42K13 (0%,18%,42%,13%) (0.00/0.18/0.42/0.13) 

CMYK percentages

%0
%18.02
%41.89
%12.94

Codes

Color #DEB681 in popluar color models

DE B6 81
RGB 222 182 129
HSL 34° 58.49% 68.82%
HSB/HSV 34° 41.89% 87.06%
CMYK 0.00% 18.02% 41.89%
12.94%

Color #DEB681 in popluar number systems.

HEX DE B6 81
Decimal 222 182 129
Binary 11011110 10110110 10000001
Octal 336 266 201

Shades and tints

Shades of #DEB681

#DEB681
(222,182,129)
#CAA676
(202,166,118)
#B6966B
(182,150,107)
#A28660
(162,134,96)
#8E7655
(142,118,85)
#7A664A
(122,102,74)
#66563F
(102,86,63)
#524634
(82,70,52)
#3E3629
(62,54,41)
#2A261E
(42,38,30)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #DEB681

#DEB681
(222,182,129)
#E1BC8C
(225,188,140)
#E4C297
(228,194,151)
#E7C8A2
(231,200,162)
#EACEAD
(234,206,173)
#EDD4B8
(237,212,184)
#F0DAC3
(240,218,195)
#F3E0CE
(243,224,206)
#F6E6D9
(246,230,217)
#F9ECE4
(249,236,228)
#FCF2EF
(252,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB681 color. Also use rgb(222,182,129) instead hex code.

Text Font Color

.myTextColor { color: #DEB681; }

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

This text font color is #DEB681.

Background Color

.myBgColor { background-color: #DEB681; }

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

This div background color is #DEB681.

Border color

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

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

This div border color is #DEB681.

Opacity

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

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

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

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

This text has shadow with #DEB681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB681.

Preview

Color preview on black background

This text has color #DEB681 on black background.


Color preview on white background

This text has color #DEB681 on white background.


Black color preview on #DEB681 background

This text has black color on #DEB681 background.


White color preview on #DEB681 background

This text has white color on #DEB681 background.


Related colors

Complementary color

Complementary color for #hex is #21497E.


I love getcolorcode.com

Triadic colors

1 #81DEB6 and #B681DE with #DEB681 are triadic colors.

2 #81B6DE and #B6DE81 with #DEB681 are triadic colors.