COLOR #DFC6AF

HEX: #DFC6AF
RGB: (223,198,175)

Color info

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

RGB color model

#DFC6AF color RGB value is (223,198,175).

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

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 175 of 255 = 69%

223
198
175

R + G + B ~ 78%. #DFC6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 175 = 596 (100%)
R 223 of 596 ~ 37.42%
G 198 of 596 ~ 33.22%
B 175 of 596 ~ 29.36%

%37.42
%33.22
%29.36

CMYK color model

#DFC6AF color CMYK value is (0,11,22,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 21.52%
  • key color value is 12.55%
CMYK:
(0,11,22,13)
C0M11Y22K13 
(0%,11%,22%,13%)
(0.00/0.11/0.22/0.13)	

CMYK percentages

%0
%11.21
%21.52
%12.55

Codes

Color #DFC6AF in popluar color models

DFC6AF
RGB223198175
HSL29°42.86%78.04%
HSB/HSV29°21.52%87.45%
CMYK0.00%11.21%21.52%
12.55%

Color #DFC6AF in popluar number systems.

HEXDFC6AF
Decimal223198175
Binary110111111100011010101111
Octal337306257

Shades and tints

Shades of #DFC6AF

#DFC6AF
(223,198,175)
#CBB4A0
(203,180,160)
#B7A291
(183,162,145)
#A39082
(163,144,130)
#8F7E73
(143,126,115)
#7B6C64
(123,108,100)
#675A55
(103,90,85)
#534846
(83,72,70)
#3F3637
(63,54,55)
#2B2428
(43,36,40)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #DFC6AF

#DFC6AF
(223,198,175)
#E1CBB6
(225,203,182)
#E3D0BD
(227,208,189)
#E5D5C4
(229,213,196)
#E7DACB
(231,218,203)
#E9DFD2
(233,223,210)
#EBE4D9
(235,228,217)
#EDE9E0
(237,233,224)
#EFEEE7
(239,238,231)
#F1F3EE
(241,243,238)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6AF; }

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

This text font color is #DFC6AF.


Background Color

.myBgColor { background-color: #DFC6AF; }

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

This div background color is #DFC6AF.


Border color

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

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

This div border color is #DFC6AF.


Opacity

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

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

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

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

This text has shadow with #DFC6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC6AF on black background.


Color preview on white background

This text has color #DFC6AF on white background.



Black color preview on #DFC6AF background

This text has black color on #DFC6AF background.


White color preview on #DFC6AF background

This text has white color on #DFC6AF background.