COLOR #DFC3A3

HEX: #DFC3A3
RGB: (223,195,163)

Color info

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

RGB color model

#DFC3A3 color RGB value is (223,195,163).

  • red value is 223;
  • green value is 195;
  • blue value is 163.
RGB:
(223,195,163)
(87%,76%,64%)

RGB channels and saturation

R 223 of 255 = 87%
G 195 of 255 = 76%
B 163 of 255 = 64%

223
195
163

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

Portions of RGB colors in percentages

R + G + B =
223 + 195 + 163 = 581 (100%)
R 223 of 581 ~ 38.38%
G 195 of 581 ~ 33.56%
B 163 of 581 ~ 28.06%

%38.38
%33.56
%28.06

CMYK color model

#DFC3A3 color CMYK value is (0,13,27,13).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 26.91%
  • key color value is 12.55%
CMYK:
(0,13,27,13)
C0M13Y27K13 
(0%,13%,27%,13%)
(0.00/0.13/0.27/0.13)	

CMYK percentages

%0
%12.56
%26.91
%12.55

Codes

Color #DFC3A3 in popluar color models

DFC3A3
RGB223195163
HSL32°48.39%75.69%
HSB/HSV32°26.91%87.45%
CMYK0.00%12.56%26.91%
12.55%

Color #DFC3A3 in popluar number systems.

HEXDFC3A3
Decimal223195163
Binary110111111100001110100011
Octal337303243

Shades and tints

Shades of #DFC3A3

#DFC3A3
(223,195,163)
#CBB295
(203,178,149)
#B7A187
(183,161,135)
#A39079
(163,144,121)
#8F7F6B
(143,127,107)
#7B6E5D
(123,110,93)
#675D4F
(103,93,79)
#534C41
(83,76,65)
#3F3B33
(63,59,51)
#2B2A25
(43,42,37)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFC3A3

#DFC3A3
(223,195,163)
#E1C8AB
(225,200,171)
#E3CDB3
(227,205,179)
#E5D2BB
(229,210,187)
#E7D7C3
(231,215,195)
#E9DCCB
(233,220,203)
#EBE1D3
(235,225,211)
#EDE6DB
(237,230,219)
#EFEBE3
(239,235,227)
#F1F0EB
(241,240,235)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC3A3 color. Also use rgb(223,195,163) instead hex code.

Text Font Color

.myTextColor { color: #DFC3A3; }

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

This text font color is #DFC3A3.


Background Color

.myBgColor { background-color: #DFC3A3; }

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

This div background color is #DFC3A3.


Border color

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

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

This div border color is #DFC3A3.


Opacity

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

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

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

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

This text has shadow with #DFC3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC3A3 on black background.


Color preview on white background

This text has color #DFC3A3 on white background.



Black color preview on #DFC3A3 background

This text has black color on #DFC3A3 background.


White color preview on #DFC3A3 background

This text has white color on #DFC3A3 background.