COLOR #DFB58C

HEX: #DFB58C RGB: (223,181,140)

Color info

#DFB58C contains mainly red and green colors. Web safe color of #DFB58C is #CCCC99 (or #CC9).

RGB color model

#DFB58C color RGB value is (223,181,140).

RGB: (223,181,140) (87%, 71%, 55%)

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 140 of 255 = 55%

223
181
140

R + G + B ~ 71%. #DFB58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 181 + 140 = 544 (100%)
R 223 of 544 ~ 40.99%
G 181 of 544 ~ 33.27%
B 140 of 544 ~ 25.74'%

%40.99
%33.27
%25.74

CMYK color model

#DFB58C color CMYK value is (0,19,37,13).

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

CMYK: (0,19,37,13)
C0M19Y37K13 (0%, 19%, 37%, 13%)
(0.00 / 0.19 / 0.37 / 0.13)

CMYK percentages

%0
%18.83
%37.22
%12.55

Codes

Color #DFB58C in popluar color models

DF B5 8C
RGB 223 181 140
HSL 30° 56.46% 71.18%
HSB/HSV 30° 37.22% 87.45%
CMYK 0.00% 18.83% 37.22%
12.55%

Color #DFB58C in popluar number systems.

HEX DF B5 8C
Decimal 223 181 140
Binary 11011111 10110101 10001100
Octal 337 265 214

Shades and tints

Shades of #DFB58C

#DFB58C
(223,181,140)
#CBA580
(203,165,128)
#B79574
(183,149,116)
#A38568
(163,133,104)
#8F755C
(143,117,92)
#7B6550
(123,101,80)
#675544
(103,85,68)
#534538
(83,69,56)
#3F352C
(63,53,44)
#2B2520
(43,37,32)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #DFB58C

#DFB58C
(223,181,140)
#E1BB96
(225,187,150)
#E3C1A0
(227,193,160)
#E5C7AA
(229,199,170)
#E7CDB4
(231,205,180)
#E9D3BE
(233,211,190)
#EBD9C8
(235,217,200)
#EDDFD2
(237,223,210)
#EFE5DC
(239,229,220)
#F1EBE6
(241,235,230)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB58C; }

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

This text font color is #DFB58C.

Background Color

.myBgColor { background-color: #DFB58C; }

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

This div background color is #DFB58C.

Border color

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

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

This div border color is #DFB58C.

Opacity

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

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

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

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

This text has shadow with #DFB58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB58C.

Preview

Color preview on black background

This text has color #DFB58C on black background.


Color preview on white background

This text has color #DFB58C on white background.


Black color preview on #DFB58C background

This text has black color on #DFB58C background.


White color preview on #DFB58C background

This text has white color on #DFB58C background.


Related colors

Complementary color

Complementary color for #hex is #204A73.


I love getcolorcode.com

Triadic colors

1 #8CDFB5 and #B58CDF with #DFB58C are triadic colors.

2 #8CB5DF and #B5DF8C with #DFB58C are triadic colors.