COLOR #DCC603

HEX: #DCC603
RGB: (220,198,3)

Color info

#DCC603 contains mainly red and green colors. Web safe color of #DCC603 is #CCCC00 (or #CC0).

RGB color model

#DCC603 color RGB value is (220,198,3).

  • red value is 220;
  • green value is 198;
  • blue value is 3.
RGB:
(220,198,3)
(86%,78%,1%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 3 of 255 = 1%

220
198
3

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

Portions of RGB colors in percentages

R + G + B =
220 + 198 + 3 = 421 (100%)
R 220 of 421 ~ 52.26%
G 198 of 421 ~ 47.03%
B 3 of 421 ~ 0.71%

%52.26
%47.03

CMYK color model

#DCC603 color CMYK value is (0,10,99,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 98.64%
  • key color value is 13.73%
CMYK:
(0,10,99,14)
C0M10Y99K14 
(0%,10%,99%,14%)
(0.00/0.10/0.99/0.14)	

CMYK percentages

%0
%10
%98.64
%13.73

Codes

Color #DCC603 in popluar color models

DCC603
RGB2201983
HSL54°97.31%43.73%
HSB/HSV54°98.64%86.27%
CMYK0.00%10.00%98.64%
13.73%

Color #DCC603 in popluar number systems.

HEXDCC603
Decimal2201983
Binary110111001100011011
Octal3343063

Shades and tints

Shades of #DCC603

#DCC603
(220,198,3)
#C8B403
(200,180,3)
#B4A203
(180,162,3)
#A09003
(160,144,3)
#8C7E03
(140,126,3)
#786C03
(120,108,3)
#645A03
(100,90,3)
#504803
(80,72,3)
#3C3603
(60,54,3)
#282403
(40,36,3)
#141203
(20,18,3)
#000000
(0,0,0)

Tints of #DCC603

#DCC603
(220,198,3)
#DFCB19
(223,203,25)
#E2D02F
(226,208,47)
#E5D545
(229,213,69)
#E8DA5B
(232,218,91)
#EBDF71
(235,223,113)
#EEE487
(238,228,135)
#F1E99D
(241,233,157)
#F4EEB3
(244,238,179)
#F7F3C9
(247,243,201)
#FAF8DF
(250,248,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC603 color. Also use rgb(220,198,3) instead hex code.

Text Font Color

.myTextColor { color: #DCC603; }

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

This text font color is #DCC603.


Background Color

.myBgColor { background-color: #DCC603; }

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

This div background color is #DCC603.


Border color

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

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

This div border color is #DCC603.


Opacity

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

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

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

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

This text has shadow with #DCC603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC603 on black background.


Color preview on white background

This text has color #DCC603 on white background.



Black color preview on #DCC603 background

This text has black color on #DCC603 background.


White color preview on #DCC603 background

This text has white color on #DCC603 background.