COLOR #DCC061

HEX: #DCC061
RGB: (220,192,97)

Color info

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

RGB color model

#DCC061 color RGB value is (220,192,97).

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

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 97 of 255 = 38%

220
192
97

R + G + B ~ 66%. #DCC061 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 192 + 97 = 509 (100%)
R 220 of 509 ~ 43.22%
G 192 of 509 ~ 37.72%
B 97 of 509 ~ 19.06%

%43.22
%37.72
%19.06

CMYK color model

#DCC061 color CMYK value is (0,13,56,14).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 55.91%
  • key color value is 13.73%
CMYK:
(0,13,56,14)
C0M13Y56K14 
(0%,13%,56%,14%)
(0.00/0.13/0.56/0.14)	

CMYK percentages

%0
%12.73
%55.91
%13.73

Codes

Color #DCC061 in popluar color models

DCC061
RGB22019297
HSL46°63.73%62.16%
HSB/HSV46°55.91%86.27%
CMYK0.00%12.73%55.91%
13.73%

Color #DCC061 in popluar number systems.

HEXDCC061
Decimal22019297
Binary11011100110000001100001
Octal334300141

Shades and tints

Shades of #DCC061

#DCC061
(220,192,97)
#C8AF59
(200,175,89)
#B49E51
(180,158,81)
#A08D49
(160,141,73)
#8C7C41
(140,124,65)
#786B39
(120,107,57)
#645A31
(100,90,49)
#504929
(80,73,41)
#3C3821
(60,56,33)
#282719
(40,39,25)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #DCC061

#DCC061
(220,192,97)
#DFC56F
(223,197,111)
#E2CA7D
(226,202,125)
#E5CF8B
(229,207,139)
#E8D499
(232,212,153)
#EBD9A7
(235,217,167)
#EEDEB5
(238,222,181)
#F1E3C3
(241,227,195)
#F4E8D1
(244,232,209)
#F7EDDF
(247,237,223)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC061; }

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

This text font color is #DCC061.


Background Color

.myBgColor { background-color: #DCC061; }

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

This div background color is #DCC061.


Border color

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

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

This div border color is #DCC061.


Opacity

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

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

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

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

This text has shadow with #DCC061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC061 on black background.


Color preview on white background

This text has color #DCC061 on white background.



Black color preview on #DCC061 background

This text has black color on #DCC061 background.


White color preview on #DCC061 background

This text has white color on #DCC061 background.