COLOR #DFB377

HEX: #DFB377
RGB: (223,179,119)

Color info

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

RGB color model

#DFB377 color RGB value is (223,179,119).

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

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 119 of 255 = 47%

223
179
119

R + G + B ~ 68%. #DFB377 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 179 + 119 = 521 (100%)
R 223 of 521 ~ 42.8%
G 179 of 521 ~ 34.36%
B 119 of 521 ~ 22.84%

%42.8
%34.36
%22.84

CMYK color model

#DFB377 color CMYK value is (0,20,47,13).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 46.64%
  • key color value is 12.55%
CMYK:
(0,20,47,13)
C0M20Y47K13 
(0%,20%,47%,13%)
(0.00/0.20/0.47/0.13)	

CMYK percentages

%0
%19.73
%46.64
%12.55

Codes

Color #DFB377 in popluar color models

DFB377
RGB223179119
HSL35°61.90%67.06%
HSB/HSV35°46.64%87.45%
CMYK0.00%19.73%46.64%
12.55%

Color #DFB377 in popluar number systems.

HEXDFB377
Decimal223179119
Binary11011111101100111110111
Octal337263167

Shades and tints

Shades of #DFB377

#DFB377
(223,179,119)
#CBA36D
(203,163,109)
#B79363
(183,147,99)
#A38359
(163,131,89)
#8F734F
(143,115,79)
#7B6345
(123,99,69)
#67533B
(103,83,59)
#534331
(83,67,49)
#3F3327
(63,51,39)
#2B231D
(43,35,29)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #DFB377

#DFB377
(223,179,119)
#E1B983
(225,185,131)
#E3BF8F
(227,191,143)
#E5C59B
(229,197,155)
#E7CBA7
(231,203,167)
#E9D1B3
(233,209,179)
#EBD7BF
(235,215,191)
#EDDDCB
(237,221,203)
#EFE3D7
(239,227,215)
#F1E9E3
(241,233,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB377; }

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

This text font color is #DFB377.


Background Color

.myBgColor { background-color: #DFB377; }

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

This div background color is #DFB377.


Border color

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

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

This div border color is #DFB377.


Opacity

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

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

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

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

This text has shadow with #DFB377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB377 on black background.


Color preview on white background

This text has color #DFB377 on white background.



Black color preview on #DFB377 background

This text has black color on #DFB377 background.


White color preview on #DFB377 background

This text has white color on #DFB377 background.