COLOR #DFCE7F

HEX: #DFCE7F
RGB: (223,206,127)

Color info

#DFCE7F contains mainly red and green colors. Web safe color of #DFCE7F is #CCCC66 (or #CC6).

RGB color model

#DFCE7F color RGB value is (223,206,127).

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

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 127 of 255 = 50%

223
206
127

R + G + B ~ 73%. #DFCE7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 127 = 556 (100%)
R 223 of 556 ~ 40.11%
G 206 of 556 ~ 37.05%
B 127 of 556 ~ 22.84%

%40.11
%37.05
%22.84

CMYK color model

#DFCE7F color CMYK value is (0,8,43,13).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 43.05%
  • key color value is 12.55%
CMYK:
(0,8,43,13)
C0M8Y43K13 
(0%,8%,43%,13%)
(0.00/0.08/0.43/0.13)	

CMYK percentages

%0
%7.62
%43.05
%12.55

Codes

Color #DFCE7F in popluar color models

DFCE7F
RGB223206127
HSL49°60.00%68.63%
HSB/HSV49°43.05%87.45%
CMYK0.00%7.62%43.05%
12.55%

Color #DFCE7F in popluar number systems.

HEXDFCE7F
Decimal223206127
Binary11011111110011101111111
Octal337316177

Shades and tints

Shades of #DFCE7F

#DFCE7F
(223,206,127)
#CBBC74
(203,188,116)
#B7AA69
(183,170,105)
#A3985E
(163,152,94)
#8F8653
(143,134,83)
#7B7448
(123,116,72)
#67623D
(103,98,61)
#535032
(83,80,50)
#3F3E27
(63,62,39)
#2B2C1C
(43,44,28)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #DFCE7F

#DFCE7F
(223,206,127)
#E1D28A
(225,210,138)
#E3D695
(227,214,149)
#E5DAA0
(229,218,160)
#E7DEAB
(231,222,171)
#E9E2B6
(233,226,182)
#EBE6C1
(235,230,193)
#EDEACC
(237,234,204)
#EFEED7
(239,238,215)
#F1F2E2
(241,242,226)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCE7F; }

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

This text font color is #DFCE7F.


Background Color

.myBgColor { background-color: #DFCE7F; }

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

This div background color is #DFCE7F.


Border color

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

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

This div border color is #DFCE7F.


Opacity

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

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

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

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

This text has shadow with #DFCE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCE7F on black background.


Color preview on white background

This text has color #DFCE7F on white background.



Black color preview on #DFCE7F background

This text has black color on #DFCE7F background.


White color preview on #DFCE7F background

This text has white color on #DFCE7F background.