COLOR #DDB2A5

HEX: #DDB2A5
RGB: (221,178,165)

Color info

#DDB2A5 contains red, green and blue colors in about the same proportion. Web safe color of #DDB2A5 is #CC9999 (or #C99).

RGB color model

#DDB2A5 color RGB value is (221,178,165).

  • red value is 221;
  • green value is 178;
  • blue value is 165.
RGB:
(221,178,165)
(87%,70%,65%)

RGB channels and saturation

R 221 of 255 = 87%
G 178 of 255 = 70%
B 165 of 255 = 65%

221
178
165

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

Portions of RGB colors in percentages

R + G + B =
221 + 178 + 165 = 564 (100%)
R 221 of 564 ~ 39.18%
G 178 of 564 ~ 31.56%
B 165 of 564 ~ 29.26%

%39.18
%31.56
%29.26

CMYK color model

#DDB2A5 color CMYK value is (0,19,25,13).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 25.34%
  • key color value is 13.33%
CMYK:
(0,19,25,13)
C0M19Y25K13 
(0%,19%,25%,13%)
(0.00/0.19/0.25/0.13)	

CMYK percentages

%0
%19.46
%25.34
%13.33

Codes

Color #DDB2A5 in popluar color models

DDB2A5
RGB221178165
HSL14°45.16%75.69%
HSB/HSV14°25.34%86.67%
CMYK0.00%19.46%25.34%
13.33%

Color #DDB2A5 in popluar number systems.

HEXDDB2A5
Decimal221178165
Binary110111011011001010100101
Octal335262245

Shades and tints

Shades of #DDB2A5

#DDB2A5
(221,178,165)
#C9A296
(201,162,150)
#B59287
(181,146,135)
#A18278
(161,130,120)
#8D7269
(141,114,105)
#79625A
(121,98,90)
#65524B
(101,82,75)
#51423C
(81,66,60)
#3D322D
(61,50,45)
#29221E
(41,34,30)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #DDB2A5

#DDB2A5
(221,178,165)
#E0B9AD
(224,185,173)
#E3C0B5
(227,192,181)
#E6C7BD
(230,199,189)
#E9CEC5
(233,206,197)
#ECD5CD
(236,213,205)
#EFDCD5
(239,220,213)
#F2E3DD
(242,227,221)
#F5EAE5
(245,234,229)
#F8F1ED
(248,241,237)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB2A5 color. Also use rgb(221,178,165) instead hex code.

Text Font Color

.myTextColor { color: #DDB2A5; }

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

This text font color is #DDB2A5.


Background Color

.myBgColor { background-color: #DDB2A5; }

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

This div background color is #DDB2A5.


Border color

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

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

This div border color is #DDB2A5.


Opacity

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

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

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

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

This text has shadow with #DDB2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB2A5 on black background.


Color preview on white background

This text has color #DDB2A5 on white background.



Black color preview on #DDB2A5 background

This text has black color on #DDB2A5 background.


White color preview on #DDB2A5 background

This text has white color on #DDB2A5 background.