COLOR #D3C085

HEX: #D3C085
RGB: (211,192,133)

Color info

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

RGB color model

#D3C085 color RGB value is (211,192,133).

  • red value is 211;
  • green value is 192;
  • blue value is 133.
RGB:
(211,192,133)
(83%,75%,52%)

RGB channels and saturation

R 211 of 255 = 83%
G 192 of 255 = 75%
B 133 of 255 = 52%

211
192
133

R + G + B ~ 70%. #D3C085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 192 + 133 = 536 (100%)
R 211 of 536 ~ 39.37%
G 192 of 536 ~ 35.82%
B 133 of 536 ~ 24.81%

%39.37
%35.82
%24.81

CMYK color model

#D3C085 color CMYK value is (0,9,37,17).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 36.97%
  • key color value is 17.25%
CMYK:
(0,9,37,17)
C0M9Y37K17 
(0%,9%,37%,17%)
(0.00/0.09/0.37/0.17)	

CMYK percentages

%0
%9
%36.97
%17.25

Codes

Color #D3C085 in popluar color models

D3C085
RGB211192133
HSL45°46.99%67.45%
HSB/HSV45°36.97%82.75%
CMYK0.00%9.00%36.97%
17.25%

Color #D3C085 in popluar number systems.

HEXD3C085
Decimal211192133
Binary110100111100000010000101
Octal323300205

Shades and tints

Shades of #D3C085

#D3C085
(211,192,133)
#C0AF79
(192,175,121)
#AD9E6D
(173,158,109)
#9A8D61
(154,141,97)
#877C55
(135,124,85)
#746B49
(116,107,73)
#615A3D
(97,90,61)
#4E4931
(78,73,49)
#3B3825
(59,56,37)
#282719
(40,39,25)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #D3C085

#D3C085
(211,192,133)
#D7C590
(215,197,144)
#DBCA9B
(219,202,155)
#DFCFA6
(223,207,166)
#E3D4B1
(227,212,177)
#E7D9BC
(231,217,188)
#EBDEC7
(235,222,199)
#EFE3D2
(239,227,210)
#F3E8DD
(243,232,221)
#F7EDE8
(247,237,232)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C085 color. Also use rgb(211,192,133) instead hex code.

Text Font Color

.myTextColor { color: #D3C085; }

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

This text font color is #D3C085.


Background Color

.myBgColor { background-color: #D3C085; }

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

This div background color is #D3C085.


Border color

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

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

This div border color is #D3C085.


Opacity

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

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

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

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

This text has shadow with #D3C085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C085 on black background.


Color preview on white background

This text has color #D3C085 on white background.



Black color preview on #D3C085 background

This text has black color on #D3C085 background.


White color preview on #D3C085 background

This text has white color on #D3C085 background.