COLOR #DCC280

HEX: #DCC280 RGB: (220,194,128)

Color info

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

RGB color model

#DCC280 color RGB value is (220,194,128).

RGB: (220,194,128) (86%, 76%, 50%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 128 of 255 = 50%

220
194
128

R + G + B ~ 71%. #DCC280 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 194 + 128 = 542 (100%)
R 220 of 542 ~ 40.59%
G 194 of 542 ~ 35.79%
B 128 of 542 ~ 23.62'%

%40.59
%35.79
%23.62

CMYK color model

#DCC280 color CMYK value is (0,12,42,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 41.82%
  • key color value is 13.73%
CMYK: (0,12,42,14) C0M12Y42K14 (0%,12%,42%,14%) (0.00/0.12/0.42/0.14) 

CMYK percentages

%0
%11.82
%41.82
%13.73

Codes

Color #DCC280 in popluar color models

DC C2 80
RGB 220 194 128
HSL 43° 56.79% 68.24%
HSB/HSV 43° 41.82% 86.27%
CMYK 0.00% 11.82% 41.82%
13.73%

Color #DCC280 in popluar number systems.

HEX DC C2 80
Decimal 220 194 128
Binary 11011100 11000010 10000000
Octal 334 302 200

Shades and tints

Shades of #DCC280

#DCC280
(220,194,128)
#C8B175
(200,177,117)
#B4A06A
(180,160,106)
#A08F5F
(160,143,95)
#8C7E54
(140,126,84)
#786D49
(120,109,73)
#645C3E
(100,92,62)
#504B33
(80,75,51)
#3C3A28
(60,58,40)
#28291D
(40,41,29)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #DCC280

#DCC280
(220,194,128)
#DFC78B
(223,199,139)
#E2CC96
(226,204,150)
#E5D1A1
(229,209,161)
#E8D6AC
(232,214,172)
#EBDBB7
(235,219,183)
#EEE0C2
(238,224,194)
#F1E5CD
(241,229,205)
#F4EAD8
(244,234,216)
#F7EFE3
(247,239,227)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC280 color. Also use rgb(220,194,128) instead hex code.

Text Font Color

.myTextColor { color: #DCC280; }

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

This text font color is #DCC280.

Background Color

.myBgColor { background-color: #DCC280; }

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

This div background color is #DCC280.

Border color

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

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

This div border color is #DCC280.

Opacity

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

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

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

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

This text has shadow with #DCC280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC280.

Preview

Color preview on black background

This text has color #DCC280 on black background.


Color preview on white background

This text has color #DCC280 on white background.


Black color preview on #DCC280 background

This text has black color on #DCC280 background.


White color preview on #DCC280 background

This text has white color on #DCC280 background.


Related colors

Complementary color

Complementary color for #hex is #233D7F.


I love getcolorcode.com

Triadic colors

1 #80DCC2 and #C280DC with #DCC280 are triadic colors.

2 #80C2DC and #C2DC80 with #DCC280 are triadic colors.