COLOR #DFC8A5

HEX: #DFC8A5
RGB: (223,200,165)

Color info

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

RGB color model

#DFC8A5 color RGB value is (223,200,165).

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

RGB channels and saturation

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

223
200
165

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

Portions of RGB colors in percentages

R + G + B =
223 + 200 + 165 = 588 (100%)
R 223 of 588 ~ 37.93%
G 200 of 588 ~ 34.01%
B 165 of 588 ~ 28.06%

%37.93
%34.01
%28.06

CMYK color model

#DFC8A5 color CMYK value is (0,10,26,13).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 26.01%
  • key color value is 12.55%
CMYK:
(0,10,26,13)
C0M10Y26K13 
(0%,10%,26%,13%)
(0.00/0.10/0.26/0.13)	

CMYK percentages

%0
%10.31
%26.01
%12.55

Codes

Color #DFC8A5 in popluar color models

DFC8A5
RGB223200165
HSL36°47.54%76.08%
HSB/HSV36°26.01%87.45%
CMYK0.00%10.31%26.01%
12.55%

Color #DFC8A5 in popluar number systems.

HEXDFC8A5
Decimal223200165
Binary110111111100100010100101
Octal337310245

Shades and tints

Shades of #DFC8A5

#DFC8A5
(223,200,165)
#CBB696
(203,182,150)
#B7A487
(183,164,135)
#A39278
(163,146,120)
#8F8069
(143,128,105)
#7B6E5A
(123,110,90)
#675C4B
(103,92,75)
#534A3C
(83,74,60)
#3F382D
(63,56,45)
#2B261E
(43,38,30)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #DFC8A5

#DFC8A5
(223,200,165)
#E1CDAD
(225,205,173)
#E3D2B5
(227,210,181)
#E5D7BD
(229,215,189)
#E7DCC5
(231,220,197)
#E9E1CD
(233,225,205)
#EBE6D5
(235,230,213)
#EDEBDD
(237,235,221)
#EFF0E5
(239,240,229)
#F1F5ED
(241,245,237)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC8A5; }

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

This text font color is #DFC8A5.


Background Color

.myBgColor { background-color: #DFC8A5; }

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

This div background color is #DFC8A5.


Border color

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

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

This div border color is #DFC8A5.


Opacity

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

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

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

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

This text has shadow with #DFC8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC8A5 on black background.


Color preview on white background

This text has color #DFC8A5 on white background.



Black color preview on #DFC8A5 background

This text has black color on #DFC8A5 background.


White color preview on #DFC8A5 background

This text has white color on #DFC8A5 background.