COLOR #DCC17D

HEX: #DCC17D
RGB: (220,193,125)

Color info

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

RGB color model

#DCC17D color RGB value is (220,193,125).

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

RGB channels and saturation

R 220 of 255 = 86%
G 193 of 255 = 76%
B 125 of 255 = 49%

220
193
125

R + G + B ~ 70%. #DCC17D is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 193 + 125 = 538 (100%)
R 220 of 538 ~ 40.89%
G 193 of 538 ~ 35.87%
B 125 of 538 ~ 23.23%

%40.89
%35.87
%23.23

CMYK color model

#DCC17D color CMYK value is (0,12,43,14).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 43.18%
  • key color value is 13.73%
CMYK:
(0,12,43,14)
C0M12Y43K14 
(0%,12%,43%,14%)
(0.00/0.12/0.43/0.14)	

CMYK percentages

%0
%12.27
%43.18
%13.73

Codes

Color #DCC17D in popluar color models

DCC17D
RGB220193125
HSL43°57.58%67.65%
HSB/HSV43°43.18%86.27%
CMYK0.00%12.27%43.18%
13.73%

Color #DCC17D in popluar number systems.

HEXDCC17D
Decimal220193125
Binary11011100110000011111101
Octal334301175

Shades and tints

Shades of #DCC17D

#DCC17D
(220,193,125)
#C8B072
(200,176,114)
#B49F67
(180,159,103)
#A08E5C
(160,142,92)
#8C7D51
(140,125,81)
#786C46
(120,108,70)
#645B3B
(100,91,59)
#504A30
(80,74,48)
#3C3925
(60,57,37)
#28281A
(40,40,26)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #DCC17D

#DCC17D
(220,193,125)
#DFC688
(223,198,136)
#E2CB93
(226,203,147)
#E5D09E
(229,208,158)
#E8D5A9
(232,213,169)
#EBDAB4
(235,218,180)
#EEDFBF
(238,223,191)
#F1E4CA
(241,228,202)
#F4E9D5
(244,233,213)
#F7EEE0
(247,238,224)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC17D; }

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

This text font color is #DCC17D.


Background Color

.myBgColor { background-color: #DCC17D; }

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

This div background color is #DCC17D.


Border color

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

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

This div border color is #DCC17D.


Opacity

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

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

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

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

This text has shadow with #DCC17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC17D on black background.


Color preview on white background

This text has color #DCC17D on white background.



Black color preview on #DCC17D background

This text has black color on #DCC17D background.


White color preview on #DCC17D background

This text has white color on #DCC17D background.