COLOR #DFCFA6

HEX: #DFCFA6
RGB: (223,207,166)

Color info

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

RGB color model

#DFCFA6 color RGB value is (223,207,166).

  • red value is 223;
  • green value is 207;
  • blue value is 166.
RGB:
(223,207,166)
(87%,81%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 207 of 255 = 81%
B 166 of 255 = 65%

223
207
166

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

Portions of RGB colors in percentages

R + G + B =
223 + 207 + 166 = 596 (100%)
R 223 of 596 ~ 37.42%
G 207 of 596 ~ 34.73%
B 166 of 596 ~ 27.85%

%37.42
%34.73
%27.85

CMYK color model

#DFCFA6 color CMYK value is (0,7,26,13).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 25.56%
  • key color value is 12.55%
CMYK:
(0,7,26,13)
C0M7Y26K13 
(0%,7%,26%,13%)
(0.00/0.07/0.26/0.13)	

CMYK percentages

%0
%7.17
%25.56
%12.55

Codes

Color #DFCFA6 in popluar color models

DFCFA6
RGB223207166
HSL43°47.11%76.27%
HSB/HSV43°25.56%87.45%
CMYK0.00%7.17%25.56%
12.55%

Color #DFCFA6 in popluar number systems.

HEXDFCFA6
Decimal223207166
Binary110111111100111110100110
Octal337317246

Shades and tints

Shades of #DFCFA6

#DFCFA6
(223,207,166)
#CBBD97
(203,189,151)
#B7AB88
(183,171,136)
#A39979
(163,153,121)
#8F876A
(143,135,106)
#7B755B
(123,117,91)
#67634C
(103,99,76)
#53513D
(83,81,61)
#3F3F2E
(63,63,46)
#2B2D1F
(43,45,31)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #DFCFA6

#DFCFA6
(223,207,166)
#E1D3AE
(225,211,174)
#E3D7B6
(227,215,182)
#E5DBBE
(229,219,190)
#E7DFC6
(231,223,198)
#E9E3CE
(233,227,206)
#EBE7D6
(235,231,214)
#EDEBDE
(237,235,222)
#EFEFE6
(239,239,230)
#F1F3EE
(241,243,238)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCFA6 color. Also use rgb(223,207,166) instead hex code.

Text Font Color

.myTextColor { color: #DFCFA6; }

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

This text font color is #DFCFA6.


Background Color

.myBgColor { background-color: #DFCFA6; }

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

This div background color is #DFCFA6.


Border color

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

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

This div border color is #DFCFA6.


Opacity

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

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

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

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

This text has shadow with #DFCFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCFA6 on black background.


Color preview on white background

This text has color #DFCFA6 on white background.



Black color preview on #DFCFA6 background

This text has black color on #DFCFA6 background.


White color preview on #DFCFA6 background

This text has white color on #DFCFA6 background.