COLOR #DCC483

HEX: #DCC483
RGB: (220,196,131)

Color info

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

RGB color model

#DCC483 color RGB value is (220,196,131).

  • red value is 220;
  • green value is 196;
  • blue value is 131.
RGB:
(220,196,131)
(86%,77%,51%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 131 of 255 = 51%

220
196
131

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

Portions of RGB colors in percentages

R + G + B =
220 + 196 + 131 = 547 (100%)
R 220 of 547 ~ 40.22%
G 196 of 547 ~ 35.83%
B 131 of 547 ~ 23.95%

%40.22
%35.83
%23.95

CMYK color model

#DCC483 color CMYK value is (0,11,40,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 40.45%
  • key color value is 13.73%
CMYK:
(0,11,40,14)
C0M11Y40K14 
(0%,11%,40%,14%)
(0.00/0.11/0.40/0.14)	

CMYK percentages

%0
%10.91
%40.45
%13.73

Codes

Color #DCC483 in popluar color models

DCC483
RGB220196131
HSL44°55.97%68.82%
HSB/HSV44°40.45%86.27%
CMYK0.00%10.91%40.45%
13.73%

Color #DCC483 in popluar number systems.

HEXDCC483
Decimal220196131
Binary110111001100010010000011
Octal334304203

Shades and tints

Shades of #DCC483

#DCC483
(220,196,131)
#C8B378
(200,179,120)
#B4A26D
(180,162,109)
#A09162
(160,145,98)
#8C8057
(140,128,87)
#786F4C
(120,111,76)
#645E41
(100,94,65)
#504D36
(80,77,54)
#3C3C2B
(60,60,43)
#282B20
(40,43,32)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #DCC483

#DCC483
(220,196,131)
#DFC98E
(223,201,142)
#E2CE99
(226,206,153)
#E5D3A4
(229,211,164)
#E8D8AF
(232,216,175)
#EBDDBA
(235,221,186)
#EEE2C5
(238,226,197)
#F1E7D0
(241,231,208)
#F4ECDB
(244,236,219)
#F7F1E6
(247,241,230)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC483; }

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

This text font color is #DCC483.


Background Color

.myBgColor { background-color: #DCC483; }

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

This div background color is #DCC483.


Border color

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

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

This div border color is #DCC483.


Opacity

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

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

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

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

This text has shadow with #DCC483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC483 on black background.


Color preview on white background

This text has color #DCC483 on white background.



Black color preview on #DCC483 background

This text has black color on #DCC483 background.


White color preview on #DCC483 background

This text has white color on #DCC483 background.