COLOR #DFD7B4

HEX: #DFD7B4 RGB: (223,215,180)

Color info

#DFD7B4 contains red, green and blue colors in about the same proportion. Web safe color of #DFD7B4 is #CCCCCC (or #CCC).

RGB color model

#DFD7B4 color RGB value is (223,215,180).

RGB: (223,215,180) (87%, 84%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 180 of 255 = 71%

223
215
180

R + G + B ~ 81%. #DFD7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 215 + 180 = 618 (100%)
R 223 of 618 ~ 36.08%
G 215 of 618 ~ 34.79%
B 180 of 618 ~ 29.13'%

%36.08
%34.79
%29.13

CMYK color model

#DFD7B4 color CMYK value is (0,4,19,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 19.28%
  • key color value is 12.55%

CMYK: (0,4,19,13)
C0M4Y19K13 (0%, 4%, 19%, 13%)
(0.00 / 0.04 / 0.19 / 0.13)

CMYK percentages

%0
%3.59
%19.28
%12.55

Codes

Color #DFD7B4 in popluar color models

DF D7 B4
RGB 223 215 180
HSL 49° 40.19% 79.02%
HSB/HSV 49° 19.28% 87.45%
CMYK 0.00% 3.59% 19.28%
12.55%

Color #DFD7B4 in popluar number systems.

HEX DF D7 B4
Decimal 223 215 180
Binary 11011111 11010111 10110100
Octal 337 327 264

Shades and tints

Shades of #DFD7B4

#DFD7B4
(223,215,180)
#CBC4A4
(203,196,164)
#B7B194
(183,177,148)
#A39E84
(163,158,132)
#8F8B74
(143,139,116)
#7B7864
(123,120,100)
#676554
(103,101,84)
#535244
(83,82,68)
#3F3F34
(63,63,52)
#2B2C24
(43,44,36)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFD7B4

#DFD7B4
(223,215,180)
#E1DABA
(225,218,186)
#E3DDC0
(227,221,192)
#E5E0C6
(229,224,198)
#E7E3CC
(231,227,204)
#E9E6D2
(233,230,210)
#EBE9D8
(235,233,216)
#EDECDE
(237,236,222)
#EFEFE4
(239,239,228)
#F1F2EA
(241,242,234)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD7B4 color. Also use rgb(223,215,180) instead hex code.

Text Font Color

.myTextColor { color: #DFD7B4; }

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

This text font color is #DFD7B4.

Background Color

.myBgColor { background-color: #DFD7B4; }

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

This div background color is #DFD7B4.

Border color

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

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

This div border color is #DFD7B4.

Opacity

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

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

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

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

This text has shadow with #DFD7B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD7B4.

Preview

Color preview on black background

This text has color #DFD7B4 on black background.


Color preview on white background

This text has color #DFD7B4 on white background.


Black color preview on #DFD7B4 background

This text has black color on #DFD7B4 background.


White color preview on #DFD7B4 background

This text has white color on #DFD7B4 background.


Related colors

Complementary color

Complementary color for #hex is #20284B.


I love getcolorcode.com

Triadic colors

1 #B4DFD7 and #D7B4DF with #DFD7B4 are triadic colors.

2 #B4D7DF and #D7DFB4 with #DFD7B4 are triadic colors.