COLOR #DEB483

HEX: #DEB483 RGB: (222,180,131)

Color info

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

RGB color model

#DEB483 color RGB value is (222,180,131).

RGB: (222,180,131) (87%, 71%, 51%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 131 of 255 = 51%

222
180
131

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

Portions of RGB colors in percentages

R + G + B = 222 + 180 + 131 = 533 (100%)
R 222 of 533 ~ 41.65%
G 180 of 533 ~ 33.77%
B 131 of 533 ~ 24.58'%

%41.65
%33.77
%24.58

CMYK color model

#DEB483 color CMYK value is (0,19,41,13).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 40.99%
  • key color value is 12.94%

CMYK: (0,19,41,13)
C0M19Y41K13 (0%, 19%, 41%, 13%)
(0.00 / 0.19 / 0.41 / 0.13)

CMYK percentages

%0
%18.92
%40.99
%12.94

Codes

Color #DEB483 in popluar color models

DE B4 83
RGB 222 180 131
HSL 32° 57.96% 69.22%
HSB/HSV 32° 40.99% 87.06%
CMYK 0.00% 18.92% 40.99%
12.94%

Color #DEB483 in popluar number systems.

HEX DE B4 83
Decimal 222 180 131
Binary 11011110 10110100 10000011
Octal 336 264 203

Shades and tints

Shades of #DEB483

#DEB483
(222,180,131)
#CAA478
(202,164,120)
#B6946D
(182,148,109)
#A28462
(162,132,98)
#8E7457
(142,116,87)
#7A644C
(122,100,76)
#665441
(102,84,65)
#524436
(82,68,54)
#3E342B
(62,52,43)
#2A2420
(42,36,32)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #DEB483

#DEB483
(222,180,131)
#E1BA8E
(225,186,142)
#E4C099
(228,192,153)
#E7C6A4
(231,198,164)
#EACCAF
(234,204,175)
#EDD2BA
(237,210,186)
#F0D8C5
(240,216,197)
#F3DED0
(243,222,208)
#F6E4DB
(246,228,219)
#F9EAE6
(249,234,230)
#FCF0F1
(252,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB483 color. Also use rgb(222,180,131) instead hex code.

Text Font Color

.myTextColor { color: #DEB483; }

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

This text font color is #DEB483.

Background Color

.myBgColor { background-color: #DEB483; }

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

This div background color is #DEB483.

Border color

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

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

This div border color is #DEB483.

Opacity

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

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

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

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

This text has shadow with #DEB483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB483.

Preview

Color preview on black background

This text has color #DEB483 on black background.


Color preview on white background

This text has color #DEB483 on white background.


Black color preview on #DEB483 background

This text has black color on #DEB483 background.


White color preview on #DEB483 background

This text has white color on #DEB483 background.


Related colors

Complementary color

Complementary color for #hex is #214B7C.


I love getcolorcode.com

Triadic colors

1 #83DEB4 and #B483DE with #DEB483 are triadic colors.

2 #83B4DE and #B4DE83 with #DEB483 are triadic colors.