COLOR #DFA879

HEX: #DFA879
RGB: (223,168,121)

Color info

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

RGB color model

#DFA879 color RGB value is (223,168,121).

  • red value is 223;
  • green value is 168;
  • blue value is 121.
RGB:
(223,168,121)
(87%,66%,47%)

RGB channels and saturation

R 223 of 255 = 87%
G 168 of 255 = 66%
B 121 of 255 = 47%

223
168
121

R + G + B ~ 67%. #DFA879 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 168 + 121 = 512 (100%)
R 223 of 512 ~ 43.55%
G 168 of 512 ~ 32.81%
B 121 of 512 ~ 23.63%

%43.55
%32.81
%23.63

CMYK color model

#DFA879 color CMYK value is (0,25,46,13).

  • cyan value is 0.00%
  • magenta value is 24.66%
  • yellow value is 45.74%
  • key color value is 12.55%
CMYK:
(0,25,46,13)
C0M25Y46K13 
(0%,25%,46%,13%)
(0.00/0.25/0.46/0.13)	

CMYK percentages

%0
%24.66
%45.74
%12.55

Codes

Color #DFA879 in popluar color models

DFA879
RGB223168121
HSL28°61.45%67.45%
HSB/HSV28°45.74%87.45%
CMYK0.00%24.66%45.74%
12.55%

Color #DFA879 in popluar number systems.

HEXDFA879
Decimal223168121
Binary11011111101010001111001
Octal337250171

Shades and tints

Shades of #DFA879

#DFA879
(223,168,121)
#CB996E
(203,153,110)
#B78A63
(183,138,99)
#A37B58
(163,123,88)
#8F6C4D
(143,108,77)
#7B5D42
(123,93,66)
#674E37
(103,78,55)
#533F2C
(83,63,44)
#3F3021
(63,48,33)
#2B2116
(43,33,22)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #DFA879

#DFA879
(223,168,121)
#E1AF85
(225,175,133)
#E3B691
(227,182,145)
#E5BD9D
(229,189,157)
#E7C4A9
(231,196,169)
#E9CBB5
(233,203,181)
#EBD2C1
(235,210,193)
#EDD9CD
(237,217,205)
#EFE0D9
(239,224,217)
#F1E7E5
(241,231,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA879 color. Also use rgb(223,168,121) instead hex code.

Text Font Color

.myTextColor { color: #DFA879; }

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

This text font color is #DFA879.


Background Color

.myBgColor { background-color: #DFA879; }

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

This div background color is #DFA879.


Border color

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

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

This div border color is #DFA879.


Opacity

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

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

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

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

This text has shadow with #DFA879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA879 on black background.


Color preview on white background

This text has color #DFA879 on white background.



Black color preview on #DFA879 background

This text has black color on #DFA879 background.


White color preview on #DFA879 background

This text has white color on #DFA879 background.