COLOR #DFA771

HEX: #DFA771
RGB: (223,167,113)

Color info

#DFA771 contains mainly red and green colors. Web safe color of #DFA771 is #CC9966 (or #C96).

RGB color model

#DFA771 color RGB value is (223,167,113).

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

RGB channels and saturation

R 223 of 255 = 87%
G 167 of 255 = 65%
B 113 of 255 = 44%

223
167
113

R + G + B ~ 65%. #DFA771 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 167 + 113 = 503 (100%)
R 223 of 503 ~ 44.33%
G 167 of 503 ~ 33.2%
B 113 of 503 ~ 22.47%

%44.33
%33.2
%22.47

CMYK color model

#DFA771 color CMYK value is (0,25,49,13).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 49.33%
  • key color value is 12.55%
CMYK:
(0,25,49,13)
C0M25Y49K13 
(0%,25%,49%,13%)
(0.00/0.25/0.49/0.13)	

CMYK percentages

%0
%25.11
%49.33
%12.55

Codes

Color #DFA771 in popluar color models

DFA771
RGB223167113
HSL29°63.22%65.88%
HSB/HSV29°49.33%87.45%
CMYK0.00%25.11%49.33%
12.55%

Color #DFA771 in popluar number systems.

HEXDFA771
Decimal223167113
Binary11011111101001111110001
Octal337247161

Shades and tints

Shades of #DFA771

#DFA771
(223,167,113)
#CB9867
(203,152,103)
#B7895D
(183,137,93)
#A37A53
(163,122,83)
#8F6B49
(143,107,73)
#7B5C3F
(123,92,63)
#674D35
(103,77,53)
#533E2B
(83,62,43)
#3F2F21
(63,47,33)
#2B2017
(43,32,23)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #DFA771

#DFA771
(223,167,113)
#E1AF7D
(225,175,125)
#E3B789
(227,183,137)
#E5BF95
(229,191,149)
#E7C7A1
(231,199,161)
#E9CFAD
(233,207,173)
#EBD7B9
(235,215,185)
#EDDFC5
(237,223,197)
#EFE7D1
(239,231,209)
#F1EFDD
(241,239,221)
#F3F7E9
(243,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA771; }

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

This text font color is #DFA771.


Background Color

.myBgColor { background-color: #DFA771; }

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

This div background color is #DFA771.


Border color

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

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

This div border color is #DFA771.


Opacity

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

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

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

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

This text has shadow with #DFA771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA771 on black background.


Color preview on white background

This text has color #DFA771 on white background.



Black color preview on #DFA771 background

This text has black color on #DFA771 background.


White color preview on #DFA771 background

This text has white color on #DFA771 background.