COLOR #DFBC93

HEX: #DFBC93
RGB: (223,188,147)

Color info

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

RGB color model

#DFBC93 color RGB value is (223,188,147).

  • red value is 223;
  • green value is 188;
  • blue value is 147.
RGB:
(223,188,147)
(87%,74%,58%)

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 147 of 255 = 58%

223
188
147

R + G + B ~ 73%. #DFBC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 188 + 147 = 558 (100%)
R 223 of 558 ~ 39.96%
G 188 of 558 ~ 33.69%
B 147 of 558 ~ 26.34%

%39.96
%33.69
%26.34

CMYK color model

#DFBC93 color CMYK value is (0,16,34,13).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 34.08%
  • key color value is 12.55%
CMYK:
(0,16,34,13)
C0M16Y34K13 
(0%,16%,34%,13%)
(0.00/0.16/0.34/0.13)	

CMYK percentages

%0
%15.7
%34.08
%12.55

Codes

Color #DFBC93 in popluar color models

DFBC93
RGB223188147
HSL32°54.29%72.55%
HSB/HSV32°34.08%87.45%
CMYK0.00%15.70%34.08%
12.55%

Color #DFBC93 in popluar number systems.

HEXDFBC93
Decimal223188147
Binary110111111011110010010011
Octal337274223

Shades and tints

Shades of #DFBC93

#DFBC93
(223,188,147)
#CBAB86
(203,171,134)
#B79A79
(183,154,121)
#A3896C
(163,137,108)
#8F785F
(143,120,95)
#7B6752
(123,103,82)
#675645
(103,86,69)
#534538
(83,69,56)
#3F342B
(63,52,43)
#2B231E
(43,35,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #DFBC93

#DFBC93
(223,188,147)
#E1C29C
(225,194,156)
#E3C8A5
(227,200,165)
#E5CEAE
(229,206,174)
#E7D4B7
(231,212,183)
#E9DAC0
(233,218,192)
#EBE0C9
(235,224,201)
#EDE6D2
(237,230,210)
#EFECDB
(239,236,219)
#F1F2E4
(241,242,228)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBC93 color. Also use rgb(223,188,147) instead hex code.

Text Font Color

.myTextColor { color: #DFBC93; }

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

This text font color is #DFBC93.


Background Color

.myBgColor { background-color: #DFBC93; }

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

This div background color is #DFBC93.


Border color

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

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

This div border color is #DFBC93.


Opacity

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

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

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

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

This text has shadow with #DFBC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBC93 on black background.


Color preview on white background

This text has color #DFBC93 on white background.



Black color preview on #DFBC93 background

This text has black color on #DFBC93 background.


White color preview on #DFBC93 background

This text has white color on #DFBC93 background.