COLOR #DFA177

HEX: #DFA177
RGB: (223,161,119)

Color info

#DFA177 contains mainly red color. Web safe color of #DFA177 is #CC9966 (or #C96).

RGB color model

#DFA177 color RGB value is (223,161,119).

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

RGB channels and saturation

R 223 of 255 = 87%
G 161 of 255 = 63%
B 119 of 255 = 47%

223
161
119

R + G + B ~ 66%. #DFA177 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 161 + 119 = 503 (100%)
R 223 of 503 ~ 44.33%
G 161 of 503 ~ 32.01%
B 119 of 503 ~ 23.66%

%44.33
%32.01
%23.66

CMYK color model

#DFA177 color CMYK value is (0,28,47,13).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 46.64%
  • key color value is 12.55%
CMYK:
(0,28,47,13)
C0M28Y47K13 
(0%,28%,47%,13%)
(0.00/0.28/0.47/0.13)	

CMYK percentages

%0
%27.8
%46.64
%12.55

Codes

Color #DFA177 in popluar color models

DFA177
RGB223161119
HSL24°61.90%67.06%
HSB/HSV24°46.64%87.45%
CMYK0.00%27.80%46.64%
12.55%

Color #DFA177 in popluar number systems.

HEXDFA177
Decimal223161119
Binary11011111101000011110111
Octal337241167

Shades and tints

Shades of #DFA177

#DFA177
(223,161,119)
#CB936D
(203,147,109)
#B78563
(183,133,99)
#A37759
(163,119,89)
#8F694F
(143,105,79)
#7B5B45
(123,91,69)
#674D3B
(103,77,59)
#533F31
(83,63,49)
#3F3127
(63,49,39)
#2B231D
(43,35,29)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #DFA177

#DFA177
(223,161,119)
#E1A983
(225,169,131)
#E3B18F
(227,177,143)
#E5B99B
(229,185,155)
#E7C1A7
(231,193,167)
#E9C9B3
(233,201,179)
#EBD1BF
(235,209,191)
#EDD9CB
(237,217,203)
#EFE1D7
(239,225,215)
#F1E9E3
(241,233,227)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA177; }

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

This text font color is #DFA177.


Background Color

.myBgColor { background-color: #DFA177; }

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

This div background color is #DFA177.


Border color

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

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

This div border color is #DFA177.


Opacity

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

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

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

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

This text has shadow with #DFA177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA177 on black background.


Color preview on white background

This text has color #DFA177 on white background.



Black color preview on #DFA177 background

This text has black color on #DFA177 background.


White color preview on #DFA177 background

This text has white color on #DFA177 background.