COLOR #DEBD8B

HEX: #DEBD8B
RGB: (222,189,139)

Color info

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

RGB color model

#DEBD8B color RGB value is (222,189,139).

  • red value is 222;
  • green value is 189;
  • blue value is 139.
RGB:
(222,189,139)
(87%,74%,55%)

RGB channels and saturation

R 222 of 255 = 87%
G 189 of 255 = 74%
B 139 of 255 = 55%

222
189
139

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

Portions of RGB colors in percentages

R + G + B =
222 + 189 + 139 = 550 (100%)
R 222 of 550 ~ 40.36%
G 189 of 550 ~ 34.36%
B 139 of 550 ~ 25.27%

%40.36
%34.36
%25.27

CMYK color model

#DEBD8B color CMYK value is (0,15,37,13).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 37.39%
  • key color value is 12.94%
CMYK:
(0,15,37,13)
C0M15Y37K13 
(0%,15%,37%,13%)
(0.00/0.15/0.37/0.13)	

CMYK percentages

%0
%14.86
%37.39
%12.94

Codes

Color #DEBD8B in popluar color models

DEBD8B
RGB222189139
HSL36°55.70%70.78%
HSB/HSV36°37.39%87.06%
CMYK0.00%14.86%37.39%
12.94%

Color #DEBD8B in popluar number systems.

HEXDEBD8B
Decimal222189139
Binary110111101011110110001011
Octal336275213

Shades and tints

Shades of #DEBD8B

#DEBD8B
(222,189,139)
#CAAC7F
(202,172,127)
#B69B73
(182,155,115)
#A28A67
(162,138,103)
#8E795B
(142,121,91)
#7A684F
(122,104,79)
#665743
(102,87,67)
#524637
(82,70,55)
#3E352B
(62,53,43)
#2A241F
(42,36,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DEBD8B

#DEBD8B
(222,189,139)
#E1C395
(225,195,149)
#E4C99F
(228,201,159)
#E7CFA9
(231,207,169)
#EAD5B3
(234,213,179)
#EDDBBD
(237,219,189)
#F0E1C7
(240,225,199)
#F3E7D1
(243,231,209)
#F6EDDB
(246,237,219)
#F9F3E5
(249,243,229)
#FCF9EF
(252,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBD8B color. Also use rgb(222,189,139) instead hex code.

Text Font Color

.myTextColor { color: #DEBD8B; }

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

This text font color is #DEBD8B.


Background Color

.myBgColor { background-color: #DEBD8B; }

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

This div background color is #DEBD8B.


Border color

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

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

This div border color is #DEBD8B.


Opacity

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

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

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

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

This text has shadow with #DEBD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBD8B on black background.


Color preview on white background

This text has color #DEBD8B on white background.



Black color preview on #DEBD8B background

This text has black color on #DEBD8B background.


White color preview on #DEBD8B background

This text has white color on #DEBD8B background.