COLOR #DCC24A

HEX: #DCC24A
RGB: (220,194,74)

Color info

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

RGB color model

#DCC24A color RGB value is (220,194,74).

  • red value is 220;
  • green value is 194;
  • blue value is 74.
RGB:
(220,194,74)
(86%,76%,29%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 74 of 255 = 29%

220
194
74

R + G + B ~ 64%. #DCC24A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 194 + 74 = 488 (100%)
R 220 of 488 ~ 45.08%
G 194 of 488 ~ 39.75%
B 74 of 488 ~ 15.16%

%45.08
%39.75
%15.16

CMYK color model

#DCC24A color CMYK value is (0,12,66,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 66.36%
  • key color value is 13.73%
CMYK:
(0,12,66,14)
C0M12Y66K14 
(0%,12%,66%,14%)
(0.00/0.12/0.66/0.14)	

CMYK percentages

%0
%11.82
%66.36
%13.73

Codes

Color #DCC24A in popluar color models

DCC24A
RGB22019474
HSL49°67.59%57.65%
HSB/HSV49°66.36%86.27%
CMYK0.00%11.82%66.36%
13.73%

Color #DCC24A in popluar number systems.

HEXDCC24A
Decimal22019474
Binary11011100110000101001010
Octal334302112

Shades and tints

Shades of #DCC24A

#DCC24A
(220,194,74)
#C8B144
(200,177,68)
#B4A03E
(180,160,62)
#A08F38
(160,143,56)
#8C7E32
(140,126,50)
#786D2C
(120,109,44)
#645C26
(100,92,38)
#504B20
(80,75,32)
#3C3A1A
(60,58,26)
#282914
(40,41,20)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #DCC24A

#DCC24A
(220,194,74)
#DFC75A
(223,199,90)
#E2CC6A
(226,204,106)
#E5D17A
(229,209,122)
#E8D68A
(232,214,138)
#EBDB9A
(235,219,154)
#EEE0AA
(238,224,170)
#F1E5BA
(241,229,186)
#F4EACA
(244,234,202)
#F7EFDA
(247,239,218)
#FAF4EA
(250,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC24A color. Also use rgb(220,194,74) instead hex code.

Text Font Color

.myTextColor { color: #DCC24A; }

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

This text font color is #DCC24A.


Background Color

.myBgColor { background-color: #DCC24A; }

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

This div background color is #DCC24A.


Border color

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

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

This div border color is #DCC24A.


Opacity

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

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

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

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

This text has shadow with #DCC24A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC24A on black background.


Color preview on white background

This text has color #DCC24A on white background.



Black color preview on #DCC24A background

This text has black color on #DCC24A background.


White color preview on #DCC24A background

This text has white color on #DCC24A background.