COLOR #DCCF50

HEX: #DCCF50
RGB: (220,207,80)

Color info

#DCCF50 contains mainly red and green colors. Web safe color of #DCCF50 is #CCCC66 (or #CC6).

RGB color model

#DCCF50 color RGB value is (220,207,80).

  • red value is 220;
  • green value is 207;
  • blue value is 80.
RGB:
(220,207,80)
(86%,81%,31%)

RGB channels and saturation

R 220 of 255 = 86%
G 207 of 255 = 81%
B 80 of 255 = 31%

220
207
80

R + G + B ~ 66%. #DCCF50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 207 + 80 = 507 (100%)
R 220 of 507 ~ 43.39%
G 207 of 507 ~ 40.83%
B 80 of 507 ~ 15.78%

%43.39
%40.83
%15.78

CMYK color model

#DCCF50 color CMYK value is (0,6,64,14).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 63.64%
  • key color value is 13.73%
CMYK:
(0,6,64,14)
C0M6Y64K14 
(0%,6%,64%,14%)
(0.00/0.06/0.64/0.14)	

CMYK percentages

%0
%5.91
%63.64
%13.73

Codes

Color #DCCF50 in popluar color models

DCCF50
RGB22020780
HSL54°66.67%58.82%
HSB/HSV54°63.64%86.27%
CMYK0.00%5.91%63.64%
13.73%

Color #DCCF50 in popluar number systems.

HEXDCCF50
Decimal22020780
Binary11011100110011111010000
Octal334317120

Shades and tints

Shades of #DCCF50

#DCCF50
(220,207,80)
#C8BD49
(200,189,73)
#B4AB42
(180,171,66)
#A0993B
(160,153,59)
#8C8734
(140,135,52)
#78752D
(120,117,45)
#646326
(100,99,38)
#50511F
(80,81,31)
#3C3F18
(60,63,24)
#282D11
(40,45,17)
#141B0A
(20,27,10)
#000000
(0,0,0)

Tints of #DCCF50

#DCCF50
(220,207,80)
#DFD35F
(223,211,95)
#E2D76E
(226,215,110)
#E5DB7D
(229,219,125)
#E8DF8C
(232,223,140)
#EBE39B
(235,227,155)
#EEE7AA
(238,231,170)
#F1EBB9
(241,235,185)
#F4EFC8
(244,239,200)
#F7F3D7
(247,243,215)
#FAF7E6
(250,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCF50 color. Also use rgb(220,207,80) instead hex code.

Text Font Color

.myTextColor { color: #DCCF50; }

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

This text font color is #DCCF50.


Background Color

.myBgColor { background-color: #DCCF50; }

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

This div background color is #DCCF50.


Border color

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

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

This div border color is #DCCF50.


Opacity

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

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

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

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

This text has shadow with #DCCF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCF50 on black background.


Color preview on white background

This text has color #DCCF50 on white background.



Black color preview on #DCCF50 background

This text has black color on #DCCF50 background.


White color preview on #DCCF50 background

This text has white color on #DCCF50 background.