COLOR #DDB183

HEX: #DDB183
RGB: (221,177,131)

Color info

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

RGB color model

#DDB183 color RGB value is (221,177,131).

  • red value is 221;
  • green value is 177;
  • blue value is 131.
RGB:
(221,177,131)
(87%,69%,51%)

RGB channels and saturation

R 221 of 255 = 87%
G 177 of 255 = 69%
B 131 of 255 = 51%

221
177
131

R + G + B ~ 69%. #DDB183 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 177 + 131 = 529 (100%)
R 221 of 529 ~ 41.78%
G 177 of 529 ~ 33.46%
B 131 of 529 ~ 24.76%

%41.78
%33.46
%24.76

CMYK color model

#DDB183 color CMYK value is (0,20,41,13).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 40.72%
  • key color value is 13.33%
CMYK:
(0,20,41,13)
C0M20Y41K13 
(0%,20%,41%,13%)
(0.00/0.20/0.41/0.13)	

CMYK percentages

%0
%19.91
%40.72
%13.33

Codes

Color #DDB183 in popluar color models

DDB183
RGB221177131
HSL31°56.96%69.02%
HSB/HSV31°40.72%86.67%
CMYK0.00%19.91%40.72%
13.33%

Color #DDB183 in popluar number systems.

HEXDDB183
Decimal221177131
Binary110111011011000110000011
Octal335261203

Shades and tints

Shades of #DDB183

#DDB183
(221,177,131)
#C9A178
(201,161,120)
#B5916D
(181,145,109)
#A18162
(161,129,98)
#8D7157
(141,113,87)
#79614C
(121,97,76)
#655141
(101,81,65)
#514136
(81,65,54)
#3D312B
(61,49,43)
#292120
(41,33,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #DDB183

#DDB183
(221,177,131)
#E0B88E
(224,184,142)
#E3BF99
(227,191,153)
#E6C6A4
(230,198,164)
#E9CDAF
(233,205,175)
#ECD4BA
(236,212,186)
#EFDBC5
(239,219,197)
#F2E2D0
(242,226,208)
#F5E9DB
(245,233,219)
#F8F0E6
(248,240,230)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB183 color. Also use rgb(221,177,131) instead hex code.

Text Font Color

.myTextColor { color: #DDB183; }

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

This text font color is #DDB183.


Background Color

.myBgColor { background-color: #DDB183; }

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

This div background color is #DDB183.


Border color

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

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

This div border color is #DDB183.


Opacity

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

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

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

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

This text has shadow with #DDB183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB183 on black background.


Color preview on white background

This text has color #DDB183 on white background.



Black color preview on #DDB183 background

This text has black color on #DDB183 background.


White color preview on #DDB183 background

This text has white color on #DDB183 background.