COLOR #DCC72C

HEX: #DCC72C
RGB: (220,199,44)

Color info

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

RGB color model

#DCC72C color RGB value is (220,199,44).

  • red value is 220;
  • green value is 199;
  • blue value is 44.
RGB:
(220,199,44)
(86%,78%,17%)

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 44 of 255 = 17%

220
199
44

R + G + B ~ 60%. #DCC72C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
220 + 199 + 44 = 463 (100%)
R 220 of 463 ~ 47.52%
G 199 of 463 ~ 42.98%
B 44 of 463 ~ 9.5%

%47.52
%42.98
%9.5

CMYK color model

#DCC72C color CMYK value is (0,10,80,14).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 80.00%
  • key color value is 13.73%
CMYK:
(0,10,80,14)
C0M10Y80K14 
(0%,10%,80%,14%)
(0.00/0.10/0.80/0.14)	

CMYK percentages

%0
%9.55
%80
%13.73

Codes

Color #DCC72C in popluar color models

DCC72C
RGB22019944
HSL53°71.54%51.76%
HSB/HSV53°80.00%86.27%
CMYK0.00%9.55%80.00%
13.73%

Color #DCC72C in popluar number systems.

HEXDCC72C
Decimal22019944
Binary1101110011000111101100
Octal33430754

Shades and tints

Shades of #DCC72C

#DCC72C
(220,199,44)
#C8B528
(200,181,40)
#B4A324
(180,163,36)
#A09120
(160,145,32)
#8C7F1C
(140,127,28)
#786D18
(120,109,24)
#645B14
(100,91,20)
#504910
(80,73,16)
#3C370C
(60,55,12)
#282508
(40,37,8)
#141304
(20,19,4)
#000000
(0,0,0)

Tints of #DCC72C

#DCC72C
(220,199,44)
#DFCC3F
(223,204,63)
#E2D152
(226,209,82)
#E5D665
(229,214,101)
#E8DB78
(232,219,120)
#EBE08B
(235,224,139)
#EEE59E
(238,229,158)
#F1EAB1
(241,234,177)
#F4EFC4
(244,239,196)
#F7F4D7
(247,244,215)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC72C color. Also use rgb(220,199,44) instead hex code.

Text Font Color

.myTextColor { color: #DCC72C; }

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

This text font color is #DCC72C.


Background Color

.myBgColor { background-color: #DCC72C; }

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

This div background color is #DCC72C.


Border color

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

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

This div border color is #DCC72C.


Opacity

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

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

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

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

This text has shadow with #DCC72C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC72C on black background.


Color preview on white background

This text has color #DCC72C on white background.



Black color preview on #DCC72C background

This text has black color on #DCC72C background.


White color preview on #DCC72C background

This text has white color on #DCC72C background.