COLOR #DFD79A

HEX: #DFD79A
RGB: (223,215,154)

Color info

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

RGB color model

#DFD79A color RGB value is (223,215,154).

  • red value is 223;
  • green value is 215;
  • blue value is 154.
RGB:
(223,215,154)
(87%,84%,60%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 154 of 255 = 60%

223
215
154

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

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 154 = 592 (100%)
R 223 of 592 ~ 37.67%
G 215 of 592 ~ 36.32%
B 154 of 592 ~ 26.01%

%37.67
%36.32
%26.01

CMYK color model

#DFD79A color CMYK value is (0,4,31,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 30.94%
  • key color value is 12.55%
CMYK:
(0,4,31,13)
C0M4Y31K13 
(0%,4%,31%,13%)
(0.00/0.04/0.31/0.13)	

CMYK percentages

%0
%3.59
%30.94
%12.55

Codes

Color #DFD79A in popluar color models

DFD79A
RGB223215154
HSL53°51.88%73.92%
HSB/HSV53°30.94%87.45%
CMYK0.00%3.59%30.94%
12.55%

Color #DFD79A in popluar number systems.

HEXDFD79A
Decimal223215154
Binary110111111101011110011010
Octal337327232

Shades and tints

Shades of #DFD79A

#DFD79A
(223,215,154)
#CBC48C
(203,196,140)
#B7B17E
(183,177,126)
#A39E70
(163,158,112)
#8F8B62
(143,139,98)
#7B7854
(123,120,84)
#676546
(103,101,70)
#535238
(83,82,56)
#3F3F2A
(63,63,42)
#2B2C1C
(43,44,28)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #DFD79A

#DFD79A
(223,215,154)
#E1DAA3
(225,218,163)
#E3DDAC
(227,221,172)
#E5E0B5
(229,224,181)
#E7E3BE
(231,227,190)
#E9E6C7
(233,230,199)
#EBE9D0
(235,233,208)
#EDECD9
(237,236,217)
#EFEFE2
(239,239,226)
#F1F2EB
(241,242,235)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD79A color. Also use rgb(223,215,154) instead hex code.

Text Font Color

.myTextColor { color: #DFD79A; }

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

This text font color is #DFD79A.


Background Color

.myBgColor { background-color: #DFD79A; }

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

This div background color is #DFD79A.


Border color

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

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

This div border color is #DFD79A.


Opacity

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

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

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

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

This text has shadow with #DFD79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD79A on black background.


Color preview on white background

This text has color #DFD79A on white background.



Black color preview on #DFD79A background

This text has black color on #DFD79A background.


White color preview on #DFD79A background

This text has white color on #DFD79A background.