COLOR #DFB891

HEX: #DFB891
RGB: (223,184,145)

Color info

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

RGB color model

#DFB891 color RGB value is (223,184,145).

  • red value is 223;
  • green value is 184;
  • blue value is 145.
RGB:
(223,184,145)
(87%,72%,57%)

RGB channels and saturation

R 223 of 255 = 87%
G 184 of 255 = 72%
B 145 of 255 = 57%

223
184
145

R + G + B ~ 72%. #DFB891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 184 + 145 = 552 (100%)
R 223 of 552 ~ 40.4%
G 184 of 552 ~ 33.33%
B 145 of 552 ~ 26.27%

%40.4
%33.33
%26.27

CMYK color model

#DFB891 color CMYK value is (0,17,35,13).

  • cyan value is 0.00%
  • magenta value is 17.49%
  • yellow value is 34.98%
  • key color value is 12.55%
CMYK:
(0,17,35,13)
C0M17Y35K13 
(0%,17%,35%,13%)
(0.00/0.17/0.35/0.13)	

CMYK percentages

%0
%17.49
%34.98
%12.55

Codes

Color #DFB891 in popluar color models

DFB891
RGB223184145
HSL30°54.93%72.16%
HSB/HSV30°34.98%87.45%
CMYK0.00%17.49%34.98%
12.55%

Color #DFB891 in popluar number systems.

HEXDFB891
Decimal223184145
Binary110111111011100010010001
Octal337270221

Shades and tints

Shades of #DFB891

#DFB891
(223,184,145)
#CBA884
(203,168,132)
#B79877
(183,152,119)
#A3886A
(163,136,106)
#8F785D
(143,120,93)
#7B6850
(123,104,80)
#675843
(103,88,67)
#534836
(83,72,54)
#3F3829
(63,56,41)
#2B281C
(43,40,28)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #DFB891

#DFB891
(223,184,145)
#E1BE9B
(225,190,155)
#E3C4A5
(227,196,165)
#E5CAAF
(229,202,175)
#E7D0B9
(231,208,185)
#E9D6C3
(233,214,195)
#EBDCCD
(235,220,205)
#EDE2D7
(237,226,215)
#EFE8E1
(239,232,225)
#F1EEEB
(241,238,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB891 color. Also use rgb(223,184,145) instead hex code.

Text Font Color

.myTextColor { color: #DFB891; }

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

This text font color is #DFB891.


Background Color

.myBgColor { background-color: #DFB891; }

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

This div background color is #DFB891.


Border color

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

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

This div border color is #DFB891.


Opacity

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

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

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

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

This text has shadow with #DFB891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB891 on black background.


Color preview on white background

This text has color #DFB891 on white background.



Black color preview on #DFB891 background

This text has black color on #DFB891 background.


White color preview on #DFB891 background

This text has white color on #DFB891 background.