COLOR #DCC57D

HEX: #DCC57D
RGB: (220,197,125)

Color info

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

RGB color model

#DCC57D color RGB value is (220,197,125).

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

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 125 of 255 = 49%

220
197
125

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

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 125 = 542 (100%)
R 220 of 542 ~ 40.59%
G 197 of 542 ~ 36.35%
B 125 of 542 ~ 23.06%

%40.59
%36.35
%23.06

CMYK color model

#DCC57D color CMYK value is (0,10,43,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 43.18%
  • key color value is 13.73%
CMYK:
(0,10,43,14)
C0M10Y43K14 
(0%,10%,43%,14%)
(0.00/0.10/0.43/0.14)	

CMYK percentages

%0
%10.45
%43.18
%13.73

Codes

Color #DCC57D in popluar color models

DCC57D
RGB220197125
HSL45°57.58%67.65%
HSB/HSV45°43.18%86.27%
CMYK0.00%10.45%43.18%
13.73%

Color #DCC57D in popluar number systems.

HEXDCC57D
Decimal220197125
Binary11011100110001011111101
Octal334305175

Shades and tints

Shades of #DCC57D

#DCC57D
(220,197,125)
#C8B472
(200,180,114)
#B4A367
(180,163,103)
#A0925C
(160,146,92)
#8C8151
(140,129,81)
#787046
(120,112,70)
#645F3B
(100,95,59)
#504E30
(80,78,48)
#3C3D25
(60,61,37)
#282C1A
(40,44,26)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #DCC57D

#DCC57D
(220,197,125)
#DFCA88
(223,202,136)
#E2CF93
(226,207,147)
#E5D49E
(229,212,158)
#E8D9A9
(232,217,169)
#EBDEB4
(235,222,180)
#EEE3BF
(238,227,191)
#F1E8CA
(241,232,202)
#F4EDD5
(244,237,213)
#F7F2E0
(247,242,224)
#FAF7EB
(250,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC57D; }

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

This text font color is #DCC57D.


Background Color

.myBgColor { background-color: #DCC57D; }

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

This div background color is #DCC57D.


Border color

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

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

This div border color is #DCC57D.


Opacity

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

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

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

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

This text has shadow with #DCC57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC57D on black background.


Color preview on white background

This text has color #DCC57D on white background.



Black color preview on #DCC57D background

This text has black color on #DCC57D background.


White color preview on #DCC57D background

This text has white color on #DCC57D background.