COLOR #DFB57F

HEX: #DFB57F RGB: (223,181,127)

Color info

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

RGB color model

#DFB57F color RGB value is (223,181,127).

RGB: (223,181,127) (87%, 71%, 50%)

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 127 of 255 = 50%

223
181
127

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

Portions of RGB colors in percentages

R + G + B = 223 + 181 + 127 = 531 (100%)
R 223 of 531 ~ 42%
G 181 of 531 ~ 34.09%
B 127 of 531 ~ 23.92'%

%42
%34.09
%23.92

CMYK color model

#DFB57F color CMYK value is (0,19,43,13).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 43.05%
  • key color value is 12.55%

CMYK: (0,19,43,13)
C0M19Y43K13 (0%, 19%, 43%, 13%)
(0.00 / 0.19 / 0.43 / 0.13)

CMYK percentages

%0
%18.83
%43.05
%12.55

Codes

Color #DFB57F in popluar color models

DF B5 7F
RGB 223 181 127
HSL 34° 60.00% 68.63%
HSB/HSV 34° 43.05% 87.45%
CMYK 0.00% 18.83% 43.05%
12.55%

Color #DFB57F in popluar number systems.

HEX DF B5 7F
Decimal 223 181 127
Binary 11011111 10110101 1111111
Octal 337 265 177

Shades and tints

Shades of #DFB57F

#DFB57F
(223,181,127)
#CBA574
(203,165,116)
#B79569
(183,149,105)
#A3855E
(163,133,94)
#8F7553
(143,117,83)
#7B6548
(123,101,72)
#67553D
(103,85,61)
#534532
(83,69,50)
#3F3527
(63,53,39)
#2B251C
(43,37,28)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #DFB57F

#DFB57F
(223,181,127)
#E1BB8A
(225,187,138)
#E3C195
(227,193,149)
#E5C7A0
(229,199,160)
#E7CDAB
(231,205,171)
#E9D3B6
(233,211,182)
#EBD9C1
(235,217,193)
#EDDFCC
(237,223,204)
#EFE5D7
(239,229,215)
#F1EBE2
(241,235,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB57F color. Also use rgb(223,181,127) instead hex code.

Text Font Color

.myTextColor { color: #DFB57F; }

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

This text font color is #DFB57F.

Background Color

.myBgColor { background-color: #DFB57F; }

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

This div background color is #DFB57F.

Border color

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

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

This div border color is #DFB57F.

Opacity

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

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

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

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

This text has shadow with #DFB57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB57F.

Preview

Color preview on black background

This text has color #DFB57F on black background.


Color preview on white background

This text has color #DFB57F on white background.


Black color preview on #DFB57F background

This text has black color on #DFB57F background.


White color preview on #DFB57F background

This text has white color on #DFB57F background.


Related colors

Complementary color

Complementary color for #hex is #204A80.


I love getcolorcode.com

Triadic colors

1 #7FDFB5 and #B57FDF with #DFB57F are triadic colors.

2 #7FB5DF and #B5DF7F with #DFB57F are triadic colors.