COLOR #D3CC82

HEX: #D3CC82
RGB: (211,204,130)

Color info

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

RGB color model

#D3CC82 color RGB value is (211,204,130).

  • red value is 211;
  • green value is 204;
  • blue value is 130.
RGB:
(211,204,130)
(83%,80%,51%)

RGB channels and saturation

R 211 of 255 = 83%
G 204 of 255 = 80%
B 130 of 255 = 51%

211
204
130

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

Portions of RGB colors in percentages

R + G + B =
211 + 204 + 130 = 545 (100%)
R 211 of 545 ~ 38.72%
G 204 of 545 ~ 37.43%
B 130 of 545 ~ 23.85%

%38.72
%37.43
%23.85

CMYK color model

#D3CC82 color CMYK value is (0,3,38,17).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 38.39%
  • key color value is 17.25%
CMYK:
(0,3,38,17)
C0M3Y38K17 
(0%,3%,38%,17%)
(0.00/0.03/0.38/0.17)	

CMYK percentages

%0
%3.32
%38.39
%17.25

Codes

Color #D3CC82 in popluar color models

D3CC82
RGB211204130
HSL55°47.93%66.86%
HSB/HSV55°38.39%82.75%
CMYK0.00%3.32%38.39%
17.25%

Color #D3CC82 in popluar number systems.

HEXD3CC82
Decimal211204130
Binary110100111100110010000010
Octal323314202

Shades and tints

Shades of #D3CC82

#D3CC82
(211,204,130)
#C0BA77
(192,186,119)
#ADA86C
(173,168,108)
#9A9661
(154,150,97)
#878456
(135,132,86)
#74724B
(116,114,75)
#616040
(97,96,64)
#4E4E35
(78,78,53)
#3B3C2A
(59,60,42)
#282A1F
(40,42,31)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #D3CC82

#D3CC82
(211,204,130)
#D7D08D
(215,208,141)
#DBD498
(219,212,152)
#DFD8A3
(223,216,163)
#E3DCAE
(227,220,174)
#E7E0B9
(231,224,185)
#EBE4C4
(235,228,196)
#EFE8CF
(239,232,207)
#F3ECDA
(243,236,218)
#F7F0E5
(247,240,229)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CC82 color. Also use rgb(211,204,130) instead hex code.

Text Font Color

.myTextColor { color: #D3CC82; }

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

This text font color is #D3CC82.


Background Color

.myBgColor { background-color: #D3CC82; }

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

This div background color is #D3CC82.


Border color

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

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

This div border color is #D3CC82.


Opacity

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

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

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

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

This text has shadow with #D3CC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CC82 on black background.


Color preview on white background

This text has color #D3CC82 on white background.



Black color preview on #D3CC82 background

This text has black color on #D3CC82 background.


White color preview on #D3CC82 background

This text has white color on #D3CC82 background.