COLOR #DFAC92

HEX: #DFAC92
RGB: (223,172,146)

Color info

#DFAC92 contains mainly red and green colors. Web safe color of #DFAC92 is #CC9999 (or #C99).

RGB color model

#DFAC92 color RGB value is (223,172,146).

  • red value is 223;
  • green value is 172;
  • blue value is 146.
RGB:
(223,172,146)
(87%,67%,57%)

RGB channels and saturation

R 223 of 255 = 87%
G 172 of 255 = 67%
B 146 of 255 = 57%

223
172
146

R + G + B ~ 70%. #DFAC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 172 + 146 = 541 (100%)
R 223 of 541 ~ 41.22%
G 172 of 541 ~ 31.79%
B 146 of 541 ~ 26.99%

%41.22
%31.79
%26.99

CMYK color model

#DFAC92 color CMYK value is (0,23,35,13).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 34.53%
  • key color value is 12.55%
CMYK:
(0,23,35,13)
C0M23Y35K13 
(0%,23%,35%,13%)
(0.00/0.23/0.35/0.13)	

CMYK percentages

%0
%22.87
%34.53
%12.55

Codes

Color #DFAC92 in popluar color models

DFAC92
RGB223172146
HSL20°54.61%72.35%
HSB/HSV20°34.53%87.45%
CMYK0.00%22.87%34.53%
12.55%

Color #DFAC92 in popluar number systems.

HEXDFAC92
Decimal223172146
Binary110111111010110010010010
Octal337254222

Shades and tints

Shades of #DFAC92

#DFAC92
(223,172,146)
#CB9D85
(203,157,133)
#B78E78
(183,142,120)
#A37F6B
(163,127,107)
#8F705E
(143,112,94)
#7B6151
(123,97,81)
#675244
(103,82,68)
#534337
(83,67,55)
#3F342A
(63,52,42)
#2B251D
(43,37,29)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #DFAC92

#DFAC92
(223,172,146)
#E1B39B
(225,179,155)
#E3BAA4
(227,186,164)
#E5C1AD
(229,193,173)
#E7C8B6
(231,200,182)
#E9CFBF
(233,207,191)
#EBD6C8
(235,214,200)
#EDDDD1
(237,221,209)
#EFE4DA
(239,228,218)
#F1EBE3
(241,235,227)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAC92 color. Also use rgb(223,172,146) instead hex code.

Text Font Color

.myTextColor { color: #DFAC92; }

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

This text font color is #DFAC92.


Background Color

.myBgColor { background-color: #DFAC92; }

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

This div background color is #DFAC92.


Border color

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

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

This div border color is #DFAC92.


Opacity

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

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

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

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

This text has shadow with #DFAC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAC92 on black background.


Color preview on white background

This text has color #DFAC92 on white background.



Black color preview on #DFAC92 background

This text has black color on #DFAC92 background.


White color preview on #DFAC92 background

This text has white color on #DFAC92 background.