COLOR #DDBE93

HEX: #DDBE93
RGB: (221,190,147)

Color info

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

RGB color model

#DDBE93 color RGB value is (221,190,147).

  • red value is 221;
  • green value is 190;
  • blue value is 147.
RGB:
(221,190,147)
(87%,75%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 147 of 255 = 58%

221
190
147

R + G + B ~ 73%. #DDBE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 190 + 147 = 558 (100%)
R 221 of 558 ~ 39.61%
G 190 of 558 ~ 34.05%
B 147 of 558 ~ 26.34%

%39.61
%34.05
%26.34

CMYK color model

#DDBE93 color CMYK value is (0,14,33,13).

  • cyan value is 0.00%
  • magenta value is 14.03%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(0,14,33,13)
C0M14Y33K13 
(0%,14%,33%,13%)
(0.00/0.14/0.33/0.13)	

CMYK percentages

%0
%14.03
%33.48
%13.33

Codes

Color #DDBE93 in popluar color models

DDBE93
RGB221190147
HSL35°52.11%72.16%
HSB/HSV35°33.48%86.67%
CMYK0.00%14.03%33.48%
13.33%

Color #DDBE93 in popluar number systems.

HEXDDBE93
Decimal221190147
Binary110111011011111010010011
Octal335276223

Shades and tints

Shades of #DDBE93

#DDBE93
(221,190,147)
#C9AD86
(201,173,134)
#B59C79
(181,156,121)
#A18B6C
(161,139,108)
#8D7A5F
(141,122,95)
#796952
(121,105,82)
#655845
(101,88,69)
#514738
(81,71,56)
#3D362B
(61,54,43)
#29251E
(41,37,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDBE93

#DDBE93
(221,190,147)
#E0C39C
(224,195,156)
#E3C8A5
(227,200,165)
#E6CDAE
(230,205,174)
#E9D2B7
(233,210,183)
#ECD7C0
(236,215,192)
#EFDCC9
(239,220,201)
#F2E1D2
(242,225,210)
#F5E6DB
(245,230,219)
#F8EBE4
(248,235,228)
#FBF0ED
(251,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBE93 color. Also use rgb(221,190,147) instead hex code.

Text Font Color

.myTextColor { color: #DDBE93; }

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

This text font color is #DDBE93.


Background Color

.myBgColor { background-color: #DDBE93; }

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

This div background color is #DDBE93.


Border color

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

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

This div border color is #DDBE93.


Opacity

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

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

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

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

This text has shadow with #DDBE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBE93 on black background.


Color preview on white background

This text has color #DDBE93 on white background.



Black color preview on #DDBE93 background

This text has black color on #DDBE93 background.


White color preview on #DDBE93 background

This text has white color on #DDBE93 background.