COLOR #DFBF77

HEX: #DFBF77
RGB: (223,191,119)

Color info

#DFBF77 contains mainly red and green colors. Web safe color of #DFBF77 is #CCCC66 (or #CC6).

RGB color model

#DFBF77 color RGB value is (223,191,119).

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

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 119 of 255 = 47%

223
191
119

R + G + B ~ 70%. #DFBF77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 191 + 119 = 533 (100%)
R 223 of 533 ~ 41.84%
G 191 of 533 ~ 35.83%
B 119 of 533 ~ 22.33%

%41.84
%35.83
%22.33

CMYK color model

#DFBF77 color CMYK value is (0,14,47,13).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 46.64%
  • key color value is 12.55%
CMYK:
(0,14,47,13)
C0M14Y47K13 
(0%,14%,47%,13%)
(0.00/0.14/0.47/0.13)	

CMYK percentages

%0
%14.35
%46.64
%12.55

Codes

Color #DFBF77 in popluar color models

DFBF77
RGB223191119
HSL42°61.90%67.06%
HSB/HSV42°46.64%87.45%
CMYK0.00%14.35%46.64%
12.55%

Color #DFBF77 in popluar number systems.

HEXDFBF77
Decimal223191119
Binary11011111101111111110111
Octal337277167

Shades and tints

Shades of #DFBF77

#DFBF77
(223,191,119)
#CBAE6D
(203,174,109)
#B79D63
(183,157,99)
#A38C59
(163,140,89)
#8F7B4F
(143,123,79)
#7B6A45
(123,106,69)
#67593B
(103,89,59)
#534831
(83,72,49)
#3F3727
(63,55,39)
#2B261D
(43,38,29)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #DFBF77

#DFBF77
(223,191,119)
#E1C483
(225,196,131)
#E3C98F
(227,201,143)
#E5CE9B
(229,206,155)
#E7D3A7
(231,211,167)
#E9D8B3
(233,216,179)
#EBDDBF
(235,221,191)
#EDE2CB
(237,226,203)
#EFE7D7
(239,231,215)
#F1ECE3
(241,236,227)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBF77; }

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

This text font color is #DFBF77.


Background Color

.myBgColor { background-color: #DFBF77; }

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

This div background color is #DFBF77.


Border color

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

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

This div border color is #DFBF77.


Opacity

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

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

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

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

This text has shadow with #DFBF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBF77 on black background.


Color preview on white background

This text has color #DFBF77 on white background.



Black color preview on #DFBF77 background

This text has black color on #DFBF77 background.


White color preview on #DFBF77 background

This text has white color on #DFBF77 background.