COLOR #DFC7A5

HEX: #DFC7A5
RGB: (223,199,165)

Color info

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

RGB color model

#DFC7A5 color RGB value is (223,199,165).

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

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 165 of 255 = 65%

223
199
165

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

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 165 = 587 (100%)
R 223 of 587 ~ 37.99%
G 199 of 587 ~ 33.9%
B 165 of 587 ~ 28.11%

%37.99
%33.9
%28.11

CMYK color model

#DFC7A5 color CMYK value is (0,11,26,13).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 26.01%
  • key color value is 12.55%
CMYK:
(0,11,26,13)
C0M11Y26K13 
(0%,11%,26%,13%)
(0.00/0.11/0.26/0.13)	

CMYK percentages

%0
%10.76
%26.01
%12.55

Codes

Color #DFC7A5 in popluar color models

DFC7A5
RGB223199165
HSL35°47.54%76.08%
HSB/HSV35°26.01%87.45%
CMYK0.00%10.76%26.01%
12.55%

Color #DFC7A5 in popluar number systems.

HEXDFC7A5
Decimal223199165
Binary110111111100011110100101
Octal337307245

Shades and tints

Shades of #DFC7A5

#DFC7A5
(223,199,165)
#CBB596
(203,181,150)
#B7A387
(183,163,135)
#A39178
(163,145,120)
#8F7F69
(143,127,105)
#7B6D5A
(123,109,90)
#675B4B
(103,91,75)
#53493C
(83,73,60)
#3F372D
(63,55,45)
#2B251E
(43,37,30)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #DFC7A5

#DFC7A5
(223,199,165)
#E1CCAD
(225,204,173)
#E3D1B5
(227,209,181)
#E5D6BD
(229,214,189)
#E7DBC5
(231,219,197)
#E9E0CD
(233,224,205)
#EBE5D5
(235,229,213)
#EDEADD
(237,234,221)
#EFEFE5
(239,239,229)
#F1F4ED
(241,244,237)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC7A5; }

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

This text font color is #DFC7A5.


Background Color

.myBgColor { background-color: #DFC7A5; }

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

This div background color is #DFC7A5.


Border color

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

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

This div border color is #DFC7A5.


Opacity

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

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

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

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

This text has shadow with #DFC7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC7A5 on black background.


Color preview on white background

This text has color #DFC7A5 on white background.



Black color preview on #DFC7A5 background

This text has black color on #DFC7A5 background.


White color preview on #DFC7A5 background

This text has white color on #DFC7A5 background.