COLOR #DFC796

HEX: #DFC796
RGB: (223,199,150)

Color info

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

RGB color model

#DFC796 color RGB value is (223,199,150).

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

RGB channels and saturation

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

223
199
150

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

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 150 = 572 (100%)
R 223 of 572 ~ 38.99%
G 199 of 572 ~ 34.79%
B 150 of 572 ~ 26.22%

%38.99
%34.79
%26.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.76%
  • 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
%10.76
%32.74
%12.55

Codes

Color #DFC796 in popluar color models

DFC796
RGB223199150
HSL40°53.28%73.14%
HSB/HSV40°32.74%87.45%
CMYK0.00%10.76%32.74%
12.55%

Color #DFC796 in popluar number systems.

HEXDFC796
Decimal223199150
Binary110111111100011110010110
Octal337307226

Shades and tints

Shades of #DFC796

#DFC796
(223,199,150)
#CBB589
(203,181,137)
#B7A37C
(183,163,124)
#A3916F
(163,145,111)
#8F7F62
(143,127,98)
#7B6D55
(123,109,85)
#675B48
(103,91,72)
#53493B
(83,73,59)
#3F372E
(63,55,46)
#2B2521
(43,37,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #DFC796

#DFC796
(223,199,150)
#E1CC9F
(225,204,159)
#E3D1A8
(227,209,168)
#E5D6B1
(229,214,177)
#E7DBBA
(231,219,186)
#E9E0C3
(233,224,195)
#EBE5CC
(235,229,204)
#EDEAD5
(237,234,213)
#EFEFDE
(239,239,222)
#F1F4E7
(241,244,231)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC796; }

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

This text font color is #DFC796.


Background Color

.myBgColor { background-color: #DFC796; }

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

This div background color is #DFC796.


Border color

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

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

This div border color is #DFC796.


Opacity

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

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

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

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

This text has shadow with #DFC796 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFC796 on black background.


Color preview on white background

This text has color #DFC796 on white background.



Black color preview on #DFC796 background

This text has black color on #DFC796 background.


White color preview on #DFC796 background

This text has white color on #DFC796 background.