COLOR #D2C194

HEX: #D2C194
RGB: (210,193,148)

Color info

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

RGB color model

#D2C194 color RGB value is (210,193,148).

  • red value is 210;
  • green value is 193;
  • blue value is 148.
RGB:
(210,193,148)
(82%,76%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 193 of 255 = 76%
B 148 of 255 = 58%

210
193
148

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

Portions of RGB colors in percentages

R + G + B =
210 + 193 + 148 = 551 (100%)
R 210 of 551 ~ 38.11%
G 193 of 551 ~ 35.03%
B 148 of 551 ~ 26.86%

%38.11
%35.03
%26.86

CMYK color model

#D2C194 color CMYK value is (0,8,30,18).

  • cyan value is 0.00%
  • magenta value is 8.10%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK:
(0,8,30,18)
C0M8Y30K18 
(0%,8%,30%,18%)
(0.00/0.08/0.30/0.18)	

CMYK percentages

%0
%8.1
%29.52
%17.65

Codes

Color #D2C194 in popluar color models

D2C194
RGB210193148
HSL44°40.79%70.20%
HSB/HSV44°29.52%82.35%
CMYK0.00%8.10%29.52%
17.65%

Color #D2C194 in popluar number systems.

HEXD2C194
Decimal210193148
Binary110100101100000110010100
Octal322301224

Shades and tints

Shades of #D2C194

#D2C194
(210,193,148)
#BFB087
(191,176,135)
#AC9F7A
(172,159,122)
#998E6D
(153,142,109)
#867D60
(134,125,96)
#736C53
(115,108,83)
#605B46
(96,91,70)
#4D4A39
(77,74,57)
#3A392C
(58,57,44)
#27281F
(39,40,31)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #D2C194

#D2C194
(210,193,148)
#D6C69D
(214,198,157)
#DACBA6
(218,203,166)
#DED0AF
(222,208,175)
#E2D5B8
(226,213,184)
#E6DAC1
(230,218,193)
#EADFCA
(234,223,202)
#EEE4D3
(238,228,211)
#F2E9DC
(242,233,220)
#F6EEE5
(246,238,229)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C194 color. Also use rgb(210,193,148) instead hex code.

Text Font Color

.myTextColor { color: #D2C194; }

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

This text font color is #D2C194.


Background Color

.myBgColor { background-color: #D2C194; }

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

This div background color is #D2C194.


Border color

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

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

This div border color is #D2C194.


Opacity

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

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

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

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

This text has shadow with #D2C194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C194 on black background.


Color preview on white background

This text has color #D2C194 on white background.



Black color preview on #D2C194 background

This text has black color on #D2C194 background.


White color preview on #D2C194 background

This text has white color on #D2C194 background.