COLOR #DFC7A6

HEX: #DFC7A6 RGB: (223,199,166)

Color info

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

RGB color model

#DFC7A6 color RGB value is (223,199,166).

RGB: (223,199,166) (87%, 78%, 65%)

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 166 of 255 = 65%

223
199
166

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

Portions of RGB colors in percentages

R + G + B = 223 + 199 + 166 = 588 (100%)
R 223 of 588 ~ 37.93%
G 199 of 588 ~ 33.84%
B 166 of 588 ~ 28.23'%

%37.93
%33.84
%28.23

CMYK color model

#DFC7A6 color CMYK value is (0,11,26,13).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 25.56%
  • key color value is 12.55%

CMYK: (0,11,26,13)
C0M11Y26K13 (0%, 11%, 26%, 13%)
(0.00 / 0.11 / 0.26 / 0.13)

CMYK percentages

%0
%10.76
%25.56
%12.55

Codes

Color #DFC7A6 in popluar color models

DF C7 A6
RGB 223 199 166
HSL 35° 47.11% 76.27%
HSB/HSV 35° 25.56% 87.45%
CMYK 0.00% 10.76% 25.56%
12.55%

Color #DFC7A6 in popluar number systems.

HEX DF C7 A6
Decimal 223 199 166
Binary 11011111 11000111 10100110
Octal 337 307 246

Shades and tints

Shades of #DFC7A6

#DFC7A6
(223,199,166)
#CBB597
(203,181,151)
#B7A388
(183,163,136)
#A39179
(163,145,121)
#8F7F6A
(143,127,106)
#7B6D5B
(123,109,91)
#675B4C
(103,91,76)
#53493D
(83,73,61)
#3F372E
(63,55,46)
#2B251F
(43,37,31)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #DFC7A6

#DFC7A6
(223,199,166)
#E1CCAE
(225,204,174)
#E3D1B6
(227,209,182)
#E5D6BE
(229,214,190)
#E7DBC6
(231,219,198)
#E9E0CE
(233,224,206)
#EBE5D6
(235,229,214)
#EDEADE
(237,234,222)
#EFEFE6
(239,239,230)
#F1F4EE
(241,244,238)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC7A6 color. Also use rgb(223,199,166) instead hex code.

Text Font Color

.myTextColor { color: #DFC7A6; }

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

This text font color is #DFC7A6.

Background Color

.myBgColor { background-color: #DFC7A6; }

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

This div background color is #DFC7A6.

Border color

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

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

This div border color is #DFC7A6.

Opacity

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

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

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

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

This text has shadow with #DFC7A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC7A6.

Preview

Color preview on black background

This text has color #DFC7A6 on black background.


Color preview on white background

This text has color #DFC7A6 on white background.


Black color preview on #DFC7A6 background

This text has black color on #DFC7A6 background.


White color preview on #DFC7A6 background

This text has white color on #DFC7A6 background.


Related colors

Complementary color

Complementary color for #hex is #203859.


I love getcolorcode.com

Triadic colors

1 #A6DFC7 and #C7A6DF with #DFC7A6 are triadic colors.

2 #A6C7DF and #C7DFA6 with #DFC7A6 are triadic colors.