COLOR #DFB388

HEX: #DFB388 RGB: (223,179,136)

Color info

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

RGB color model

#DFB388 color RGB value is (223,179,136).

RGB: (223,179,136) (87%, 70%, 53%)

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 136 of 255 = 53%

223
179
136

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

Portions of RGB colors in percentages

R + G + B = 223 + 179 + 136 = 538 (100%)
R 223 of 538 ~ 41.45%
G 179 of 538 ~ 33.27%
B 136 of 538 ~ 25.28'%

%41.45
%33.27
%25.28

CMYK color model

#DFB388 color CMYK value is (0,20,39,13).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 39.01%
  • key color value is 12.55%

CMYK: (0,20,39,13)
C0M20Y39K13 (0%, 20%, 39%, 13%)
(0.00 / 0.20 / 0.39 / 0.13)

CMYK percentages

%0
%19.73
%39.01
%12.55

Codes

Color #DFB388 in popluar color models

DF B3 88
RGB 223 179 136
HSL 30° 57.62% 70.39%
HSB/HSV 30° 39.01% 87.45%
CMYK 0.00% 19.73% 39.01%
12.55%

Color #DFB388 in popluar number systems.

HEX DF B3 88
Decimal 223 179 136
Binary 11011111 10110011 10001000
Octal 337 263 210

Shades and tints

Shades of #DFB388

#DFB388
(223,179,136)
#CBA37C
(203,163,124)
#B79370
(183,147,112)
#A38364
(163,131,100)
#8F7358
(143,115,88)
#7B634C
(123,99,76)
#675340
(103,83,64)
#534334
(83,67,52)
#3F3328
(63,51,40)
#2B231C
(43,35,28)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #DFB388

#DFB388
(223,179,136)
#E1B992
(225,185,146)
#E3BF9C
(227,191,156)
#E5C5A6
(229,197,166)
#E7CBB0
(231,203,176)
#E9D1BA
(233,209,186)
#EBD7C4
(235,215,196)
#EDDDCE
(237,221,206)
#EFE3D8
(239,227,216)
#F1E9E2
(241,233,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB388 color. Also use rgb(223,179,136) instead hex code.

Text Font Color

.myTextColor { color: #DFB388; }

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

This text font color is #DFB388.

Background Color

.myBgColor { background-color: #DFB388; }

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

This div background color is #DFB388.

Border color

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

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

This div border color is #DFB388.

Opacity

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

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

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

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

This text has shadow with #DFB388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB388.

Preview

Color preview on black background

This text has color #DFB388 on black background.


Color preview on white background

This text has color #DFB388 on white background.


Black color preview on #DFB388 background

This text has black color on #DFB388 background.


White color preview on #DFB388 background

This text has white color on #DFB388 background.


Related colors

Complementary color

Complementary color for #hex is #204C77.


I love getcolorcode.com

Triadic colors

1 #88DFB3 and #B388DF with #DFB388 are triadic colors.

2 #88B3DF and #B3DF88 with #DFB388 are triadic colors.