COLOR #DFC1A4

HEX: #DFC1A4
RGB: (223,193,164)

Color info

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

RGB color model

#DFC1A4 color RGB value is (223,193,164).

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

RGB channels and saturation

R 223 of 255 = 87%
G 193 of 255 = 76%
B 164 of 255 = 64%

223
193
164

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

Portions of RGB colors in percentages

R + G + B =
223 + 193 + 164 = 580 (100%)
R 223 of 580 ~ 38.45%
G 193 of 580 ~ 33.28%
B 164 of 580 ~ 28.28%

%38.45
%33.28
%28.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 26.46%
  • key color value is 12.55%
CMYK:
(0,13,26,13)
C0M13Y26K13 
(0%,13%,26%,13%)
(0.00/0.13/0.26/0.13)	

CMYK percentages

%0
%13.45
%26.46
%12.55

Codes

Color #DFC1A4 in popluar color models

DFC1A4
RGB223193164
HSL29°47.97%75.88%
HSB/HSV29°26.46%87.45%
CMYK0.00%13.45%26.46%
12.55%

Color #DFC1A4 in popluar number systems.

HEXDFC1A4
Decimal223193164
Binary110111111100000110100100
Octal337301244

Shades and tints

Shades of #DFC1A4

#DFC1A4
(223,193,164)
#CBB096
(203,176,150)
#B79F88
(183,159,136)
#A38E7A
(163,142,122)
#8F7D6C
(143,125,108)
#7B6C5E
(123,108,94)
#675B50
(103,91,80)
#534A42
(83,74,66)
#3F3934
(63,57,52)
#2B2826
(43,40,38)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #DFC1A4

#DFC1A4
(223,193,164)
#E1C6AC
(225,198,172)
#E3CBB4
(227,203,180)
#E5D0BC
(229,208,188)
#E7D5C4
(231,213,196)
#E9DACC
(233,218,204)
#EBDFD4
(235,223,212)
#EDE4DC
(237,228,220)
#EFE9E4
(239,233,228)
#F1EEEC
(241,238,236)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC1A4 color. Also use rgb(223,193,164) instead hex code.

Text Font Color

.myTextColor { color: #DFC1A4; }

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

This text font color is #DFC1A4.


Background Color

.myBgColor { background-color: #DFC1A4; }

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

This div background color is #DFC1A4.


Border color

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

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

This div border color is #DFC1A4.


Opacity

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

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

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

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

This text has shadow with #DFC1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC1A4 on black background.


Color preview on white background

This text has color #DFC1A4 on white background.



Black color preview on #DFC1A4 background

This text has black color on #DFC1A4 background.


White color preview on #DFC1A4 background

This text has white color on #DFC1A4 background.