COLOR #DDB093

HEX: #DDB093
RGB: (221,176,147)

Color info

#DDB093 contains mainly red and green colors. Web safe color of #DDB093 is #CC9999 (or #C99).

RGB color model

#DDB093 color RGB value is (221,176,147).

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

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 147 of 255 = 58%

221
176
147

R + G + B ~ 71%. #DDB093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 176 + 147 = 544 (100%)
R 221 of 544 ~ 40.63%
G 176 of 544 ~ 32.35%
B 147 of 544 ~ 27.02%

%40.63
%32.35
%27.02

CMYK color model

#DDB093 color CMYK value is (0,20,33,13).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(0,20,33,13)
C0M20Y33K13 
(0%,20%,33%,13%)
(0.00/0.20/0.33/0.13)	

CMYK percentages

%0
%20.36
%33.48
%13.33

Codes

Color #DDB093 in popluar color models

DDB093
RGB221176147
HSL24°52.11%72.16%
HSB/HSV24°33.48%86.67%
CMYK0.00%20.36%33.48%
13.33%

Color #DDB093 in popluar number systems.

HEXDDB093
Decimal221176147
Binary110111011011000010010011
Octal335260223

Shades and tints

Shades of #DDB093

#DDB093
(221,176,147)
#C9A086
(201,160,134)
#B59079
(181,144,121)
#A1806C
(161,128,108)
#8D705F
(141,112,95)
#796052
(121,96,82)
#655045
(101,80,69)
#514038
(81,64,56)
#3D302B
(61,48,43)
#29201E
(41,32,30)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #DDB093

#DDB093
(221,176,147)
#E0B79C
(224,183,156)
#E3BEA5
(227,190,165)
#E6C5AE
(230,197,174)
#E9CCB7
(233,204,183)
#ECD3C0
(236,211,192)
#EFDAC9
(239,218,201)
#F2E1D2
(242,225,210)
#F5E8DB
(245,232,219)
#F8EFE4
(248,239,228)
#FBF6ED
(251,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB093; }

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

This text font color is #DDB093.


Background Color

.myBgColor { background-color: #DDB093; }

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

This div background color is #DDB093.


Border color

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

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

This div border color is #DDB093.


Opacity

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

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

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

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

This text has shadow with #DDB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB093 on black background.


Color preview on white background

This text has color #DDB093 on white background.



Black color preview on #DDB093 background

This text has black color on #DDB093 background.


White color preview on #DDB093 background

This text has white color on #DDB093 background.