COLOR #DFCE56

HEX: #DFCE56
RGB: (223,206,86)

Color info

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

RGB color model

#DFCE56 color RGB value is (223,206,86).

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

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 86 of 255 = 34%

223
206
86

R + G + B ~ 67%. #DFCE56 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 86 = 515 (100%)
R 223 of 515 ~ 43.3%
G 206 of 515 ~ 40%
B 86 of 515 ~ 16.7%

%43.3
%40
%16.7

CMYK color model

#DFCE56 color CMYK value is (0,8,61,13).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 61.43%
  • key color value is 12.55%
CMYK:
(0,8,61,13)
C0M8Y61K13 
(0%,8%,61%,13%)
(0.00/0.08/0.61/0.13)	

CMYK percentages

%0
%7.62
%61.43
%12.55

Codes

Color #DFCE56 in popluar color models

DFCE56
RGB22320686
HSL53°68.16%60.59%
HSB/HSV53°61.43%87.45%
CMYK0.00%7.62%61.43%
12.55%

Color #DFCE56 in popluar number systems.

HEXDFCE56
Decimal22320686
Binary11011111110011101010110
Octal337316126

Shades and tints

Shades of #DFCE56

#DFCE56
(223,206,86)
#CBBC4F
(203,188,79)
#B7AA48
(183,170,72)
#A39841
(163,152,65)
#8F863A
(143,134,58)
#7B7433
(123,116,51)
#67622C
(103,98,44)
#535025
(83,80,37)
#3F3E1E
(63,62,30)
#2B2C17
(43,44,23)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #DFCE56

#DFCE56
(223,206,86)
#E1D265
(225,210,101)
#E3D674
(227,214,116)
#E5DA83
(229,218,131)
#E7DE92
(231,222,146)
#E9E2A1
(233,226,161)
#EBE6B0
(235,230,176)
#EDEABF
(237,234,191)
#EFEECE
(239,238,206)
#F1F2DD
(241,242,221)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCE56; }

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

This text font color is #DFCE56.


Background Color

.myBgColor { background-color: #DFCE56; }

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

This div background color is #DFCE56.


Border color

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

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

This div border color is #DFCE56.


Opacity

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

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

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

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

This text has shadow with #DFCE56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCE56 on black background.


Color preview on white background

This text has color #DFCE56 on white background.



Black color preview on #DFCE56 background

This text has black color on #DFCE56 background.


White color preview on #DFCE56 background

This text has white color on #DFCE56 background.