COLOR #DFB28D

HEX: #DFB28D RGB: (223,178,141)

Color info

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

RGB color model

#DFB28D color RGB value is (223,178,141).

RGB: (223,178,141) (87%, 70%, 55%)

RGB channels and saturation

R 223 of 255 = 87%
G 178 of 255 = 70%
B 141 of 255 = 55%

223
178
141

R + G + B ~ 71%. #DFB28D is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 178 + 141 = 542 (100%)
R 223 of 542 ~ 41.14%
G 178 of 542 ~ 32.84%
B 141 of 542 ~ 26.01'%

%41.14
%32.84
%26.01

CMYK color model

#DFB28D color CMYK value is (0,20,37,13).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 36.77%
  • key color value is 12.55%

CMYK: (0,20,37,13)
C0M20Y37K13 (0%, 20%, 37%, 13%)
(0.00 / 0.20 / 0.37 / 0.13)

CMYK percentages

%0
%20.18
%36.77
%12.55

Codes

Color #DFB28D in popluar color models

DF B2 8D
RGB 223 178 141
HSL 27° 56.16% 71.37%
HSB/HSV 27° 36.77% 87.45%
CMYK 0.00% 20.18% 36.77%
12.55%

Color #DFB28D in popluar number systems.

HEX DF B2 8D
Decimal 223 178 141
Binary 11011111 10110010 10001101
Octal 337 262 215

Shades and tints

Shades of #DFB28D

#DFB28D
(223,178,141)
#CBA281
(203,162,129)
#B79275
(183,146,117)
#A38269
(163,130,105)
#8F725D
(143,114,93)
#7B6251
(123,98,81)
#675245
(103,82,69)
#534239
(83,66,57)
#3F322D
(63,50,45)
#2B2221
(43,34,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #DFB28D

#DFB28D
(223,178,141)
#E1B997
(225,185,151)
#E3C0A1
(227,192,161)
#E5C7AB
(229,199,171)
#E7CEB5
(231,206,181)
#E9D5BF
(233,213,191)
#EBDCC9
(235,220,201)
#EDE3D3
(237,227,211)
#EFEADD
(239,234,221)
#F1F1E7
(241,241,231)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB28D color. Also use rgb(223,178,141) instead hex code.

Text Font Color

.myTextColor { color: #DFB28D; }

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

This text font color is #DFB28D.

Background Color

.myBgColor { background-color: #DFB28D; }

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

This div background color is #DFB28D.

Border color

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

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

This div border color is #DFB28D.

Opacity

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

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

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

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

This text has shadow with #DFB28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB28D.

Preview

Color preview on black background

This text has color #DFB28D on black background.


Color preview on white background

This text has color #DFB28D on white background.


Black color preview on #DFB28D background

This text has black color on #DFB28D background.


White color preview on #DFB28D background

This text has white color on #DFB28D background.


Related colors

Complementary color

Complementary color for #hex is #204D72.


I love getcolorcode.com

Triadic colors

1 #8DDFB2 and #B28DDF with #DFB28D are triadic colors.

2 #8DB2DF and #B2DF8D with #DFB28D are triadic colors.