COLOR #DCC997

HEX: #DCC997
RGB: (220,201,151)

Color info

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

RGB color model

#DCC997 color RGB value is (220,201,151).

  • red value is 220;
  • green value is 201;
  • blue value is 151.
RGB:
(220,201,151)
(86%,79%,59%)

RGB channels and saturation

R 220 of 255 = 86%
G 201 of 255 = 79%
B 151 of 255 = 59%

220
201
151

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

Portions of RGB colors in percentages

R + G + B =
220 + 201 + 151 = 572 (100%)
R 220 of 572 ~ 38.46%
G 201 of 572 ~ 35.14%
B 151 of 572 ~ 26.4%

%38.46
%35.14
%26.4

CMYK color model

#DCC997 color CMYK value is (0,9,31,14).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 31.36%
  • key color value is 13.73%
CMYK:
(0,9,31,14)
C0M9Y31K14 
(0%,9%,31%,14%)
(0.00/0.09/0.31/0.14)	

CMYK percentages

%0
%8.64
%31.36
%13.73

Codes

Color #DCC997 in popluar color models

DCC997
RGB220201151
HSL43°49.64%72.75%
HSB/HSV43°31.36%86.27%
CMYK0.00%8.64%31.36%
13.73%

Color #DCC997 in popluar number systems.

HEXDCC997
Decimal220201151
Binary110111001100100110010111
Octal334311227

Shades and tints

Shades of #DCC997

#DCC997
(220,201,151)
#C8B78A
(200,183,138)
#B4A57D
(180,165,125)
#A09370
(160,147,112)
#8C8163
(140,129,99)
#786F56
(120,111,86)
#645D49
(100,93,73)
#504B3C
(80,75,60)
#3C392F
(60,57,47)
#282722
(40,39,34)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #DCC997

#DCC997
(220,201,151)
#DFCDA0
(223,205,160)
#E2D1A9
(226,209,169)
#E5D5B2
(229,213,178)
#E8D9BB
(232,217,187)
#EBDDC4
(235,221,196)
#EEE1CD
(238,225,205)
#F1E5D6
(241,229,214)
#F4E9DF
(244,233,223)
#F7EDE8
(247,237,232)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC997 color. Also use rgb(220,201,151) instead hex code.

Text Font Color

.myTextColor { color: #DCC997; }

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

This text font color is #DCC997.


Background Color

.myBgColor { background-color: #DCC997; }

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

This div background color is #DCC997.


Border color

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

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

This div border color is #DCC997.


Opacity

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

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

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

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

This text has shadow with #DCC997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC997 on black background.


Color preview on white background

This text has color #DCC997 on white background.



Black color preview on #DCC997 background

This text has black color on #DCC997 background.


White color preview on #DCC997 background

This text has white color on #DCC997 background.