COLOR #DFC19C

HEX: #DFC19C
RGB: (223,193,156)

Color info

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

RGB color model

#DFC19C color RGB value is (223,193,156).

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

RGB channels and saturation

R 223 of 255 = 87%
G 193 of 255 = 76%
B 156 of 255 = 61%

223
193
156

R + G + B ~ 75%. #DFC19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 193 + 156 = 572 (100%)
R 223 of 572 ~ 38.99%
G 193 of 572 ~ 33.74%
B 156 of 572 ~ 27.27%

%38.99
%33.74
%27.27

CMYK color model

#DFC19C color CMYK value is (0,13,30,13).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 30.04%
  • key color value is 12.55%
CMYK:
(0,13,30,13)
C0M13Y30K13 
(0%,13%,30%,13%)
(0.00/0.13/0.30/0.13)	

CMYK percentages

%0
%13.45
%30.04
%12.55

Codes

Color #DFC19C in popluar color models

DFC19C
RGB223193156
HSL33°51.15%74.31%
HSB/HSV33°30.04%87.45%
CMYK0.00%13.45%30.04%
12.55%

Color #DFC19C in popluar number systems.

HEXDFC19C
Decimal223193156
Binary110111111100000110011100
Octal337301234

Shades and tints

Shades of #DFC19C

#DFC19C
(223,193,156)
#CBB08E
(203,176,142)
#B79F80
(183,159,128)
#A38E72
(163,142,114)
#8F7D64
(143,125,100)
#7B6C56
(123,108,86)
#675B48
(103,91,72)
#534A3A
(83,74,58)
#3F392C
(63,57,44)
#2B281E
(43,40,30)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #DFC19C

#DFC19C
(223,193,156)
#E1C6A5
(225,198,165)
#E3CBAE
(227,203,174)
#E5D0B7
(229,208,183)
#E7D5C0
(231,213,192)
#E9DAC9
(233,218,201)
#EBDFD2
(235,223,210)
#EDE4DB
(237,228,219)
#EFE9E4
(239,233,228)
#F1EEED
(241,238,237)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC19C; }

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

This text font color is #DFC19C.


Background Color

.myBgColor { background-color: #DFC19C; }

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

This div background color is #DFC19C.


Border color

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

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

This div border color is #DFC19C.


Opacity

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

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

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

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

This text has shadow with #DFC19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC19C on black background.


Color preview on white background

This text has color #DFC19C on white background.



Black color preview on #DFC19C background

This text has black color on #DFC19C background.


White color preview on #DFC19C background

This text has white color on #DFC19C background.