COLOR #DCC463

HEX: #DCC463 RGB: (220,196,99)

Color info

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

RGB color model

#DCC463 color RGB value is (220,196,99).

RGB: (220,196,99) (86%, 77%, 39%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 99 of 255 = 39%

220
196
99

R + G + B ~ 67%. #DCC463 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 196 + 99 = 515 (100%)
R 220 of 515 ~ 42.72%
G 196 of 515 ~ 38.06%
B 99 of 515 ~ 19.22'%

%42.72
%38.06
%19.22

CMYK color model

#DCC463 color CMYK value is (0,11,55,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 55.00%
  • key color value is 13.73%

CMYK: (0,11,55,14)
C0M11Y55K14 (0%, 11%, 55%, 14%)
(0.00 / 0.11 / 0.55 / 0.14)

CMYK percentages

%0
%10.91
%55
%13.73

Codes

Color #DCC463 in popluar color models

DC C4 63
RGB 220 196 99
HSL 48° 63.35% 62.55%
HSB/HSV 48° 55.00% 86.27%
CMYK 0.00% 10.91% 55.00%
13.73%

Color #DCC463 in popluar number systems.

HEX DC C4 63
Decimal 220 196 99
Binary 11011100 11000100 1100011
Octal 334 304 143

Shades and tints

Shades of #DCC463

#DCC463
(220,196,99)
#C8B35A
(200,179,90)
#B4A251
(180,162,81)
#A09148
(160,145,72)
#8C803F
(140,128,63)
#786F36
(120,111,54)
#645E2D
(100,94,45)
#504D24
(80,77,36)
#3C3C1B
(60,60,27)
#282B12
(40,43,18)
#141A09
(20,26,9)
#000000
(0,0,0)

Tints of #DCC463

#DCC463
(220,196,99)
#DFC971
(223,201,113)
#E2CE7F
(226,206,127)
#E5D38D
(229,211,141)
#E8D89B
(232,216,155)
#EBDDA9
(235,221,169)
#EEE2B7
(238,226,183)
#F1E7C5
(241,231,197)
#F4ECD3
(244,236,211)
#F7F1E1
(247,241,225)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC463 color. Also use rgb(220,196,99) instead hex code.

Text Font Color

.myTextColor { color: #DCC463; }

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

This text font color is #DCC463.

Background Color

.myBgColor { background-color: #DCC463; }

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

This div background color is #DCC463.

Border color

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

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

This div border color is #DCC463.

Opacity

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

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

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

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

This text has shadow with #DCC463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC463.

Preview

Color preview on black background

This text has color #DCC463 on black background.


Color preview on white background

This text has color #DCC463 on white background.


Black color preview on #DCC463 background

This text has black color on #DCC463 background.


White color preview on #DCC463 background

This text has white color on #DCC463 background.


Related colors

Complementary color

Complementary color for #hex is #233B9C.


I love getcolorcode.com

Triadic colors

1 #63DCC4 and #C463DC with #DCC463 are triadic colors.

2 #63C4DC and #C4DC63 with #DCC463 are triadic colors.