COLOR #DFCE9F

HEX: #DFCE9F
RGB: (223,206,159)

Color info

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

RGB color model

#DFCE9F color RGB value is (223,206,159).

  • red value is 223;
  • green value is 206;
  • blue value is 159.
RGB:
(223,206,159)
(87%,81%,62%)

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 159 of 255 = 62%

223
206
159

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

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 159 = 588 (100%)
R 223 of 588 ~ 37.93%
G 206 of 588 ~ 35.03%
B 159 of 588 ~ 27.04%

%37.93
%35.03
%27.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 28.70%
  • key color value is 12.55%
CMYK:
(0,8,29,13)
C0M8Y29K13 
(0%,8%,29%,13%)
(0.00/0.08/0.29/0.13)	

CMYK percentages

%0
%7.62
%28.7
%12.55

Codes

Color #DFCE9F in popluar color models

DFCE9F
RGB223206159
HSL44°50.00%74.90%
HSB/HSV44°28.70%87.45%
CMYK0.00%7.62%28.70%
12.55%

Color #DFCE9F in popluar number systems.

HEXDFCE9F
Decimal223206159
Binary110111111100111010011111
Octal337316237

Shades and tints

Shades of #DFCE9F

#DFCE9F
(223,206,159)
#CBBC91
(203,188,145)
#B7AA83
(183,170,131)
#A39875
(163,152,117)
#8F8667
(143,134,103)
#7B7459
(123,116,89)
#67624B
(103,98,75)
#53503D
(83,80,61)
#3F3E2F
(63,62,47)
#2B2C21
(43,44,33)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #DFCE9F

#DFCE9F
(223,206,159)
#E1D2A7
(225,210,167)
#E3D6AF
(227,214,175)
#E5DAB7
(229,218,183)
#E7DEBF
(231,222,191)
#E9E2C7
(233,226,199)
#EBE6CF
(235,230,207)
#EDEAD7
(237,234,215)
#EFEEDF
(239,238,223)
#F1F2E7
(241,242,231)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCE9F color. Also use rgb(223,206,159) instead hex code.

Text Font Color

.myTextColor { color: #DFCE9F; }

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

This text font color is #DFCE9F.


Background Color

.myBgColor { background-color: #DFCE9F; }

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

This div background color is #DFCE9F.


Border color

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

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

This div border color is #DFCE9F.


Opacity

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

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

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

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

This text has shadow with #DFCE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCE9F on black background.


Color preview on white background

This text has color #DFCE9F on white background.



Black color preview on #DFCE9F background

This text has black color on #DFCE9F background.


White color preview on #DFCE9F background

This text has white color on #DFCE9F background.