COLOR #D6C294

HEX: #D6C294
RGB: (214,194,148)

Color info

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

RGB color model

#D6C294 color RGB value is (214,194,148).

  • red value is 214;
  • green value is 194;
  • blue value is 148.
RGB:
(214,194,148)
(84%,76%,58%)

RGB channels and saturation

R 214 of 255 = 84%
G 194 of 255 = 76%
B 148 of 255 = 58%

214
194
148

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

Portions of RGB colors in percentages

R + G + B =
214 + 194 + 148 = 556 (100%)
R 214 of 556 ~ 38.49%
G 194 of 556 ~ 34.89%
B 148 of 556 ~ 26.62%

%38.49
%34.89
%26.62

CMYK color model

#D6C294 color CMYK value is (0,9,31,16).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 30.84%
  • key color value is 16.08%
CMYK:
(0,9,31,16)
C0M9Y31K16 
(0%,9%,31%,16%)
(0.00/0.09/0.31/0.16)	

CMYK percentages

%0
%9.35
%30.84
%16.08

Codes

Color #D6C294 in popluar color models

D6C294
RGB214194148
HSL42°44.59%70.98%
HSB/HSV42°30.84%83.92%
CMYK0.00%9.35%30.84%
16.08%

Color #D6C294 in popluar number systems.

HEXD6C294
Decimal214194148
Binary110101101100001010010100
Octal326302224

Shades and tints

Shades of #D6C294

#D6C294
(214,194,148)
#C3B187
(195,177,135)
#B0A07A
(176,160,122)
#9D8F6D
(157,143,109)
#8A7E60
(138,126,96)
#776D53
(119,109,83)
#645C46
(100,92,70)
#514B39
(81,75,57)
#3E3A2C
(62,58,44)
#2B291F
(43,41,31)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #D6C294

#D6C294
(214,194,148)
#D9C79D
(217,199,157)
#DCCCA6
(220,204,166)
#DFD1AF
(223,209,175)
#E2D6B8
(226,214,184)
#E5DBC1
(229,219,193)
#E8E0CA
(232,224,202)
#EBE5D3
(235,229,211)
#EEEADC
(238,234,220)
#F1EFE5
(241,239,229)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C294 color. Also use rgb(214,194,148) instead hex code.

Text Font Color

.myTextColor { color: #D6C294; }

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

This text font color is #D6C294.


Background Color

.myBgColor { background-color: #D6C294; }

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

This div background color is #D6C294.


Border color

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

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

This div border color is #D6C294.


Opacity

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

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

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

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

This text has shadow with #D6C294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C294 on black background.


Color preview on white background

This text has color #D6C294 on white background.



Black color preview on #D6C294 background

This text has black color on #D6C294 background.


White color preview on #D6C294 background

This text has white color on #D6C294 background.