COLOR #DFC5AF

HEX: #DFC5AF
RGB: (223,197,175)

Color info

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

RGB color model

#DFC5AF color RGB value is (223,197,175).

  • red value is 223;
  • green value is 197;
  • blue value is 175.
RGB:
(223,197,175)
(87%,77%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 197 of 255 = 77%
B 175 of 255 = 69%

223
197
175

R + G + B ~ 78%. #DFC5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 197 + 175 = 595 (100%)
R 223 of 595 ~ 37.48%
G 197 of 595 ~ 33.11%
B 175 of 595 ~ 29.41%

%37.48
%33.11
%29.41

CMYK color model

#DFC5AF color CMYK value is (0,12,22,13).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 21.52%
  • key color value is 12.55%
CMYK:
(0,12,22,13)
C0M12Y22K13 
(0%,12%,22%,13%)
(0.00/0.12/0.22/0.13)	

CMYK percentages

%0
%11.66
%21.52
%12.55

Codes

Color #DFC5AF in popluar color models

DFC5AF
RGB223197175
HSL28°42.86%78.04%
HSB/HSV28°21.52%87.45%
CMYK0.00%11.66%21.52%
12.55%

Color #DFC5AF in popluar number systems.

HEXDFC5AF
Decimal223197175
Binary110111111100010110101111
Octal337305257

Shades and tints

Shades of #DFC5AF

#DFC5AF
(223,197,175)
#CBB4A0
(203,180,160)
#B7A391
(183,163,145)
#A39282
(163,146,130)
#8F8173
(143,129,115)
#7B7064
(123,112,100)
#675F55
(103,95,85)
#534E46
(83,78,70)
#3F3D37
(63,61,55)
#2B2C28
(43,44,40)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #DFC5AF

#DFC5AF
(223,197,175)
#E1CAB6
(225,202,182)
#E3CFBD
(227,207,189)
#E5D4C4
(229,212,196)
#E7D9CB
(231,217,203)
#E9DED2
(233,222,210)
#EBE3D9
(235,227,217)
#EDE8E0
(237,232,224)
#EFEDE7
(239,237,231)
#F1F2EE
(241,242,238)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC5AF color. Also use rgb(223,197,175) instead hex code.

Text Font Color

.myTextColor { color: #DFC5AF; }

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

This text font color is #DFC5AF.


Background Color

.myBgColor { background-color: #DFC5AF; }

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

This div background color is #DFC5AF.


Border color

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

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

This div border color is #DFC5AF.


Opacity

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

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

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

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

This text has shadow with #DFC5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC5AF on black background.


Color preview on white background

This text has color #DFC5AF on white background.



Black color preview on #DFC5AF background

This text has black color on #DFC5AF background.


White color preview on #DFC5AF background

This text has white color on #DFC5AF background.