COLOR #DFAB79

HEX: #DFAB79
RGB: (223,171,121)

Color info

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

RGB color model

#DFAB79 color RGB value is (223,171,121).

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

RGB channels and saturation

R 223 of 255 = 87%
G 171 of 255 = 67%
B 121 of 255 = 47%

223
171
121

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

Portions of RGB colors in percentages

R + G + B =
223 + 171 + 121 = 515 (100%)
R 223 of 515 ~ 43.3%
G 171 of 515 ~ 33.2%
B 121 of 515 ~ 23.5%

%43.3
%33.2
%23.5

CMYK color model

#DFAB79 color CMYK value is (0,23,46,13).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 45.74%
  • key color value is 12.55%
CMYK:
(0,23,46,13)
C0M23Y46K13 
(0%,23%,46%,13%)
(0.00/0.23/0.46/0.13)	

CMYK percentages

%0
%23.32
%45.74
%12.55

Codes

Color #DFAB79 in popluar color models

DFAB79
RGB223171121
HSL29°61.45%67.45%
HSB/HSV29°45.74%87.45%
CMYK0.00%23.32%45.74%
12.55%

Color #DFAB79 in popluar number systems.

HEXDFAB79
Decimal223171121
Binary11011111101010111111001
Octal337253171

Shades and tints

Shades of #DFAB79

#DFAB79
(223,171,121)
#CB9C6E
(203,156,110)
#B78D63
(183,141,99)
#A37E58
(163,126,88)
#8F6F4D
(143,111,77)
#7B6042
(123,96,66)
#675137
(103,81,55)
#53422C
(83,66,44)
#3F3321
(63,51,33)
#2B2416
(43,36,22)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #DFAB79

#DFAB79
(223,171,121)
#E1B285
(225,178,133)
#E3B991
(227,185,145)
#E5C09D
(229,192,157)
#E7C7A9
(231,199,169)
#E9CEB5
(233,206,181)
#EBD5C1
(235,213,193)
#EDDCCD
(237,220,205)
#EFE3D9
(239,227,217)
#F1EAE5
(241,234,229)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAB79; }

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

This text font color is #DFAB79.


Background Color

.myBgColor { background-color: #DFAB79; }

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

This div background color is #DFAB79.


Border color

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

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

This div border color is #DFAB79.


Opacity

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

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

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

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

This text has shadow with #DFAB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAB79 on black background.


Color preview on white background

This text has color #DFAB79 on white background.



Black color preview on #DFAB79 background

This text has black color on #DFAB79 background.


White color preview on #DFAB79 background

This text has white color on #DFAB79 background.