COLOR #DDB7A3

HEX: #DDB7A3
RGB: (221,183,163)

Color info

#DDB7A3 contains red, green and blue colors in about the same proportion. Web safe color of #DDB7A3 is #CCCC99 (or #CC9).

RGB color model

#DDB7A3 color RGB value is (221,183,163).

  • red value is 221;
  • green value is 183;
  • blue value is 163.
RGB:
(221,183,163)
(87%,72%,64%)

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 163 of 255 = 64%

221
183
163

R + G + B ~ 74%. #DDB7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 183 + 163 = 567 (100%)
R 221 of 567 ~ 38.98%
G 183 of 567 ~ 32.28%
B 163 of 567 ~ 28.75%

%38.98
%32.28
%28.75

CMYK color model

#DDB7A3 color CMYK value is (0,17,26,13).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 26.24%
  • key color value is 13.33%
CMYK:
(0,17,26,13)
C0M17Y26K13 
(0%,17%,26%,13%)
(0.00/0.17/0.26/0.13)	

CMYK percentages

%0
%17.19
%26.24
%13.33

Codes

Color #DDB7A3 in popluar color models

DDB7A3
RGB221183163
HSL21°46.03%75.29%
HSB/HSV21°26.24%86.67%
CMYK0.00%17.19%26.24%
13.33%

Color #DDB7A3 in popluar number systems.

HEXDDB7A3
Decimal221183163
Binary110111011011011110100011
Octal335267243

Shades and tints

Shades of #DDB7A3

#DDB7A3
(221,183,163)
#C9A795
(201,167,149)
#B59787
(181,151,135)
#A18779
(161,135,121)
#8D776B
(141,119,107)
#79675D
(121,103,93)
#65574F
(101,87,79)
#514741
(81,71,65)
#3D3733
(61,55,51)
#292725
(41,39,37)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #DDB7A3

#DDB7A3
(221,183,163)
#E0BDAB
(224,189,171)
#E3C3B3
(227,195,179)
#E6C9BB
(230,201,187)
#E9CFC3
(233,207,195)
#ECD5CB
(236,213,203)
#EFDBD3
(239,219,211)
#F2E1DB
(242,225,219)
#F5E7E3
(245,231,227)
#F8EDEB
(248,237,235)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB7A3 color. Also use rgb(221,183,163) instead hex code.

Text Font Color

.myTextColor { color: #DDB7A3; }

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

This text font color is #DDB7A3.


Background Color

.myBgColor { background-color: #DDB7A3; }

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

This div background color is #DDB7A3.


Border color

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

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

This div border color is #DDB7A3.


Opacity

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

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

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

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

This text has shadow with #DDB7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB7A3 on black background.


Color preview on white background

This text has color #DDB7A3 on white background.



Black color preview on #DDB7A3 background

This text has black color on #DDB7A3 background.


White color preview on #DDB7A3 background

This text has white color on #DDB7A3 background.