COLOR #DFC685

HEX: #DFC685
RGB: (223,198,133)

Color info

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

RGB color model

#DFC685 color RGB value is (223,198,133).

  • red value is 223;
  • green value is 198;
  • blue value is 133.
RGB:
(223,198,133)
(87%,78%,52%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 133 of 255 = 52%

223
198
133

R + G + B ~ 72%. #DFC685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 133 = 554 (100%)
R 223 of 554 ~ 40.25%
G 198 of 554 ~ 35.74%
B 133 of 554 ~ 24.01%

%40.25
%35.74
%24.01

CMYK color model

#DFC685 color CMYK value is (0,11,40,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 40.36%
  • key color value is 12.55%
CMYK:
(0,11,40,13)
C0M11Y40K13 
(0%,11%,40%,13%)
(0.00/0.11/0.40/0.13)	

CMYK percentages

%0
%11.21
%40.36
%12.55

Codes

Color #DFC685 in popluar color models

DFC685
RGB223198133
HSL43°58.44%69.80%
HSB/HSV43°40.36%87.45%
CMYK0.00%11.21%40.36%
12.55%

Color #DFC685 in popluar number systems.

HEXDFC685
Decimal223198133
Binary110111111100011010000101
Octal337306205

Shades and tints

Shades of #DFC685

#DFC685
(223,198,133)
#CBB479
(203,180,121)
#B7A26D
(183,162,109)
#A39061
(163,144,97)
#8F7E55
(143,126,85)
#7B6C49
(123,108,73)
#675A3D
(103,90,61)
#534831
(83,72,49)
#3F3625
(63,54,37)
#2B2419
(43,36,25)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #DFC685

#DFC685
(223,198,133)
#E1CB90
(225,203,144)
#E3D09B
(227,208,155)
#E5D5A6
(229,213,166)
#E7DAB1
(231,218,177)
#E9DFBC
(233,223,188)
#EBE4C7
(235,228,199)
#EDE9D2
(237,233,210)
#EFEEDD
(239,238,221)
#F1F3E8
(241,243,232)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC685 color. Also use rgb(223,198,133) instead hex code.

Text Font Color

.myTextColor { color: #DFC685; }

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

This text font color is #DFC685.


Background Color

.myBgColor { background-color: #DFC685; }

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

This div background color is #DFC685.


Border color

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

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

This div border color is #DFC685.


Opacity

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

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

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

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

This text has shadow with #DFC685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC685 on black background.


Color preview on white background

This text has color #DFC685 on white background.



Black color preview on #DFC685 background

This text has black color on #DFC685 background.


White color preview on #DFC685 background

This text has white color on #DFC685 background.