COLOR #DFB08B

HEX: #DFB08B RGB: (223,176,139)

Color info

#DFB08B contains mainly red and green colors. Web safe color of #DFB08B is #CC9999 (or #C99).

RGB color model

#DFB08B color RGB value is (223,176,139).

RGB: (223,176,139) (87%, 69%, 55%)

RGB channels and saturation

R 223 of 255 = 87%
G 176 of 255 = 69%
B 139 of 255 = 55%

223
176
139

R + G + B ~ 70%. #DFB08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 176 + 139 = 538 (100%)
R 223 of 538 ~ 41.45%
G 176 of 538 ~ 32.71%
B 139 of 538 ~ 25.84'%

%41.45
%32.71
%25.84

CMYK color model

#DFB08B color CMYK value is (0,21,38,13).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 37.67%
  • key color value is 12.55%
CMYK: (0,21,38,13) C0M21Y38K13 (0%,21%,38%,13%) (0.00/0.21/0.38/0.13) 

CMYK percentages

%0
%21.08
%37.67
%12.55

Codes

Color #DFB08B in popluar color models

DF B0 8B
RGB 223 176 139
HSL 26° 56.76% 70.98%
HSB/HSV 26° 37.67% 87.45%
CMYK 0.00% 21.08% 37.67%
12.55%

Color #DFB08B in popluar number systems.

HEX DF B0 8B
Decimal 223 176 139
Binary 11011111 10110000 10001011
Octal 337 260 213

Shades and tints

Shades of #DFB08B

#DFB08B
(223,176,139)
#CBA07F
(203,160,127)
#B79073
(183,144,115)
#A38067
(163,128,103)
#8F705B
(143,112,91)
#7B604F
(123,96,79)
#675043
(103,80,67)
#534037
(83,64,55)
#3F302B
(63,48,43)
#2B201F
(43,32,31)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #DFB08B

#DFB08B
(223,176,139)
#E1B795
(225,183,149)
#E3BE9F
(227,190,159)
#E5C5A9
(229,197,169)
#E7CCB3
(231,204,179)
#E9D3BD
(233,211,189)
#EBDAC7
(235,218,199)
#EDE1D1
(237,225,209)
#EFE8DB
(239,232,219)
#F1EFE5
(241,239,229)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB08B color. Also use rgb(223,176,139) instead hex code.

Text Font Color

.myTextColor { color: #DFB08B; }

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

This text font color is #DFB08B.

Background Color

.myBgColor { background-color: #DFB08B; }

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

This div background color is #DFB08B.

Border color

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

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

This div border color is #DFB08B.

Opacity

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

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

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

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

This text has shadow with #DFB08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB08B.

Preview

Color preview on black background

This text has color #DFB08B on black background.


Color preview on white background

This text has color #DFB08B on white background.


Black color preview on #DFB08B background

This text has black color on #DFB08B background.


White color preview on #DFB08B background

This text has white color on #DFB08B background.


Related colors

Complementary color

Complementary color for #hex is #204F74.


I love getcolorcode.com

Triadic colors

1 #8BDFB0 and #B08BDF with #DFB08B are triadic colors.

2 #8BB0DF and #B0DF8B with #DFB08B are triadic colors.