COLOR #DFBF96

HEX: #DFBF96
RGB: (223,191,150)

Color info

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

RGB color model

#DFBF96 color RGB value is (223,191,150).

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

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 150 of 255 = 59%

223
191
150

R + G + B ~ 74%. #DFBF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 191 + 150 = 564 (100%)
R 223 of 564 ~ 39.54%
G 191 of 564 ~ 33.87%
B 150 of 564 ~ 26.6%

%39.54
%33.87
%26.6

CMYK color model

#DFBF96 color CMYK value is (0,14,33,13).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 32.74%
  • key color value is 12.55%
CMYK:
(0,14,33,13)
C0M14Y33K13 
(0%,14%,33%,13%)
(0.00/0.14/0.33/0.13)	

CMYK percentages

%0
%14.35
%32.74
%12.55

Codes

Color #DFBF96 in popluar color models

DFBF96
RGB223191150
HSL34°53.28%73.14%
HSB/HSV34°32.74%87.45%
CMYK0.00%14.35%32.74%
12.55%

Color #DFBF96 in popluar number systems.

HEXDFBF96
Decimal223191150
Binary110111111011111110010110
Octal337277226

Shades and tints

Shades of #DFBF96

#DFBF96
(223,191,150)
#CBAE89
(203,174,137)
#B79D7C
(183,157,124)
#A38C6F
(163,140,111)
#8F7B62
(143,123,98)
#7B6A55
(123,106,85)
#675948
(103,89,72)
#53483B
(83,72,59)
#3F372E
(63,55,46)
#2B2621
(43,38,33)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #DFBF96

#DFBF96
(223,191,150)
#E1C49F
(225,196,159)
#E3C9A8
(227,201,168)
#E5CEB1
(229,206,177)
#E7D3BA
(231,211,186)
#E9D8C3
(233,216,195)
#EBDDCC
(235,221,204)
#EDE2D5
(237,226,213)
#EFE7DE
(239,231,222)
#F1ECE7
(241,236,231)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBF96; }

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

This text font color is #DFBF96.


Background Color

.myBgColor { background-color: #DFBF96; }

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

This div background color is #DFBF96.


Border color

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

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

This div border color is #DFBF96.


Opacity

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

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

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

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

This text has shadow with #DFBF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBF96 on black background.


Color preview on white background

This text has color #DFBF96 on white background.



Black color preview on #DFBF96 background

This text has black color on #DFBF96 background.


White color preview on #DFBF96 background

This text has white color on #DFBF96 background.