COLOR #DFCAA3

HEX: #DFCAA3
RGB: (223,202,163)

Color info

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

RGB color model

#DFCAA3 color RGB value is (223,202,163).

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

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 163 of 255 = 64%

223
202
163

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

Portions of RGB colors in percentages

R + G + B =
223 + 202 + 163 = 588 (100%)
R 223 of 588 ~ 37.93%
G 202 of 588 ~ 34.35%
B 163 of 588 ~ 27.72%

%37.93
%34.35
%27.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.42%
  • yellow value is 26.91%
  • key color value is 12.55%
CMYK:
(0,9,27,13)
C0M9Y27K13 
(0%,9%,27%,13%)
(0.00/0.09/0.27/0.13)	

CMYK percentages

%0
%9.42
%26.91
%12.55

Codes

Color #DFCAA3 in popluar color models

DFCAA3
RGB223202163
HSL39°48.39%75.69%
HSB/HSV39°26.91%87.45%
CMYK0.00%9.42%26.91%
12.55%

Color #DFCAA3 in popluar number systems.

HEXDFCAA3
Decimal223202163
Binary110111111100101010100011
Octal337312243

Shades and tints

Shades of #DFCAA3

#DFCAA3
(223,202,163)
#CBB895
(203,184,149)
#B7A687
(183,166,135)
#A39479
(163,148,121)
#8F826B
(143,130,107)
#7B705D
(123,112,93)
#675E4F
(103,94,79)
#534C41
(83,76,65)
#3F3A33
(63,58,51)
#2B2825
(43,40,37)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #DFCAA3

#DFCAA3
(223,202,163)
#E1CEAB
(225,206,171)
#E3D2B3
(227,210,179)
#E5D6BB
(229,214,187)
#E7DAC3
(231,218,195)
#E9DECB
(233,222,203)
#EBE2D3
(235,226,211)
#EDE6DB
(237,230,219)
#EFEAE3
(239,234,227)
#F1EEEB
(241,238,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCAA3; }

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

This text font color is #DFCAA3.


Background Color

.myBgColor { background-color: #DFCAA3; }

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

This div background color is #DFCAA3.


Border color

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

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

This div border color is #DFCAA3.


Opacity

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

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

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

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

This text has shadow with #DFCAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCAA3 on black background.


Color preview on white background

This text has color #DFCAA3 on white background.



Black color preview on #DFCAA3 background

This text has black color on #DFCAA3 background.


White color preview on #DFCAA3 background

This text has white color on #DFCAA3 background.