COLOR #DCC823

HEX: #DCC823
RGB: (220,200,35)

Color info

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

RGB color model

#DCC823 color RGB value is (220,200,35).

  • red value is 220;
  • green value is 200;
  • blue value is 35.
RGB:
(220,200,35)
(86%,78%,14%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 35 of 255 = 14%

220
200
35

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

Portions of RGB colors in percentages

R + G + B =
220 + 200 + 35 = 455 (100%)
R 220 of 455 ~ 48.35%
G 200 of 455 ~ 43.96%
B 35 of 455 ~ 7.69%

%48.35
%43.96

CMYK color model

#DCC823 color CMYK value is (0,9,84,14).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 84.09%
  • key color value is 13.73%
CMYK:
(0,9,84,14)
C0M9Y84K14 
(0%,9%,84%,14%)
(0.00/0.09/0.84/0.14)	

CMYK percentages

%0
%9.09
%84.09
%13.73

Codes

Color #DCC823 in popluar color models

DCC823
RGB22020035
HSL54°72.55%50.00%
HSB/HSV54°84.09%86.27%
CMYK0.00%9.09%84.09%
13.73%

Color #DCC823 in popluar number systems.

HEXDCC823
Decimal22020035
Binary1101110011001000100011
Octal33431043

Shades and tints

Shades of #DCC823

#DCC823
(220,200,35)
#C8B620
(200,182,32)
#B4A41D
(180,164,29)
#A0921A
(160,146,26)
#8C8017
(140,128,23)
#786E14
(120,110,20)
#645C11
(100,92,17)
#504A0E
(80,74,14)
#3C380B
(60,56,11)
#282608
(40,38,8)
#141405
(20,20,5)
#000000
(0,0,0)

Tints of #DCC823

#DCC823
(220,200,35)
#DFCD37
(223,205,55)
#E2D24B
(226,210,75)
#E5D75F
(229,215,95)
#E8DC73
(232,220,115)
#EBE187
(235,225,135)
#EEE69B
(238,230,155)
#F1EBAF
(241,235,175)
#F4F0C3
(244,240,195)
#F7F5D7
(247,245,215)
#FAFAEB
(250,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC823 color. Also use rgb(220,200,35) instead hex code.

Text Font Color

.myTextColor { color: #DCC823; }

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

This text font color is #DCC823.


Background Color

.myBgColor { background-color: #DCC823; }

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

This div background color is #DCC823.


Border color

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

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

This div border color is #DCC823.


Opacity

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

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

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

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

This text has shadow with #DCC823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC823 on black background.


Color preview on white background

This text has color #DCC823 on white background.



Black color preview on #DCC823 background

This text has black color on #DCC823 background.


White color preview on #DCC823 background

This text has white color on #DCC823 background.