COLOR #DFC696

HEX: #DFC696
RGB: (223,198,150)

Color info

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

RGB color model

#DFC696 color RGB value is (223,198,150).

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

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 150 of 255 = 59%

223
198
150

R + G + B ~ 75%. #DFC696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 150 = 571 (100%)
R 223 of 571 ~ 39.05%
G 198 of 571 ~ 34.68%
B 150 of 571 ~ 26.27%

%39.05
%34.68
%26.27

CMYK color model

#DFC696 color CMYK value is (0,11,33,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 32.74%
  • key color value is 12.55%
CMYK:
(0,11,33,13)
C0M11Y33K13 
(0%,11%,33%,13%)
(0.00/0.11/0.33/0.13)	

CMYK percentages

%0
%11.21
%32.74
%12.55

Codes

Color #DFC696 in popluar color models

DFC696
RGB223198150
HSL39°53.28%73.14%
HSB/HSV39°32.74%87.45%
CMYK0.00%11.21%32.74%
12.55%

Color #DFC696 in popluar number systems.

HEXDFC696
Decimal223198150
Binary110111111100011010010110
Octal337306226

Shades and tints

Shades of #DFC696

#DFC696
(223,198,150)
#CBB489
(203,180,137)
#B7A27C
(183,162,124)
#A3906F
(163,144,111)
#8F7E62
(143,126,98)
#7B6C55
(123,108,85)
#675A48
(103,90,72)
#53483B
(83,72,59)
#3F362E
(63,54,46)
#2B2421
(43,36,33)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #DFC696

#DFC696
(223,198,150)
#E1CB9F
(225,203,159)
#E3D0A8
(227,208,168)
#E5D5B1
(229,213,177)
#E7DABA
(231,218,186)
#E9DFC3
(233,223,195)
#EBE4CC
(235,228,204)
#EDE9D5
(237,233,213)
#EFEEDE
(239,238,222)
#F1F3E7
(241,243,231)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC696; }

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

This text font color is #DFC696.


Background Color

.myBgColor { background-color: #DFC696; }

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

This div background color is #DFC696.


Border color

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

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

This div border color is #DFC696.


Opacity

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

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

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

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

This text has shadow with #DFC696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC696 on black background.


Color preview on white background

This text has color #DFC696 on white background.



Black color preview on #DFC696 background

This text has black color on #DFC696 background.


White color preview on #DFC696 background

This text has white color on #DFC696 background.