COLOR #DFCC97

HEX: #DFCC97
RGB: (223,204,151)

Color info

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

RGB color model

#DFCC97 color RGB value is (223,204,151).

  • red value is 223;
  • green value is 204;
  • blue value is 151.
RGB:
(223,204,151)
(87%,80%,59%)

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 151 of 255 = 59%

223
204
151

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 151 = 578 (100%)
R 223 of 578 ~ 38.58%
G 204 of 578 ~ 35.29%
B 151 of 578 ~ 26.12%

%38.58
%35.29
%26.12

CMYK color model

#DFCC97 color CMYK value is (0,9,32,13).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 32.29%
  • key color value is 12.55%
CMYK:
(0,9,32,13)
C0M9Y32K13 
(0%,9%,32%,13%)
(0.00/0.09/0.32/0.13)	

CMYK percentages

%0
%8.52
%32.29
%12.55

Codes

Color #DFCC97 in popluar color models

DFCC97
RGB223204151
HSL44°52.94%73.33%
HSB/HSV44°32.29%87.45%
CMYK0.00%8.52%32.29%
12.55%

Color #DFCC97 in popluar number systems.

HEXDFCC97
Decimal223204151
Binary110111111100110010010111
Octal337314227

Shades and tints

Shades of #DFCC97

#DFCC97
(223,204,151)
#CBBA8A
(203,186,138)
#B7A87D
(183,168,125)
#A39670
(163,150,112)
#8F8463
(143,132,99)
#7B7256
(123,114,86)
#676049
(103,96,73)
#534E3C
(83,78,60)
#3F3C2F
(63,60,47)
#2B2A22
(43,42,34)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFCC97

#DFCC97
(223,204,151)
#E1D0A0
(225,208,160)
#E3D4A9
(227,212,169)
#E5D8B2
(229,216,178)
#E7DCBB
(231,220,187)
#E9E0C4
(233,224,196)
#EBE4CD
(235,228,205)
#EDE8D6
(237,232,214)
#EFECDF
(239,236,223)
#F1F0E8
(241,240,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCC97 color. Also use rgb(223,204,151) instead hex code.

Text Font Color

.myTextColor { color: #DFCC97; }

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

This text font color is #DFCC97.


Background Color

.myBgColor { background-color: #DFCC97; }

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

This div background color is #DFCC97.


Border color

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

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

This div border color is #DFCC97.


Opacity

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

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

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

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

This text has shadow with #DFCC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCC97 on black background.


Color preview on white background

This text has color #DFCC97 on white background.



Black color preview on #DFCC97 background

This text has black color on #DFCC97 background.


White color preview on #DFCC97 background

This text has white color on #DFCC97 background.