COLOR #DCC285

HEX: #DCC285 RGB: (220,194,133)

Color info

#DCC285 contains mainly red and green colors. Web safe color of #DCC285 is #CCCC99 (or #CC9).

RGB color model

#DCC285 color RGB value is (220,194,133).

RGB: (220,194,133) (86%, 76%, 52%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 133 of 255 = 52%

220
194
133

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

Portions of RGB colors in percentages

R + G + B = 220 + 194 + 133 = 547 (100%)
R 220 of 547 ~ 40.22%
G 194 of 547 ~ 35.47%
B 133 of 547 ~ 24.31'%

%40.22
%35.47
%24.31

CMYK color model

#DCC285 color CMYK value is (0,12,40,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 39.55%
  • key color value is 13.73%

CMYK: (0,12,40,14)
C0M12Y40K14 (0%, 12%, 40%, 14%)
(0.00 / 0.12 / 0.40 / 0.14)

CMYK percentages

%0
%11.82
%39.55
%13.73

Codes

Color #DCC285 in popluar color models

DC C2 85
RGB 220 194 133
HSL 42° 55.41% 69.22%
HSB/HSV 42° 39.55% 86.27%
CMYK 0.00% 11.82% 39.55%
13.73%

Color #DCC285 in popluar number systems.

HEX DC C2 85
Decimal 220 194 133
Binary 11011100 11000010 10000101
Octal 334 302 205

Shades and tints

Shades of #DCC285

#DCC285
(220,194,133)
#C8B179
(200,177,121)
#B4A06D
(180,160,109)
#A08F61
(160,143,97)
#8C7E55
(140,126,85)
#786D49
(120,109,73)
#645C3D
(100,92,61)
#504B31
(80,75,49)
#3C3A25
(60,58,37)
#282919
(40,41,25)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #DCC285

#DCC285
(220,194,133)
#DFC790
(223,199,144)
#E2CC9B
(226,204,155)
#E5D1A6
(229,209,166)
#E8D6B1
(232,214,177)
#EBDBBC
(235,219,188)
#EEE0C7
(238,224,199)
#F1E5D2
(241,229,210)
#F4EADD
(244,234,221)
#F7EFE8
(247,239,232)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC285; }

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

This text font color is #DCC285.

Background Color

.myBgColor { background-color: #DCC285; }

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

This div background color is #DCC285.

Border color

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

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

This div border color is #DCC285.

Opacity

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

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

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

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

This text has shadow with #DCC285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC285.

Preview

Color preview on black background

This text has color #DCC285 on black background.


Color preview on white background

This text has color #DCC285 on white background.


Black color preview on #DCC285 background

This text has black color on #DCC285 background.


White color preview on #DCC285 background

This text has white color on #DCC285 background.


Related colors

Complementary color

Complementary color for #hex is #233D7A.


I love getcolorcode.com

Triadic colors

1 #85DCC2 and #C285DC with #DCC285 are triadic colors.

2 #85C2DC and #C2DC85 with #DCC285 are triadic colors.