COLOR #DCC567

HEX: #DCC567
RGB: (220,197,103)

Color info

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

RGB color model

#DCC567 color RGB value is (220,197,103).

  • red value is 220;
  • green value is 197;
  • blue value is 103.
RGB:
(220,197,103)
(86%,77%,40%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 103 of 255 = 40%

220
197
103

R + G + B ~ 68%. #DCC567 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 103 = 520 (100%)
R 220 of 520 ~ 42.31%
G 197 of 520 ~ 37.88%
B 103 of 520 ~ 19.81%

%42.31
%37.88
%19.81

CMYK color model

#DCC567 color CMYK value is (0,10,53,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 53.18%
  • key color value is 13.73%
CMYK:
(0,10,53,14)
C0M10Y53K14 
(0%,10%,53%,14%)
(0.00/0.10/0.53/0.14)	

CMYK percentages

%0
%10.45
%53.18
%13.73

Codes

Color #DCC567 in popluar color models

DCC567
RGB220197103
HSL48°62.57%63.33%
HSB/HSV48°53.18%86.27%
CMYK0.00%10.45%53.18%
13.73%

Color #DCC567 in popluar number systems.

HEXDCC567
Decimal220197103
Binary11011100110001011100111
Octal334305147

Shades and tints

Shades of #DCC567

#DCC567
(220,197,103)
#C8B45E
(200,180,94)
#B4A355
(180,163,85)
#A0924C
(160,146,76)
#8C8143
(140,129,67)
#78703A
(120,112,58)
#645F31
(100,95,49)
#504E28
(80,78,40)
#3C3D1F
(60,61,31)
#282C16
(40,44,22)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #DCC567

#DCC567
(220,197,103)
#DFCA74
(223,202,116)
#E2CF81
(226,207,129)
#E5D48E
(229,212,142)
#E8D99B
(232,217,155)
#EBDEA8
(235,222,168)
#EEE3B5
(238,227,181)
#F1E8C2
(241,232,194)
#F4EDCF
(244,237,207)
#F7F2DC
(247,242,220)
#FAF7E9
(250,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC567 color. Also use rgb(220,197,103) instead hex code.

Text Font Color

.myTextColor { color: #DCC567; }

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

This text font color is #DCC567.


Background Color

.myBgColor { background-color: #DCC567; }

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

This div background color is #DCC567.


Border color

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

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

This div border color is #DCC567.


Opacity

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

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

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

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

This text has shadow with #DCC567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC567 on black background.


Color preview on white background

This text has color #DCC567 on white background.



Black color preview on #DCC567 background

This text has black color on #DCC567 background.


White color preview on #DCC567 background

This text has white color on #DCC567 background.