COLOR #DFC39E

HEX: #DFC39E
RGB: (223,195,158)

Color info

#DFC39E contains mainly red and green colors. Web safe color of #DFC39E is #CCCC99 (or #CC9).

RGB color model

#DFC39E color RGB value is (223,195,158).

  • red value is 223;
  • green value is 195;
  • blue value is 158.
RGB:
(223,195,158)
(87%,76%,62%)

RGB channels and saturation

R 223 of 255 = 87%
G 195 of 255 = 76%
B 158 of 255 = 62%

223
195
158

R + G + B ~ 75%. #DFC39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 195 + 158 = 576 (100%)
R 223 of 576 ~ 38.72%
G 195 of 576 ~ 33.85%
B 158 of 576 ~ 27.43%

%38.72
%33.85
%27.43

CMYK color model

#DFC39E color CMYK value is (0,13,29,13).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 29.15%
  • key color value is 12.55%
CMYK:
(0,13,29,13)
C0M13Y29K13 
(0%,13%,29%,13%)
(0.00/0.13/0.29/0.13)	

CMYK percentages

%0
%12.56
%29.15
%12.55

Codes

Color #DFC39E in popluar color models

DFC39E
RGB223195158
HSL34°50.39%74.71%
HSB/HSV34°29.15%87.45%
CMYK0.00%12.56%29.15%
12.55%

Color #DFC39E in popluar number systems.

HEXDFC39E
Decimal223195158
Binary110111111100001110011110
Octal337303236

Shades and tints

Shades of #DFC39E

#DFC39E
(223,195,158)
#CBB290
(203,178,144)
#B7A182
(183,161,130)
#A39074
(163,144,116)
#8F7F66
(143,127,102)
#7B6E58
(123,110,88)
#675D4A
(103,93,74)
#534C3C
(83,76,60)
#3F3B2E
(63,59,46)
#2B2A20
(43,42,32)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #DFC39E

#DFC39E
(223,195,158)
#E1C8A6
(225,200,166)
#E3CDAE
(227,205,174)
#E5D2B6
(229,210,182)
#E7D7BE
(231,215,190)
#E9DCC6
(233,220,198)
#EBE1CE
(235,225,206)
#EDE6D6
(237,230,214)
#EFEBDE
(239,235,222)
#F1F0E6
(241,240,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC39E color. Also use rgb(223,195,158) instead hex code.

Text Font Color

.myTextColor { color: #DFC39E; }

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

This text font color is #DFC39E.


Background Color

.myBgColor { background-color: #DFC39E; }

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

This div background color is #DFC39E.


Border color

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

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

This div border color is #DFC39E.


Opacity

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

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

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

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

This text has shadow with #DFC39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC39E on black background.


Color preview on white background

This text has color #DFC39E on white background.



Black color preview on #DFC39E background

This text has black color on #DFC39E background.


White color preview on #DFC39E background

This text has white color on #DFC39E background.