COLOR #D6A085

HEX: #D6A085
RGB: (214,160,133)

Color info

#D6A085 contains mainly red and green colors. Web safe color of #D6A085 is #CC9999 (or #C99).

RGB color model

#D6A085 color RGB value is (214,160,133).

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

RGB channels and saturation

R 214 of 255 = 84%
G 160 of 255 = 63%
B 133 of 255 = 52%

214
160
133

R + G + B ~ 66%. #D6A085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 160 + 133 = 507 (100%)
R 214 of 507 ~ 42.21%
G 160 of 507 ~ 31.56%
B 133 of 507 ~ 26.23%

%42.21
%31.56
%26.23

CMYK color model

#D6A085 color CMYK value is (0,25,38,16).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 37.85%
  • key color value is 16.08%
CMYK:
(0,25,38,16)
C0M25Y38K16 
(0%,25%,38%,16%)
(0.00/0.25/0.38/0.16)	

CMYK percentages

%0
%25.23
%37.85
%16.08

Codes

Color #D6A085 in popluar color models

D6A085
RGB214160133
HSL20°49.69%68.04%
HSB/HSV20°37.85%83.92%
CMYK0.00%25.23%37.85%
16.08%

Color #D6A085 in popluar number systems.

HEXD6A085
Decimal214160133
Binary110101101010000010000101
Octal326240205

Shades and tints

Shades of #D6A085

#D6A085
(214,160,133)
#C39279
(195,146,121)
#B0846D
(176,132,109)
#9D7661
(157,118,97)
#8A6855
(138,104,85)
#775A49
(119,90,73)
#644C3D
(100,76,61)
#513E31
(81,62,49)
#3E3025
(62,48,37)
#2B2219
(43,34,25)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #D6A085

#D6A085
(214,160,133)
#D9A890
(217,168,144)
#DCB09B
(220,176,155)
#DFB8A6
(223,184,166)
#E2C0B1
(226,192,177)
#E5C8BC
(229,200,188)
#E8D0C7
(232,208,199)
#EBD8D2
(235,216,210)
#EEE0DD
(238,224,221)
#F1E8E8
(241,232,232)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A085; }

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

This text font color is #D6A085.


Background Color

.myBgColor { background-color: #D6A085; }

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

This div background color is #D6A085.


Border color

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

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

This div border color is #D6A085.


Opacity

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

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

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

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

This text has shadow with #D6A085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A085 on black background.


Color preview on white background

This text has color #D6A085 on white background.



Black color preview on #D6A085 background

This text has black color on #D6A085 background.


White color preview on #D6A085 background

This text has white color on #D6A085 background.