COLOR #DFB971

HEX: #DFB971
RGB: (223,185,113)

Color info

#DFB971 contains mainly red and green colors. Web safe color of #DFB971 is #CCCC66 (or #CC6).

RGB color model

#DFB971 color RGB value is (223,185,113).

  • red value is 223;
  • green value is 185;
  • blue value is 113.
RGB:
(223,185,113)
(87%,73%,44%)

RGB channels and saturation

R 223 of 255 = 87%
G 185 of 255 = 73%
B 113 of 255 = 44%

223
185
113

R + G + B ~ 68%. #DFB971 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 185 + 113 = 521 (100%)
R 223 of 521 ~ 42.8%
G 185 of 521 ~ 35.51%
B 113 of 521 ~ 21.69%

%42.8
%35.51
%21.69

CMYK color model

#DFB971 color CMYK value is (0,17,49,13).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 49.33%
  • key color value is 12.55%
CMYK:
(0,17,49,13)
C0M17Y49K13 
(0%,17%,49%,13%)
(0.00/0.17/0.49/0.13)	

CMYK percentages

%0
%17.04
%49.33
%12.55

Codes

Color #DFB971 in popluar color models

DFB971
RGB223185113
HSL39°63.22%65.88%
HSB/HSV39°49.33%87.45%
CMYK0.00%17.04%49.33%
12.55%

Color #DFB971 in popluar number systems.

HEXDFB971
Decimal223185113
Binary11011111101110011110001
Octal337271161

Shades and tints

Shades of #DFB971

#DFB971
(223,185,113)
#CBA967
(203,169,103)
#B7995D
(183,153,93)
#A38953
(163,137,83)
#8F7949
(143,121,73)
#7B693F
(123,105,63)
#675935
(103,89,53)
#53492B
(83,73,43)
#3F3921
(63,57,33)
#2B2917
(43,41,23)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #DFB971

#DFB971
(223,185,113)
#E1BF7D
(225,191,125)
#E3C589
(227,197,137)
#E5CB95
(229,203,149)
#E7D1A1
(231,209,161)
#E9D7AD
(233,215,173)
#EBDDB9
(235,221,185)
#EDE3C5
(237,227,197)
#EFE9D1
(239,233,209)
#F1EFDD
(241,239,221)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB971 color. Also use rgb(223,185,113) instead hex code.

Text Font Color

.myTextColor { color: #DFB971; }

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

This text font color is #DFB971.


Background Color

.myBgColor { background-color: #DFB971; }

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

This div background color is #DFB971.


Border color

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

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

This div border color is #DFB971.


Opacity

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

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

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

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

This text has shadow with #DFB971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB971 on black background.


Color preview on white background

This text has color #DFB971 on white background.



Black color preview on #DFB971 background

This text has black color on #DFB971 background.


White color preview on #DFB971 background

This text has white color on #DFB971 background.