COLOR #DFBF6F

HEX: #DFBF6F RGB: (223,191,111)

Color info

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

RGB color model

#DFBF6F color RGB value is (223,191,111).

RGB: (223,191,111) (87%, 75%, 44%)

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 111 of 255 = 44%

223
191
111

R + G + B ~ 69%. #DFBF6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 191 + 111 = 525 (100%)
R 223 of 525 ~ 42.48%
G 191 of 525 ~ 36.38%
B 111 of 525 ~ 21.14'%

%42.48
%36.38
%21.14

CMYK color model

#DFBF6F color CMYK value is (0,14,50,13).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 50.22%
  • key color value is 12.55%

CMYK: (0,14,50,13)
C0M14Y50K13 (0%, 14%, 50%, 13%)
(0.00 / 0.14 / 0.50 / 0.13)

CMYK percentages

%0
%14.35
%50.22
%12.55

Codes

Color #DFBF6F in popluar color models

DF BF 6F
RGB 223 191 111
HSL 43° 63.64% 65.49%
HSB/HSV 43° 50.22% 87.45%
CMYK 0.00% 14.35% 50.22%
12.55%

Color #DFBF6F in popluar number systems.

HEX DF BF 6F
Decimal 223 191 111
Binary 11011111 10111111 1101111
Octal 337 277 157

Shades and tints

Shades of #DFBF6F

#DFBF6F
(223,191,111)
#CBAE65
(203,174,101)
#B79D5B
(183,157,91)
#A38C51
(163,140,81)
#8F7B47
(143,123,71)
#7B6A3D
(123,106,61)
#675933
(103,89,51)
#534829
(83,72,41)
#3F371F
(63,55,31)
#2B2615
(43,38,21)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #DFBF6F

#DFBF6F
(223,191,111)
#E1C47C
(225,196,124)
#E3C989
(227,201,137)
#E5CE96
(229,206,150)
#E7D3A3
(231,211,163)
#E9D8B0
(233,216,176)
#EBDDBD
(235,221,189)
#EDE2CA
(237,226,202)
#EFE7D7
(239,231,215)
#F1ECE4
(241,236,228)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBF6F; }

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

This text font color is #DFBF6F.

Background Color

.myBgColor { background-color: #DFBF6F; }

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

This div background color is #DFBF6F.

Border color

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

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

This div border color is #DFBF6F.

Opacity

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

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

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

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

This text has shadow with #DFBF6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBF6F.

Preview

Color preview on black background

This text has color #DFBF6F on black background.


Color preview on white background

This text has color #DFBF6F on white background.


Black color preview on #DFBF6F background

This text has black color on #DFBF6F background.


White color preview on #DFBF6F background

This text has white color on #DFBF6F background.


Related colors

Complementary color

Complementary color for #hex is #204090.


I love getcolorcode.com

Triadic colors

1 #6FDFBF and #BF6FDF with #DFBF6F are triadic colors.

2 #6FBFDF and #BFDF6F with #DFBF6F are triadic colors.