COLOR #DCC17F

HEX: #DCC17F
RGB: (220,193,127)

Color info

#DCC17F contains mainly red and green colors. Web safe color of #DCC17F is #CCCC66 (or #CC6).

RGB color model

#DCC17F color RGB value is (220,193,127).

  • red value is 220;
  • green value is 193;
  • blue value is 127.
RGB:
(220,193,127)
(86%,76%,50%)

RGB channels and saturation

R 220 of 255 = 86%
G 193 of 255 = 76%
B 127 of 255 = 50%

220
193
127

R + G + B ~ 71%. #DCC17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 193 + 127 = 540 (100%)
R 220 of 540 ~ 40.74%
G 193 of 540 ~ 35.74%
B 127 of 540 ~ 23.52%

%40.74
%35.74
%23.52

CMYK color model

#DCC17F color CMYK value is (0,12,42,14).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 42.27%
  • key color value is 13.73%
CMYK:
(0,12,42,14)
C0M12Y42K14 
(0%,12%,42%,14%)
(0.00/0.12/0.42/0.14)	

CMYK percentages

%0
%12.27
%42.27
%13.73

Codes

Color #DCC17F in popluar color models

DCC17F
RGB220193127
HSL43°57.06%68.04%
HSB/HSV43°42.27%86.27%
CMYK0.00%12.27%42.27%
13.73%

Color #DCC17F in popluar number systems.

HEXDCC17F
Decimal220193127
Binary11011100110000011111111
Octal334301177

Shades and tints

Shades of #DCC17F

#DCC17F
(220,193,127)
#C8B074
(200,176,116)
#B49F69
(180,159,105)
#A08E5E
(160,142,94)
#8C7D53
(140,125,83)
#786C48
(120,108,72)
#645B3D
(100,91,61)
#504A32
(80,74,50)
#3C3927
(60,57,39)
#28281C
(40,40,28)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #DCC17F

#DCC17F
(220,193,127)
#DFC68A
(223,198,138)
#E2CB95
(226,203,149)
#E5D0A0
(229,208,160)
#E8D5AB
(232,213,171)
#EBDAB6
(235,218,182)
#EEDFC1
(238,223,193)
#F1E4CC
(241,228,204)
#F4E9D7
(244,233,215)
#F7EEE2
(247,238,226)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC17F color. Also use rgb(220,193,127) instead hex code.

Text Font Color

.myTextColor { color: #DCC17F; }

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

This text font color is #DCC17F.


Background Color

.myBgColor { background-color: #DCC17F; }

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

This div background color is #DCC17F.


Border color

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

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

This div border color is #DCC17F.


Opacity

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

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

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

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

This text has shadow with #DCC17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC17F on black background.


Color preview on white background

This text has color #DCC17F on white background.



Black color preview on #DCC17F background

This text has black color on #DCC17F background.


White color preview on #DCC17F background

This text has white color on #DCC17F background.