COLOR #DCC574

HEX: #DCC574
RGB: (220,197,116)

Color info

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

RGB color model

#DCC574 color RGB value is (220,197,116).

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

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 116 of 255 = 45%

220
197
116

R + G + B ~ 69%. #DCC574 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 116 = 533 (100%)
R 220 of 533 ~ 41.28%
G 197 of 533 ~ 36.96%
B 116 of 533 ~ 21.76%

%41.28
%36.96
%21.76

CMYK color model

#DCC574 color CMYK value is (0,10,47,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 47.27%
  • key color value is 13.73%
CMYK:
(0,10,47,14)
C0M10Y47K14 
(0%,10%,47%,14%)
(0.00/0.10/0.47/0.14)	

CMYK percentages

%0
%10.45
%47.27
%13.73

Codes

Color #DCC574 in popluar color models

DCC574
RGB220197116
HSL47°59.77%65.88%
HSB/HSV47°47.27%86.27%
CMYK0.00%10.45%47.27%
13.73%

Color #DCC574 in popluar number systems.

HEXDCC574
Decimal220197116
Binary11011100110001011110100
Octal334305164

Shades and tints

Shades of #DCC574

#DCC574
(220,197,116)
#C8B46A
(200,180,106)
#B4A360
(180,163,96)
#A09256
(160,146,86)
#8C814C
(140,129,76)
#787042
(120,112,66)
#645F38
(100,95,56)
#504E2E
(80,78,46)
#3C3D24
(60,61,36)
#282C1A
(40,44,26)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #DCC574

#DCC574
(220,197,116)
#DFCA80
(223,202,128)
#E2CF8C
(226,207,140)
#E5D498
(229,212,152)
#E8D9A4
(232,217,164)
#EBDEB0
(235,222,176)
#EEE3BC
(238,227,188)
#F1E8C8
(241,232,200)
#F4EDD4
(244,237,212)
#F7F2E0
(247,242,224)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC574; }

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

This text font color is #DCC574.


Background Color

.myBgColor { background-color: #DCC574; }

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

This div background color is #DCC574.


Border color

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

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

This div border color is #DCC574.


Opacity

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

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

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

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

This text has shadow with #DCC574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC574 on black background.


Color preview on white background

This text has color #DCC574 on white background.



Black color preview on #DCC574 background

This text has black color on #DCC574 background.


White color preview on #DCC574 background

This text has white color on #DCC574 background.