COLOR #DFD7B3

HEX: #DFD7B3 RGB: (223,215,179)

Color info

#DFD7B3 contains red, green and blue colors in about the same proportion. Web safe color of #DFD7B3 is #CCCC99 (or #CC9).

RGB color model

#DFD7B3 color RGB value is (223,215,179).

RGB: (223,215,179) (87%, 84%, 70%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 179 of 255 = 70%

223
215
179

R + G + B ~ 80%. #DFD7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 215 + 179 = 617 (100%)
R 223 of 617 ~ 36.14%
G 215 of 617 ~ 34.85%
B 179 of 617 ~ 29.01'%

%36.14
%34.85
%29.01

CMYK color model

#DFD7B3 color CMYK value is (0,4,20,13).

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

CMYK: (0,4,20,13)
C0M4Y20K13 (0%, 4%, 20%, 13%)
(0.00 / 0.04 / 0.20 / 0.13)

CMYK percentages

%0
%3.59
%19.73
%12.55

Codes

Color #DFD7B3 in popluar color models

DF D7 B3
RGB 223 215 179
HSL 49° 40.74% 78.82%
HSB/HSV 49° 19.73% 87.45%
CMYK 0.00% 3.59% 19.73%
12.55%

Color #DFD7B3 in popluar number systems.

HEX DF D7 B3
Decimal 223 215 179
Binary 11011111 11010111 10110011
Octal 337 327 263

Shades and tints

Shades of #DFD7B3

#DFD7B3
(223,215,179)
#CBC4A3
(203,196,163)
#B7B193
(183,177,147)
#A39E83
(163,158,131)
#8F8B73
(143,139,115)
#7B7863
(123,120,99)
#676553
(103,101,83)
#535243
(83,82,67)
#3F3F33
(63,63,51)
#2B2C23
(43,44,35)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #DFD7B3

#DFD7B3
(223,215,179)
#E1DAB9
(225,218,185)
#E3DDBF
(227,221,191)
#E5E0C5
(229,224,197)
#E7E3CB
(231,227,203)
#E9E6D1
(233,230,209)
#EBE9D7
(235,233,215)
#EDECDD
(237,236,221)
#EFEFE3
(239,239,227)
#F1F2E9
(241,242,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7B3; }

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

This text font color is #DFD7B3.

Background Color

.myBgColor { background-color: #DFD7B3; }

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

This div background color is #DFD7B3.

Border color

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

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

This div border color is #DFD7B3.

Opacity

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

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

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

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

This text has shadow with #DFD7B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD7B3.

Preview

Color preview on black background

This text has color #DFD7B3 on black background.


Color preview on white background

This text has color #DFD7B3 on white background.


Black color preview on #DFD7B3 background

This text has black color on #DFD7B3 background.


White color preview on #DFD7B3 background

This text has white color on #DFD7B3 background.


Related colors

Complementary color

Complementary color for #hex is #20284C.


I love getcolorcode.com

Triadic colors

1 #B3DFD7 and #D7B3DF with #DFD7B3 are triadic colors.

2 #B3D7DF and #D7DFB3 with #DFD7B3 are triadic colors.