COLOR #DCCA47

HEX: #DCCA47
RGB: (220,202,71)

Color info

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

RGB color model

#DCCA47 color RGB value is (220,202,71).

  • red value is 220;
  • green value is 202;
  • blue value is 71.
RGB:
(220,202,71)
(86%,79%,28%)

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 71 of 255 = 28%

220
202
71

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

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 71 = 493 (100%)
R 220 of 493 ~ 44.62%
G 202 of 493 ~ 40.97%
B 71 of 493 ~ 14.4%

%44.62
%40.97
%14.4

CMYK color model

#DCCA47 color CMYK value is (0,8,68,14).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 67.73%
  • key color value is 13.73%
CMYK:
(0,8,68,14)
C0M8Y68K14 
(0%,8%,68%,14%)
(0.00/0.08/0.68/0.14)	

CMYK percentages

%0
%8.18
%67.73
%13.73

Codes

Color #DCCA47 in popluar color models

DCCA47
RGB22020271
HSL53°68.04%57.06%
HSB/HSV53°67.73%86.27%
CMYK0.00%8.18%67.73%
13.73%

Color #DCCA47 in popluar number systems.

HEXDCCA47
Decimal22020271
Binary11011100110010101000111
Octal334312107

Shades and tints

Shades of #DCCA47

#DCCA47
(220,202,71)
#C8B841
(200,184,65)
#B4A63B
(180,166,59)
#A09435
(160,148,53)
#8C822F
(140,130,47)
#787029
(120,112,41)
#645E23
(100,94,35)
#504C1D
(80,76,29)
#3C3A17
(60,58,23)
#282811
(40,40,17)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #DCCA47

#DCCA47
(220,202,71)
#DFCE57
(223,206,87)
#E2D267
(226,210,103)
#E5D677
(229,214,119)
#E8DA87
(232,218,135)
#EBDE97
(235,222,151)
#EEE2A7
(238,226,167)
#F1E6B7
(241,230,183)
#F4EAC7
(244,234,199)
#F7EED7
(247,238,215)
#FAF2E7
(250,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCA47 color. Also use rgb(220,202,71) instead hex code.

Text Font Color

.myTextColor { color: #DCCA47; }

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

This text font color is #DCCA47.


Background Color

.myBgColor { background-color: #DCCA47; }

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

This div background color is #DCCA47.


Border color

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

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

This div border color is #DCCA47.


Opacity

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

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

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

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

This text has shadow with #DCCA47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCA47 on black background.


Color preview on white background

This text has color #DCCA47 on white background.



Black color preview on #DCCA47 background

This text has black color on #DCCA47 background.


White color preview on #DCCA47 background

This text has white color on #DCCA47 background.