COLOR #DFB383

HEX: #DFB383 RGB: (223,179,131)

Color info

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

RGB color model

#DFB383 color RGB value is (223,179,131).

RGB: (223,179,131) (87%, 70%, 51%)

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 131 of 255 = 51%

223
179
131

R + G + B ~ 69%. #DFB383 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 179 + 131 = 533 (100%)
R 223 of 533 ~ 41.84%
G 179 of 533 ~ 33.58%
B 131 of 533 ~ 24.58'%

%41.84
%33.58
%24.58

CMYK color model

#DFB383 color CMYK value is (0,20,41,13).

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

CMYK: (0,20,41,13)
C0M20Y41K13 (0%, 20%, 41%, 13%)
(0.00 / 0.20 / 0.41 / 0.13)

CMYK percentages

%0
%19.73
%41.26
%12.55

Codes

Color #DFB383 in popluar color models

DF B3 83
RGB 223 179 131
HSL 31° 58.97% 69.41%
HSB/HSV 31° 41.26% 87.45%
CMYK 0.00% 19.73% 41.26%
12.55%

Color #DFB383 in popluar number systems.

HEX DF B3 83
Decimal 223 179 131
Binary 11011111 10110011 10000011
Octal 337 263 203

Shades and tints

Shades of #DFB383

#DFB383
(223,179,131)
#CBA378
(203,163,120)
#B7936D
(183,147,109)
#A38362
(163,131,98)
#8F7357
(143,115,87)
#7B634C
(123,99,76)
#675341
(103,83,65)
#534336
(83,67,54)
#3F332B
(63,51,43)
#2B2320
(43,35,32)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #DFB383

#DFB383
(223,179,131)
#E1B98E
(225,185,142)
#E3BF99
(227,191,153)
#E5C5A4
(229,197,164)
#E7CBAF
(231,203,175)
#E9D1BA
(233,209,186)
#EBD7C5
(235,215,197)
#EDDDD0
(237,221,208)
#EFE3DB
(239,227,219)
#F1E9E6
(241,233,230)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB383; }

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

This text font color is #DFB383.

Background Color

.myBgColor { background-color: #DFB383; }

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

This div background color is #DFB383.

Border color

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

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

This div border color is #DFB383.

Opacity

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

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

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

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

This text has shadow with #DFB383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB383.

Preview

Color preview on black background

This text has color #DFB383 on black background.


Color preview on white background

This text has color #DFB383 on white background.


Black color preview on #DFB383 background

This text has black color on #DFB383 background.


White color preview on #DFB383 background

This text has white color on #DFB383 background.


Related colors

Complementary color

Complementary color for #hex is #204C7C.


I love getcolorcode.com

Triadic colors

1 #83DFB3 and #B383DF with #DFB383 are triadic colors.

2 #83B3DF and #B3DF83 with #DFB383 are triadic colors.