COLOR #DFC8A7

HEX: #DFC8A7
RGB: (223,200,167)

Color info

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

RGB color model

#DFC8A7 color RGB value is (223,200,167).

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

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 167 of 255 = 65%

223
200
167

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

Portions of RGB colors in percentages

R + G + B =
223 + 200 + 167 = 590 (100%)
R 223 of 590 ~ 37.8%
G 200 of 590 ~ 33.9%
B 167 of 590 ~ 28.31%

%37.8
%33.9
%28.31

CMYK color model

#DFC8A7 color CMYK value is (0,10,25,13).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,10,25,13)
C0M10Y25K13 
(0%,10%,25%,13%)
(0.00/0.10/0.25/0.13)	

CMYK percentages

%0
%10.31
%25.11
%12.55

Codes

Color #DFC8A7 in popluar color models

DFC8A7
RGB223200167
HSL35°46.67%76.47%
HSB/HSV35°25.11%87.45%
CMYK0.00%10.31%25.11%
12.55%

Color #DFC8A7 in popluar number systems.

HEXDFC8A7
Decimal223200167
Binary110111111100100010100111
Octal337310247

Shades and tints

Shades of #DFC8A7

#DFC8A7
(223,200,167)
#CBB698
(203,182,152)
#B7A489
(183,164,137)
#A3927A
(163,146,122)
#8F806B
(143,128,107)
#7B6E5C
(123,110,92)
#675C4D
(103,92,77)
#534A3E
(83,74,62)
#3F382F
(63,56,47)
#2B2620
(43,38,32)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #DFC8A7

#DFC8A7
(223,200,167)
#E1CDAF
(225,205,175)
#E3D2B7
(227,210,183)
#E5D7BF
(229,215,191)
#E7DCC7
(231,220,199)
#E9E1CF
(233,225,207)
#EBE6D7
(235,230,215)
#EDEBDF
(237,235,223)
#EFF0E7
(239,240,231)
#F1F5EF
(241,245,239)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC8A7 color. Also use rgb(223,200,167) instead hex code.

Text Font Color

.myTextColor { color: #DFC8A7; }

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

This text font color is #DFC8A7.


Background Color

.myBgColor { background-color: #DFC8A7; }

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

This div background color is #DFC8A7.


Border color

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

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

This div border color is #DFC8A7.


Opacity

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

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

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

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

This text has shadow with #DFC8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC8A7 on black background.


Color preview on white background

This text has color #DFC8A7 on white background.



Black color preview on #DFC8A7 background

This text has black color on #DFC8A7 background.


White color preview on #DFC8A7 background

This text has white color on #DFC8A7 background.