COLOR #DFAB77

HEX: #DFAB77
RGB: (223,171,119)

Color info

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

RGB color model

#DFAB77 color RGB value is (223,171,119).

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

RGB channels and saturation

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

223
171
119

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

Portions of RGB colors in percentages

R + G + B =
223 + 171 + 119 = 513 (100%)
R 223 of 513 ~ 43.47%
G 171 of 513 ~ 33.33%
B 119 of 513 ~ 23.2%

%43.47
%33.33
%23.2

CMYK color model

#DFAB77 color CMYK value is (0,23,47,13).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 46.64%
  • key color value is 12.55%
CMYK:
(0,23,47,13)
C0M23Y47K13 
(0%,23%,47%,13%)
(0.00/0.23/0.47/0.13)	

CMYK percentages

%0
%23.32
%46.64
%12.55

Codes

Color #DFAB77 in popluar color models

DFAB77
RGB223171119
HSL30°61.90%67.06%
HSB/HSV30°46.64%87.45%
CMYK0.00%23.32%46.64%
12.55%

Color #DFAB77 in popluar number systems.

HEXDFAB77
Decimal223171119
Binary11011111101010111110111
Octal337253167

Shades and tints

Shades of #DFAB77

#DFAB77
(223,171,119)
#CB9C6D
(203,156,109)
#B78D63
(183,141,99)
#A37E59
(163,126,89)
#8F6F4F
(143,111,79)
#7B6045
(123,96,69)
#67513B
(103,81,59)
#534231
(83,66,49)
#3F3327
(63,51,39)
#2B241D
(43,36,29)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #DFAB77

#DFAB77
(223,171,119)
#E1B283
(225,178,131)
#E3B98F
(227,185,143)
#E5C09B
(229,192,155)
#E7C7A7
(231,199,167)
#E9CEB3
(233,206,179)
#EBD5BF
(235,213,191)
#EDDCCB
(237,220,203)
#EFE3D7
(239,227,215)
#F1EAE3
(241,234,227)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAB77; }

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

This text font color is #DFAB77.


Background Color

.myBgColor { background-color: #DFAB77; }

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

This div background color is #DFAB77.


Border color

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

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

This div border color is #DFAB77.


Opacity

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

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

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

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

This text has shadow with #DFAB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAB77 on black background.


Color preview on white background

This text has color #DFAB77 on white background.



Black color preview on #DFAB77 background

This text has black color on #DFAB77 background.


White color preview on #DFAB77 background

This text has white color on #DFAB77 background.