COLOR #DDB7AE

HEX: #DDB7AE
RGB: (221,183,174)

Color info

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

RGB color model

#DDB7AE color RGB value is (221,183,174).

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

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 174 of 255 = 68%

221
183
174

R + G + B ~ 76%. #DDB7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 183 + 174 = 578 (100%)
R 221 of 578 ~ 38.24%
G 183 of 578 ~ 31.66%
B 174 of 578 ~ 30.1%

%38.24
%31.66
%30.1

CMYK color model

#DDB7AE color CMYK value is (0,17,21,13).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 21.27%
  • key color value is 13.33%
CMYK:
(0,17,21,13)
C0M17Y21K13 
(0%,17%,21%,13%)
(0.00/0.17/0.21/0.13)	

CMYK percentages

%0
%17.19
%21.27
%13.33

Codes

Color #DDB7AE in popluar color models

DDB7AE
RGB221183174
HSL11°40.87%77.45%
HSB/HSV11°21.27%86.67%
CMYK0.00%17.19%21.27%
13.33%

Color #DDB7AE in popluar number systems.

HEXDDB7AE
Decimal221183174
Binary110111011011011110101110
Octal335267256

Shades and tints

Shades of #DDB7AE

#DDB7AE
(221,183,174)
#C9A79F
(201,167,159)
#B59790
(181,151,144)
#A18781
(161,135,129)
#8D7772
(141,119,114)
#796763
(121,103,99)
#655754
(101,87,84)
#514745
(81,71,69)
#3D3736
(61,55,54)
#292727
(41,39,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDB7AE

#DDB7AE
(221,183,174)
#E0BDB5
(224,189,181)
#E3C3BC
(227,195,188)
#E6C9C3
(230,201,195)
#E9CFCA
(233,207,202)
#ECD5D1
(236,213,209)
#EFDBD8
(239,219,216)
#F2E1DF
(242,225,223)
#F5E7E6
(245,231,230)
#F8EDED
(248,237,237)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB7AE; }

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

This text font color is #DDB7AE.


Background Color

.myBgColor { background-color: #DDB7AE; }

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

This div background color is #DDB7AE.


Border color

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

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

This div border color is #DDB7AE.


Opacity

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

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

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

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

This text has shadow with #DDB7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB7AE on black background.


Color preview on white background

This text has color #DDB7AE on white background.



Black color preview on #DDB7AE background

This text has black color on #DDB7AE background.


White color preview on #DDB7AE background

This text has white color on #DDB7AE background.