COLOR #DFC6A9

HEX: #DFC6A9
RGB: (223,198,169)

Color info

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

RGB color model

#DFC6A9 color RGB value is (223,198,169).

  • red value is 223;
  • green value is 198;
  • blue value is 169.
RGB:
(223,198,169)
(87%,78%,66%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 169 of 255 = 66%

223
198
169

R + G + B ~ 77%. #DFC6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 169 = 590 (100%)
R 223 of 590 ~ 37.8%
G 198 of 590 ~ 33.56%
B 169 of 590 ~ 28.64%

%37.8
%33.56
%28.64

CMYK color model

#DFC6A9 color CMYK value is (0,11,24,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 24.22%
  • key color value is 12.55%
CMYK:
(0,11,24,13)
C0M11Y24K13 
(0%,11%,24%,13%)
(0.00/0.11/0.24/0.13)	

CMYK percentages

%0
%11.21
%24.22
%12.55

Codes

Color #DFC6A9 in popluar color models

DFC6A9
RGB223198169
HSL32°45.76%76.86%
HSB/HSV32°24.22%87.45%
CMYK0.00%11.21%24.22%
12.55%

Color #DFC6A9 in popluar number systems.

HEXDFC6A9
Decimal223198169
Binary110111111100011010101001
Octal337306251

Shades and tints

Shades of #DFC6A9

#DFC6A9
(223,198,169)
#CBB49A
(203,180,154)
#B7A28B
(183,162,139)
#A3907C
(163,144,124)
#8F7E6D
(143,126,109)
#7B6C5E
(123,108,94)
#675A4F
(103,90,79)
#534840
(83,72,64)
#3F3631
(63,54,49)
#2B2422
(43,36,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #DFC6A9

#DFC6A9
(223,198,169)
#E1CBB0
(225,203,176)
#E3D0B7
(227,208,183)
#E5D5BE
(229,213,190)
#E7DAC5
(231,218,197)
#E9DFCC
(233,223,204)
#EBE4D3
(235,228,211)
#EDE9DA
(237,233,218)
#EFEEE1
(239,238,225)
#F1F3E8
(241,243,232)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC6A9 color. Also use rgb(223,198,169) instead hex code.

Text Font Color

.myTextColor { color: #DFC6A9; }

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

This text font color is #DFC6A9.


Background Color

.myBgColor { background-color: #DFC6A9; }

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

This div background color is #DFC6A9.


Border color

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

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

This div border color is #DFC6A9.


Opacity

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

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

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

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

This text has shadow with #DFC6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC6A9 on black background.


Color preview on white background

This text has color #DFC6A9 on white background.



Black color preview on #DFC6A9 background

This text has black color on #DFC6A9 background.


White color preview on #DFC6A9 background

This text has white color on #DFC6A9 background.