COLOR #DCC040

HEX: #DCC040
RGB: (220,192,64)

Color info

#DCC040 contains mainly red and green colors. Web safe color of #DCC040 is #CCCC33 (or #CC3).

RGB color model

#DCC040 color RGB value is (220,192,64).

  • red value is 220;
  • green value is 192;
  • blue value is 64.
RGB:
(220,192,64)
(86%,75%,25%)

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 64 of 255 = 25%

220
192
64

R + G + B ~ 62%. #DCC040 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 192 + 64 = 476 (100%)
R 220 of 476 ~ 46.22%
G 192 of 476 ~ 40.34%
B 64 of 476 ~ 13.45%

%46.22
%40.34
%13.45

CMYK color model

#DCC040 color CMYK value is (0,13,71,14).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 70.91%
  • key color value is 13.73%
CMYK:
(0,13,71,14)
C0M13Y71K14 
(0%,13%,71%,14%)
(0.00/0.13/0.71/0.14)	

CMYK percentages

%0
%12.73
%70.91
%13.73

Codes

Color #DCC040 in popluar color models

DCC040
RGB22019264
HSL49°69.03%55.69%
HSB/HSV49°70.91%86.27%
CMYK0.00%12.73%70.91%
13.73%

Color #DCC040 in popluar number systems.

HEXDCC040
Decimal22019264
Binary11011100110000001000000
Octal334300100

Shades and tints

Shades of #DCC040

#DCC040
(220,192,64)
#C8AF3B
(200,175,59)
#B49E36
(180,158,54)
#A08D31
(160,141,49)
#8C7C2C
(140,124,44)
#786B27
(120,107,39)
#645A22
(100,90,34)
#50491D
(80,73,29)
#3C3818
(60,56,24)
#282713
(40,39,19)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #DCC040

#DCC040
(220,192,64)
#DFC551
(223,197,81)
#E2CA62
(226,202,98)
#E5CF73
(229,207,115)
#E8D484
(232,212,132)
#EBD995
(235,217,149)
#EEDEA6
(238,222,166)
#F1E3B7
(241,227,183)
#F4E8C8
(244,232,200)
#F7EDD9
(247,237,217)
#FAF2EA
(250,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC040 color. Also use rgb(220,192,64) instead hex code.

Text Font Color

.myTextColor { color: #DCC040; }

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

This text font color is #DCC040.


Background Color

.myBgColor { background-color: #DCC040; }

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

This div background color is #DCC040.


Border color

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

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

This div border color is #DCC040.


Opacity

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

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

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

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

This text has shadow with #DCC040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC040 on black background.


Color preview on white background

This text has color #DCC040 on white background.



Black color preview on #DCC040 background

This text has black color on #DCC040 background.


White color preview on #DCC040 background

This text has white color on #DCC040 background.