COLOR #DEBB73

HEX: #DEBB73
RGB: (222,187,115)

Color info

#DEBB73 contains mainly red and green colors. Web safe color of #DEBB73 is #CCCC66 (or #CC6).

RGB color model

#DEBB73 color RGB value is (222,187,115).

  • red value is 222;
  • green value is 187;
  • blue value is 115.
RGB:
(222,187,115)
(87%,73%,45%)

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 115 of 255 = 45%

222
187
115

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 115 = 524 (100%)
R 222 of 524 ~ 42.37%
G 187 of 524 ~ 35.69%
B 115 of 524 ~ 21.95%

%42.37
%35.69
%21.95

CMYK color model

#DEBB73 color CMYK value is (0,16,48,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 48.20%
  • key color value is 12.94%
CMYK:
(0,16,48,13)
C0M16Y48K13 
(0%,16%,48%,13%)
(0.00/0.16/0.48/0.13)	

CMYK percentages

%0
%15.77
%48.2
%12.94

Codes

Color #DEBB73 in popluar color models

DEBB73
RGB222187115
HSL40°61.85%66.08%
HSB/HSV40°48.20%87.06%
CMYK0.00%15.77%48.20%
12.94%

Color #DEBB73 in popluar number systems.

HEXDEBB73
Decimal222187115
Binary11011110101110111110011
Octal336273163

Shades and tints

Shades of #DEBB73

#DEBB73
(222,187,115)
#CAAA69
(202,170,105)
#B6995F
(182,153,95)
#A28855
(162,136,85)
#8E774B
(142,119,75)
#7A6641
(122,102,65)
#665537
(102,85,55)
#52442D
(82,68,45)
#3E3323
(62,51,35)
#2A2219
(42,34,25)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #DEBB73

#DEBB73
(222,187,115)
#E1C17F
(225,193,127)
#E4C78B
(228,199,139)
#E7CD97
(231,205,151)
#EAD3A3
(234,211,163)
#EDD9AF
(237,217,175)
#F0DFBB
(240,223,187)
#F3E5C7
(243,229,199)
#F6EBD3
(246,235,211)
#F9F1DF
(249,241,223)
#FCF7EB
(252,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBB73 color. Also use rgb(222,187,115) instead hex code.

Text Font Color

.myTextColor { color: #DEBB73; }

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

This text font color is #DEBB73.


Background Color

.myBgColor { background-color: #DEBB73; }

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

This div background color is #DEBB73.


Border color

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

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

This div border color is #DEBB73.


Opacity

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

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

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

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

This text has shadow with #DEBB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBB73 on black background.


Color preview on white background

This text has color #DEBB73 on white background.



Black color preview on #DEBB73 background

This text has black color on #DEBB73 background.


White color preview on #DEBB73 background

This text has white color on #DEBB73 background.