COLOR #DFD7A7

HEX: #DFD7A7
RGB: (223,215,167)

Color info

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

RGB color model

#DFD7A7 color RGB value is (223,215,167).

  • red value is 223;
  • green value is 215;
  • blue value is 167.
RGB:
(223,215,167)
(87%,84%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 167 of 255 = 65%

223
215
167

R + G + B ~ 79%. #DFD7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 167 = 605 (100%)
R 223 of 605 ~ 36.86%
G 215 of 605 ~ 35.54%
B 167 of 605 ~ 27.6%

%36.86
%35.54
%27.6

CMYK color model

#DFD7A7 color CMYK value is (0,4,25,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,4,25,13)
C0M4Y25K13 
(0%,4%,25%,13%)
(0.00/0.04/0.25/0.13)	

CMYK percentages

%0
%3.59
%25.11
%12.55

Codes

Color #DFD7A7 in popluar color models

DFD7A7
RGB223215167
HSL51°46.67%76.47%
HSB/HSV51°25.11%87.45%
CMYK0.00%3.59%25.11%
12.55%

Color #DFD7A7 in popluar number systems.

HEXDFD7A7
Decimal223215167
Binary110111111101011110100111
Octal337327247

Shades and tints

Shades of #DFD7A7

#DFD7A7
(223,215,167)
#CBC498
(203,196,152)
#B7B189
(183,177,137)
#A39E7A
(163,158,122)
#8F8B6B
(143,139,107)
#7B785C
(123,120,92)
#67654D
(103,101,77)
#53523E
(83,82,62)
#3F3F2F
(63,63,47)
#2B2C20
(43,44,32)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #DFD7A7

#DFD7A7
(223,215,167)
#E1DAAF
(225,218,175)
#E3DDB7
(227,221,183)
#E5E0BF
(229,224,191)
#E7E3C7
(231,227,199)
#E9E6CF
(233,230,207)
#EBE9D7
(235,233,215)
#EDECDF
(237,236,223)
#EFEFE7
(239,239,231)
#F1F2EF
(241,242,239)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7A7; }

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

This text font color is #DFD7A7.


Background Color

.myBgColor { background-color: #DFD7A7; }

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

This div background color is #DFD7A7.


Border color

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

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

This div border color is #DFD7A7.


Opacity

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

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

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

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

This text has shadow with #DFD7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7A7 on black background.


Color preview on white background

This text has color #DFD7A7 on white background.



Black color preview on #DFD7A7 background

This text has black color on #DFD7A7 background.


White color preview on #DFD7A7 background

This text has white color on #DFD7A7 background.