COLOR #DFC7A9

HEX: #DFC7A9
RGB: (223,199,169)

Color info

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

RGB color model

#DFC7A9 color RGB value is (223,199,169).

  • red value is 223;
  • green value is 199;
  • blue value is 169.
RGB:
(223,199,169)
(87%,78%,66%)

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 169 of 255 = 66%

223
199
169

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

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 169 = 591 (100%)
R 223 of 591 ~ 37.73%
G 199 of 591 ~ 33.67%
B 169 of 591 ~ 28.6%

%37.73
%33.67
%28.6

CMYK color model

#DFC7A9 color CMYK value is (0,11,24,13).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 24.22%
  • key color value is 12.55%
CMYK:
(0,11,24,13)
C0M11Y24K13 
(0%,11%,24%,13%)
(0.00/0.11/0.24/0.13)	

CMYK percentages

%0
%10.76
%24.22
%12.55

Codes

Color #DFC7A9 in popluar color models

DFC7A9
RGB223199169
HSL33°45.76%76.86%
HSB/HSV33°24.22%87.45%
CMYK0.00%10.76%24.22%
12.55%

Color #DFC7A9 in popluar number systems.

HEXDFC7A9
Decimal223199169
Binary110111111100011110101001
Octal337307251

Shades and tints

Shades of #DFC7A9

#DFC7A9
(223,199,169)
#CBB59A
(203,181,154)
#B7A38B
(183,163,139)
#A3917C
(163,145,124)
#8F7F6D
(143,127,109)
#7B6D5E
(123,109,94)
#675B4F
(103,91,79)
#534940
(83,73,64)
#3F3731
(63,55,49)
#2B2522
(43,37,34)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #DFC7A9

#DFC7A9
(223,199,169)
#E1CCB0
(225,204,176)
#E3D1B7
(227,209,183)
#E5D6BE
(229,214,190)
#E7DBC5
(231,219,197)
#E9E0CC
(233,224,204)
#EBE5D3
(235,229,211)
#EDEADA
(237,234,218)
#EFEFE1
(239,239,225)
#F1F4E8
(241,244,232)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC7A9 color. Also use rgb(223,199,169) instead hex code.

Text Font Color

.myTextColor { color: #DFC7A9; }

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

This text font color is #DFC7A9.


Background Color

.myBgColor { background-color: #DFC7A9; }

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

This div background color is #DFC7A9.


Border color

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

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

This div border color is #DFC7A9.


Opacity

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

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

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

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

This text has shadow with #DFC7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC7A9 on black background.


Color preview on white background

This text has color #DFC7A9 on white background.



Black color preview on #DFC7A9 background

This text has black color on #DFC7A9 background.


White color preview on #DFC7A9 background

This text has white color on #DFC7A9 background.