COLOR #D1C164

HEX: #D1C164
RGB: (209,193,100)

Color info

#D1C164 contains mainly red and green colors. Web safe color of #D1C164 is #CCCC66 (or #CC6).

RGB color model

#D1C164 color RGB value is (209,193,100).

  • red value is 209;
  • green value is 193;
  • blue value is 100.
RGB:
(209,193,100)
(82%,76%,39%)

RGB channels and saturation

R 209 of 255 = 82%
G 193 of 255 = 76%
B 100 of 255 = 39%

209
193
100

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

Portions of RGB colors in percentages

R + G + B =
209 + 193 + 100 = 502 (100%)
R 209 of 502 ~ 41.63%
G 193 of 502 ~ 38.45%
B 100 of 502 ~ 19.92%

%41.63
%38.45
%19.92

CMYK color model

#D1C164 color CMYK value is (0,8,52,18).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 52.15%
  • key color value is 18.04%
CMYK:
(0,8,52,18)
C0M8Y52K18 
(0%,8%,52%,18%)
(0.00/0.08/0.52/0.18)	

CMYK percentages

%0
%7.66
%52.15
%18.04

Codes

Color #D1C164 in popluar color models

D1C164
RGB209193100
HSL51°54.23%60.59%
HSB/HSV51°52.15%81.96%
CMYK0.00%7.66%52.15%
18.04%

Color #D1C164 in popluar number systems.

HEXD1C164
Decimal209193100
Binary11010001110000011100100
Octal321301144

Shades and tints

Shades of #D1C164

#D1C164
(209,193,100)
#BEB05B
(190,176,91)
#AB9F52
(171,159,82)
#988E49
(152,142,73)
#857D40
(133,125,64)
#726C37
(114,108,55)
#5F5B2E
(95,91,46)
#4C4A25
(76,74,37)
#39391C
(57,57,28)
#262813
(38,40,19)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #D1C164

#D1C164
(209,193,100)
#D5C672
(213,198,114)
#D9CB80
(217,203,128)
#DDD08E
(221,208,142)
#E1D59C
(225,213,156)
#E5DAAA
(229,218,170)
#E9DFB8
(233,223,184)
#EDE4C6
(237,228,198)
#F1E9D4
(241,233,212)
#F5EEE2
(245,238,226)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C164 color. Also use rgb(209,193,100) instead hex code.

Text Font Color

.myTextColor { color: #D1C164; }

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

This text font color is #D1C164.


Background Color

.myBgColor { background-color: #D1C164; }

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

This div background color is #D1C164.


Border color

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

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

This div border color is #D1C164.


Opacity

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

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

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

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

This text has shadow with #D1C164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C164 on black background.


Color preview on white background

This text has color #D1C164 on white background.



Black color preview on #D1C164 background

This text has black color on #D1C164 background.


White color preview on #D1C164 background

This text has white color on #D1C164 background.