COLOR #DFCFA5

HEX: #DFCFA5
RGB: (223,207,165)

Color info

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

RGB color model

#DFCFA5 color RGB value is (223,207,165).

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

RGB channels and saturation

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

223
207
165

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

Portions of RGB colors in percentages

R + G + B =
223 + 207 + 165 = 595 (100%)
R 223 of 595 ~ 37.48%
G 207 of 595 ~ 34.79%
B 165 of 595 ~ 27.73%

%37.48
%34.79
%27.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 26.01%
  • 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
%26.01
%12.55

Codes

Color #DFCFA5 in popluar color models

DFCFA5
RGB223207165
HSL43°47.54%76.08%
HSB/HSV43°26.01%87.45%
CMYK0.00%7.17%26.01%
12.55%

Color #DFCFA5 in popluar number systems.

HEXDFCFA5
Decimal223207165
Binary110111111100111110100101
Octal337317245

Shades and tints

Shades of #DFCFA5

#DFCFA5
(223,207,165)
#CBBD96
(203,189,150)
#B7AB87
(183,171,135)
#A39978
(163,153,120)
#8F8769
(143,135,105)
#7B755A
(123,117,90)
#67634B
(103,99,75)
#53513C
(83,81,60)
#3F3F2D
(63,63,45)
#2B2D1E
(43,45,30)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #DFCFA5

#DFCFA5
(223,207,165)
#E1D3AD
(225,211,173)
#E3D7B5
(227,215,181)
#E5DBBD
(229,219,189)
#E7DFC5
(231,223,197)
#E9E3CD
(233,227,205)
#EBE7D5
(235,231,213)
#EDEBDD
(237,235,221)
#EFEFE5
(239,239,229)
#F1F3ED
(241,243,237)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCFA5; }

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

This text font color is #DFCFA5.


Background Color

.myBgColor { background-color: #DFCFA5; }

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

This div background color is #DFCFA5.


Border color

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

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

This div border color is #DFCFA5.


Opacity

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

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

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

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

This text has shadow with #DFCFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCFA5 on black background.


Color preview on white background

This text has color #DFCFA5 on white background.



Black color preview on #DFCFA5 background

This text has black color on #DFCFA5 background.


White color preview on #DFCFA5 background

This text has white color on #DFCFA5 background.