COLOR #DFD896

HEX: #DFD896
RGB: (223,216,150)

Color info

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

RGB color model

#DFD896 color RGB value is (223,216,150).

  • red value is 223;
  • green value is 216;
  • blue value is 150.
RGB:
(223,216,150)
(87%,85%,59%)

RGB channels and saturation

R 223 of 255 = 87%
G 216 of 255 = 85%
B 150 of 255 = 59%

223
216
150

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

Portions of RGB colors in percentages

R + G + B =
223 + 216 + 150 = 589 (100%)
R 223 of 589 ~ 37.86%
G 216 of 589 ~ 36.67%
B 150 of 589 ~ 25.47%

%37.86
%36.67
%25.47

CMYK color model

#DFD896 color CMYK value is (0,3,33,13).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 32.74%
  • key color value is 12.55%
CMYK:
(0,3,33,13)
C0M3Y33K13 
(0%,3%,33%,13%)
(0.00/0.03/0.33/0.13)	

CMYK percentages

%0
%3.14
%32.74
%12.55

Codes

Color #DFD896 in popluar color models

DFD896
RGB223216150
HSL54°53.28%73.14%
HSB/HSV54°32.74%87.45%
CMYK0.00%3.14%32.74%
12.55%

Color #DFD896 in popluar number systems.

HEXDFD896
Decimal223216150
Binary110111111101100010010110
Octal337330226

Shades and tints

Shades of #DFD896

#DFD896
(223,216,150)
#CBC589
(203,197,137)
#B7B27C
(183,178,124)
#A39F6F
(163,159,111)
#8F8C62
(143,140,98)
#7B7955
(123,121,85)
#676648
(103,102,72)
#53533B
(83,83,59)
#3F402E
(63,64,46)
#2B2D21
(43,45,33)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #DFD896

#DFD896
(223,216,150)
#E1DB9F
(225,219,159)
#E3DEA8
(227,222,168)
#E5E1B1
(229,225,177)
#E7E4BA
(231,228,186)
#E9E7C3
(233,231,195)
#EBEACC
(235,234,204)
#EDEDD5
(237,237,213)
#EFF0DE
(239,240,222)
#F1F3E7
(241,243,231)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD896 color. Also use rgb(223,216,150) instead hex code.

Text Font Color

.myTextColor { color: #DFD896; }

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

This text font color is #DFD896.


Background Color

.myBgColor { background-color: #DFD896; }

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

This div background color is #DFD896.


Border color

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

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

This div border color is #DFD896.


Opacity

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

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

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

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

This text has shadow with #DFD896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD896 on black background.


Color preview on white background

This text has color #DFD896 on white background.



Black color preview on #DFD896 background

This text has black color on #DFD896 background.


White color preview on #DFD896 background

This text has white color on #DFD896 background.