COLOR #DFD59C

HEX: #DFD59C
RGB: (223,213,156)

Color info

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

RGB color model

#DFD59C color RGB value is (223,213,156).

  • red value is 223;
  • green value is 213;
  • blue value is 156.
RGB:
(223,213,156)
(87%,84%,61%)

RGB channels and saturation

R 223 of 255 = 87%
G 213 of 255 = 84%
B 156 of 255 = 61%

223
213
156

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

Portions of RGB colors in percentages

R + G + B =
223 + 213 + 156 = 592 (100%)
R 223 of 592 ~ 37.67%
G 213 of 592 ~ 35.98%
B 156 of 592 ~ 26.35%

%37.67
%35.98
%26.35

CMYK color model

#DFD59C color CMYK value is (0,4,30,13).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 30.04%
  • key color value is 12.55%
CMYK:
(0,4,30,13)
C0M4Y30K13 
(0%,4%,30%,13%)
(0.00/0.04/0.30/0.13)	

CMYK percentages

%0
%4.48
%30.04
%12.55

Codes

Color #DFD59C in popluar color models

DFD59C
RGB223213156
HSL51°51.15%74.31%
HSB/HSV51°30.04%87.45%
CMYK0.00%4.48%30.04%
12.55%

Color #DFD59C in popluar number systems.

HEXDFD59C
Decimal223213156
Binary110111111101010110011100
Octal337325234

Shades and tints

Shades of #DFD59C

#DFD59C
(223,213,156)
#CBC28E
(203,194,142)
#B7AF80
(183,175,128)
#A39C72
(163,156,114)
#8F8964
(143,137,100)
#7B7656
(123,118,86)
#676348
(103,99,72)
#53503A
(83,80,58)
#3F3D2C
(63,61,44)
#2B2A1E
(43,42,30)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #DFD59C

#DFD59C
(223,213,156)
#E1D8A5
(225,216,165)
#E3DBAE
(227,219,174)
#E5DEB7
(229,222,183)
#E7E1C0
(231,225,192)
#E9E4C9
(233,228,201)
#EBE7D2
(235,231,210)
#EDEADB
(237,234,219)
#EFEDE4
(239,237,228)
#F1F0ED
(241,240,237)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD59C color. Also use rgb(223,213,156) instead hex code.

Text Font Color

.myTextColor { color: #DFD59C; }

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

This text font color is #DFD59C.


Background Color

.myBgColor { background-color: #DFD59C; }

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

This div background color is #DFD59C.


Border color

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

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

This div border color is #DFD59C.


Opacity

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

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

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

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

This text has shadow with #DFD59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD59C on black background.


Color preview on white background

This text has color #DFD59C on white background.



Black color preview on #DFD59C background

This text has black color on #DFD59C background.


White color preview on #DFD59C background

This text has white color on #DFD59C background.