COLOR #DFBF5B

HEX: #DFBF5B
RGB: (223,191,91)

Color info

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

RGB color model

#DFBF5B color RGB value is (223,191,91).

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

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 91 of 255 = 36%

223
191
91

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

Portions of RGB colors in percentages

R + G + B =
223 + 191 + 91 = 505 (100%)
R 223 of 505 ~ 44.16%
G 191 of 505 ~ 37.82%
B 91 of 505 ~ 18.02%

%44.16
%37.82
%18.02

CMYK color model

#DFBF5B color CMYK value is (0,14,59,13).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 59.19%
  • key color value is 12.55%
CMYK:
(0,14,59,13)
C0M14Y59K13 
(0%,14%,59%,13%)
(0.00/0.14/0.59/0.13)	

CMYK percentages

%0
%14.35
%59.19
%12.55

Codes

Color #DFBF5B in popluar color models

DFBF5B
RGB22319191
HSL45°67.35%61.57%
HSB/HSV45°59.19%87.45%
CMYK0.00%14.35%59.19%
12.55%

Color #DFBF5B in popluar number systems.

HEXDFBF5B
Decimal22319191
Binary11011111101111111011011
Octal337277133

Shades and tints

Shades of #DFBF5B

#DFBF5B
(223,191,91)
#CBAE53
(203,174,83)
#B79D4B
(183,157,75)
#A38C43
(163,140,67)
#8F7B3B
(143,123,59)
#7B6A33
(123,106,51)
#67592B
(103,89,43)
#534823
(83,72,35)
#3F371B
(63,55,27)
#2B2613
(43,38,19)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #DFBF5B

#DFBF5B
(223,191,91)
#E1C469
(225,196,105)
#E3C977
(227,201,119)
#E5CE85
(229,206,133)
#E7D393
(231,211,147)
#E9D8A1
(233,216,161)
#EBDDAF
(235,221,175)
#EDE2BD
(237,226,189)
#EFE7CB
(239,231,203)
#F1ECD9
(241,236,217)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBF5B; }

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

This text font color is #DFBF5B.


Background Color

.myBgColor { background-color: #DFBF5B; }

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

This div background color is #DFBF5B.


Border color

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

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

This div border color is #DFBF5B.


Opacity

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

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

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

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

This text has shadow with #DFBF5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBF5B on black background.


Color preview on white background

This text has color #DFBF5B on white background.



Black color preview on #DFBF5B background

This text has black color on #DFBF5B background.


White color preview on #DFBF5B background

This text has white color on #DFBF5B background.