COLOR #DDC3AF

HEX: #DDC3AF
RGB: (221,195,175)

Color info

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

RGB color model

#DDC3AF color RGB value is (221,195,175).

  • red value is 221;
  • green value is 195;
  • blue value is 175.
RGB:
(221,195,175)
(87%,76%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 175 of 255 = 69%

221
195
175

R + G + B ~ 77%. #DDC3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 195 + 175 = 591 (100%)
R 221 of 591 ~ 37.39%
G 195 of 591 ~ 32.99%
B 175 of 591 ~ 29.61%

%37.39
%32.99
%29.61

CMYK color model

#DDC3AF color CMYK value is (0,12,21,13).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(0,12,21,13)
C0M12Y21K13 
(0%,12%,21%,13%)
(0.00/0.12/0.21/0.13)	

CMYK percentages

%0
%11.76
%20.81
%13.33

Codes

Color #DDC3AF in popluar color models

DDC3AF
RGB221195175
HSL26°40.35%77.65%
HSB/HSV26°20.81%86.67%
CMYK0.00%11.76%20.81%
13.33%

Color #DDC3AF in popluar number systems.

HEXDDC3AF
Decimal221195175
Binary110111011100001110101111
Octal335303257

Shades and tints

Shades of #DDC3AF

#DDC3AF
(221,195,175)
#C9B2A0
(201,178,160)
#B5A191
(181,161,145)
#A19082
(161,144,130)
#8D7F73
(141,127,115)
#796E64
(121,110,100)
#655D55
(101,93,85)
#514C46
(81,76,70)
#3D3B37
(61,59,55)
#292A28
(41,42,40)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDC3AF

#DDC3AF
(221,195,175)
#E0C8B6
(224,200,182)
#E3CDBD
(227,205,189)
#E6D2C4
(230,210,196)
#E9D7CB
(233,215,203)
#ECDCD2
(236,220,210)
#EFE1D9
(239,225,217)
#F2E6E0
(242,230,224)
#F5EBE7
(245,235,231)
#F8F0EE
(248,240,238)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC3AF color. Also use rgb(221,195,175) instead hex code.

Text Font Color

.myTextColor { color: #DDC3AF; }

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

This text font color is #DDC3AF.


Background Color

.myBgColor { background-color: #DDC3AF; }

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

This div background color is #DDC3AF.


Border color

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

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

This div border color is #DDC3AF.


Opacity

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

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

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

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

This text has shadow with #DDC3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC3AF on black background.


Color preview on white background

This text has color #DDC3AF on white background.



Black color preview on #DDC3AF background

This text has black color on #DDC3AF background.


White color preview on #DDC3AF background

This text has white color on #DDC3AF background.