COLOR #DCC241

HEX: #DCC241
RGB: (220,194,65)

Color info

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

RGB color model

#DCC241 color RGB value is (220,194,65).

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

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 65 of 255 = 25%

220
194
65

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

Portions of RGB colors in percentages

R + G + B =
220 + 194 + 65 = 479 (100%)
R 220 of 479 ~ 45.93%
G 194 of 479 ~ 40.5%
B 65 of 479 ~ 13.57%

%45.93
%40.5
%13.57

CMYK color model

#DCC241 color CMYK value is (0,12,70,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 70.45%
  • key color value is 13.73%
CMYK:
(0,12,70,14)
C0M12Y70K14 
(0%,12%,70%,14%)
(0.00/0.12/0.70/0.14)	

CMYK percentages

%0
%11.82
%70.45
%13.73

Codes

Color #DCC241 in popluar color models

DCC241
RGB22019465
HSL50°68.89%55.88%
HSB/HSV50°70.45%86.27%
CMYK0.00%11.82%70.45%
13.73%

Color #DCC241 in popluar number systems.

HEXDCC241
Decimal22019465
Binary11011100110000101000001
Octal334302101

Shades and tints

Shades of #DCC241

#DCC241
(220,194,65)
#C8B13C
(200,177,60)
#B4A037
(180,160,55)
#A08F32
(160,143,50)
#8C7E2D
(140,126,45)
#786D28
(120,109,40)
#645C23
(100,92,35)
#504B1E
(80,75,30)
#3C3A19
(60,58,25)
#282914
(40,41,20)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #DCC241

#DCC241
(220,194,65)
#DFC752
(223,199,82)
#E2CC63
(226,204,99)
#E5D174
(229,209,116)
#E8D685
(232,214,133)
#EBDB96
(235,219,150)
#EEE0A7
(238,224,167)
#F1E5B8
(241,229,184)
#F4EAC9
(244,234,201)
#F7EFDA
(247,239,218)
#FAF4EB
(250,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC241; }

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

This text font color is #DCC241.


Background Color

.myBgColor { background-color: #DCC241; }

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

This div background color is #DCC241.


Border color

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

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

This div border color is #DCC241.


Opacity

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

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

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

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

This text has shadow with #DCC241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC241 on black background.


Color preview on white background

This text has color #DCC241 on white background.



Black color preview on #DCC241 background

This text has black color on #DCC241 background.


White color preview on #DCC241 background

This text has white color on #DCC241 background.