COLOR #D2C694

HEX: #D2C694
RGB: (210,198,148)

Color info

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

RGB color model

#D2C694 color RGB value is (210,198,148).

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

RGB channels and saturation

R 210 of 255 = 82%
G 198 of 255 = 78%
B 148 of 255 = 58%

210
198
148

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

Portions of RGB colors in percentages

R + G + B =
210 + 198 + 148 = 556 (100%)
R 210 of 556 ~ 37.77%
G 198 of 556 ~ 35.61%
B 148 of 556 ~ 26.62%

%37.77
%35.61
%26.62

CMYK color model

#D2C694 color CMYK value is (0,6,30,18).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK:
(0,6,30,18)
C0M6Y30K18 
(0%,6%,30%,18%)
(0.00/0.06/0.30/0.18)	

CMYK percentages

%0
%5.71
%29.52
%17.65

Codes

Color #D2C694 in popluar color models

D2C694
RGB210198148
HSL48°40.79%70.20%
HSB/HSV48°29.52%82.35%
CMYK0.00%5.71%29.52%
17.65%

Color #D2C694 in popluar number systems.

HEXD2C694
Decimal210198148
Binary110100101100011010010100
Octal322306224

Shades and tints

Shades of #D2C694

#D2C694
(210,198,148)
#BFB487
(191,180,135)
#ACA27A
(172,162,122)
#99906D
(153,144,109)
#867E60
(134,126,96)
#736C53
(115,108,83)
#605A46
(96,90,70)
#4D4839
(77,72,57)
#3A362C
(58,54,44)
#27241F
(39,36,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #D2C694

#D2C694
(210,198,148)
#D6CB9D
(214,203,157)
#DAD0A6
(218,208,166)
#DED5AF
(222,213,175)
#E2DAB8
(226,218,184)
#E6DFC1
(230,223,193)
#EAE4CA
(234,228,202)
#EEE9D3
(238,233,211)
#F2EEDC
(242,238,220)
#F6F3E5
(246,243,229)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C694; }

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

This text font color is #D2C694.


Background Color

.myBgColor { background-color: #D2C694; }

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

This div background color is #D2C694.


Border color

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

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

This div border color is #D2C694.


Opacity

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

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

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

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

This text has shadow with #D2C694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C694 on black background.


Color preview on white background

This text has color #D2C694 on white background.



Black color preview on #D2C694 background

This text has black color on #D2C694 background.


White color preview on #D2C694 background

This text has white color on #D2C694 background.