COLOR #D6CA85

HEX: #D6CA85
RGB: (214,202,133)

Color info

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

RGB color model

#D6CA85 color RGB value is (214,202,133).

  • red value is 214;
  • green value is 202;
  • blue value is 133.
RGB:
(214,202,133)
(84%,79%,52%)

RGB channels and saturation

R 214 of 255 = 84%
G 202 of 255 = 79%
B 133 of 255 = 52%

214
202
133

R + G + B ~ 72%. #D6CA85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 202 + 133 = 549 (100%)
R 214 of 549 ~ 38.98%
G 202 of 549 ~ 36.79%
B 133 of 549 ~ 24.23%

%38.98
%36.79
%24.23

CMYK color model

#D6CA85 color CMYK value is (0,6,38,16).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 37.85%
  • key color value is 16.08%
CMYK:
(0,6,38,16)
C0M6Y38K16 
(0%,6%,38%,16%)
(0.00/0.06/0.38/0.16)	

CMYK percentages

%0
%5.61
%37.85
%16.08

Codes

Color #D6CA85 in popluar color models

D6CA85
RGB214202133
HSL51°49.69%68.04%
HSB/HSV51°37.85%83.92%
CMYK0.00%5.61%37.85%
16.08%

Color #D6CA85 in popluar number systems.

HEXD6CA85
Decimal214202133
Binary110101101100101010000101
Octal326312205

Shades and tints

Shades of #D6CA85

#D6CA85
(214,202,133)
#C3B879
(195,184,121)
#B0A66D
(176,166,109)
#9D9461
(157,148,97)
#8A8255
(138,130,85)
#777049
(119,112,73)
#645E3D
(100,94,61)
#514C31
(81,76,49)
#3E3A25
(62,58,37)
#2B2819
(43,40,25)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #D6CA85

#D6CA85
(214,202,133)
#D9CE90
(217,206,144)
#DCD29B
(220,210,155)
#DFD6A6
(223,214,166)
#E2DAB1
(226,218,177)
#E5DEBC
(229,222,188)
#E8E2C7
(232,226,199)
#EBE6D2
(235,230,210)
#EEEADD
(238,234,221)
#F1EEE8
(241,238,232)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CA85 color. Also use rgb(214,202,133) instead hex code.

Text Font Color

.myTextColor { color: #D6CA85; }

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

This text font color is #D6CA85.


Background Color

.myBgColor { background-color: #D6CA85; }

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

This div background color is #D6CA85.


Border color

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

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

This div border color is #D6CA85.


Opacity

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

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

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

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

This text has shadow with #D6CA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CA85 on black background.


Color preview on white background

This text has color #D6CA85 on white background.



Black color preview on #D6CA85 background

This text has black color on #D6CA85 background.


White color preview on #D6CA85 background

This text has white color on #D6CA85 background.