COLOR #D3CC92

HEX: #D3CC92
RGB: (211,204,146)

Color info

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

RGB color model

#D3CC92 color RGB value is (211,204,146).

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

RGB channels and saturation

R 211 of 255 = 83%
G 204 of 255 = 80%
B 146 of 255 = 57%

211
204
146

R + G + B ~ 73%. #D3CC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 204 + 146 = 561 (100%)
R 211 of 561 ~ 37.61%
G 204 of 561 ~ 36.36%
B 146 of 561 ~ 26.02%

%37.61
%36.36
%26.02

CMYK color model

#D3CC92 color CMYK value is (0,3,31,17).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 30.81%
  • key color value is 17.25%
CMYK:
(0,3,31,17)
C0M3Y31K17 
(0%,3%,31%,17%)
(0.00/0.03/0.31/0.17)	

CMYK percentages

%0
%3.32
%30.81
%17.25

Codes

Color #D3CC92 in popluar color models

D3CC92
RGB211204146
HSL54°42.48%70.00%
HSB/HSV54°30.81%82.75%
CMYK0.00%3.32%30.81%
17.25%

Color #D3CC92 in popluar number systems.

HEXD3CC92
Decimal211204146
Binary110100111100110010010010
Octal323314222

Shades and tints

Shades of #D3CC92

#D3CC92
(211,204,146)
#C0BA85
(192,186,133)
#ADA878
(173,168,120)
#9A966B
(154,150,107)
#87845E
(135,132,94)
#747251
(116,114,81)
#616044
(97,96,68)
#4E4E37
(78,78,55)
#3B3C2A
(59,60,42)
#282A1D
(40,42,29)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #D3CC92

#D3CC92
(211,204,146)
#D7D09B
(215,208,155)
#DBD4A4
(219,212,164)
#DFD8AD
(223,216,173)
#E3DCB6
(227,220,182)
#E7E0BF
(231,224,191)
#EBE4C8
(235,228,200)
#EFE8D1
(239,232,209)
#F3ECDA
(243,236,218)
#F7F0E3
(247,240,227)
#FBF4EC
(251,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CC92; }

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

This text font color is #D3CC92.


Background Color

.myBgColor { background-color: #D3CC92; }

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

This div background color is #D3CC92.


Border color

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

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

This div border color is #D3CC92.


Opacity

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

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

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

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

This text has shadow with #D3CC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CC92 on black background.


Color preview on white background

This text has color #D3CC92 on white background.



Black color preview on #D3CC92 background

This text has black color on #D3CC92 background.


White color preview on #D3CC92 background

This text has white color on #D3CC92 background.