COLOR #D6C088

HEX: #D6C088
RGB: (214,192,136)

Color info

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

RGB color model

#D6C088 color RGB value is (214,192,136).

  • red value is 214;
  • green value is 192;
  • blue value is 136.
RGB:
(214,192,136)
(84%,75%,53%)

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 136 of 255 = 53%

214
192
136

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

Portions of RGB colors in percentages

R + G + B =
214 + 192 + 136 = 542 (100%)
R 214 of 542 ~ 39.48%
G 192 of 542 ~ 35.42%
B 136 of 542 ~ 25.09%

%39.48
%35.42
%25.09

CMYK color model

#D6C088 color CMYK value is (0,10,36,16).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 36.45%
  • key color value is 16.08%
CMYK:
(0,10,36,16)
C0M10Y36K16 
(0%,10%,36%,16%)
(0.00/0.10/0.36/0.16)	

CMYK percentages

%0
%10.28
%36.45
%16.08

Codes

Color #D6C088 in popluar color models

D6C088
RGB214192136
HSL43°48.75%68.63%
HSB/HSV43°36.45%83.92%
CMYK0.00%10.28%36.45%
16.08%

Color #D6C088 in popluar number systems.

HEXD6C088
Decimal214192136
Binary110101101100000010001000
Octal326300210

Shades and tints

Shades of #D6C088

#D6C088
(214,192,136)
#C3AF7C
(195,175,124)
#B09E70
(176,158,112)
#9D8D64
(157,141,100)
#8A7C58
(138,124,88)
#776B4C
(119,107,76)
#645A40
(100,90,64)
#514934
(81,73,52)
#3E3828
(62,56,40)
#2B271C
(43,39,28)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #D6C088

#D6C088
(214,192,136)
#D9C592
(217,197,146)
#DCCA9C
(220,202,156)
#DFCFA6
(223,207,166)
#E2D4B0
(226,212,176)
#E5D9BA
(229,217,186)
#E8DEC4
(232,222,196)
#EBE3CE
(235,227,206)
#EEE8D8
(238,232,216)
#F1EDE2
(241,237,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C088 color. Also use rgb(214,192,136) instead hex code.

Text Font Color

.myTextColor { color: #D6C088; }

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

This text font color is #D6C088.


Background Color

.myBgColor { background-color: #D6C088; }

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

This div background color is #D6C088.


Border color

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

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

This div border color is #D6C088.


Opacity

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

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

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

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

This text has shadow with #D6C088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C088 on black background.


Color preview on white background

This text has color #D6C088 on white background.



Black color preview on #D6C088 background

This text has black color on #D6C088 background.


White color preview on #D6C088 background

This text has white color on #D6C088 background.