COLOR #DFC6A1

HEX: #DFC6A1
RGB: (223,198,161)

Color info

#DFC6A1 contains mainly red and green colors. Web safe color of #DFC6A1 is #CCCC99 (or #CC9).

RGB color model

#DFC6A1 color RGB value is (223,198,161).

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

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 161 of 255 = 63%

223
198
161

R + G + B ~ 76%. #DFC6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 161 = 582 (100%)
R 223 of 582 ~ 38.32%
G 198 of 582 ~ 34.02%
B 161 of 582 ~ 27.66%

%38.32
%34.02
%27.66

CMYK color model

#DFC6A1 color CMYK value is (0,11,28,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 27.80%
  • key color value is 12.55%
CMYK:
(0,11,28,13)
C0M11Y28K13 
(0%,11%,28%,13%)
(0.00/0.11/0.28/0.13)	

CMYK percentages

%0
%11.21
%27.8
%12.55

Codes

Color #DFC6A1 in popluar color models

DFC6A1
RGB223198161
HSL36°49.21%75.29%
HSB/HSV36°27.80%87.45%
CMYK0.00%11.21%27.80%
12.55%

Color #DFC6A1 in popluar number systems.

HEXDFC6A1
Decimal223198161
Binary110111111100011010100001
Octal337306241

Shades and tints

Shades of #DFC6A1

#DFC6A1
(223,198,161)
#CBB493
(203,180,147)
#B7A285
(183,162,133)
#A39077
(163,144,119)
#8F7E69
(143,126,105)
#7B6C5B
(123,108,91)
#675A4D
(103,90,77)
#53483F
(83,72,63)
#3F3631
(63,54,49)
#2B2423
(43,36,35)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #DFC6A1

#DFC6A1
(223,198,161)
#E1CBA9
(225,203,169)
#E3D0B1
(227,208,177)
#E5D5B9
(229,213,185)
#E7DAC1
(231,218,193)
#E9DFC9
(233,223,201)
#EBE4D1
(235,228,209)
#EDE9D9
(237,233,217)
#EFEEE1
(239,238,225)
#F1F3E9
(241,243,233)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6A1; }

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

This text font color is #DFC6A1.


Background Color

.myBgColor { background-color: #DFC6A1; }

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

This div background color is #DFC6A1.


Border color

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

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

This div border color is #DFC6A1.


Opacity

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

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

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

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

This text has shadow with #DFC6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC6A1 on black background.


Color preview on white background

This text has color #DFC6A1 on white background.



Black color preview on #DFC6A1 background

This text has black color on #DFC6A1 background.


White color preview on #DFC6A1 background

This text has white color on #DFC6A1 background.