COLOR #D1C68E

HEX: #D1C68E RGB: (209,198,142)

Color info

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

RGB color model

#D1C68E color RGB value is (209,198,142).

RGB: (209,198,142) (82%, 78%, 56%)

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 142 of 255 = 56%

209
198
142

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

Portions of RGB colors in percentages

R + G + B = 209 + 198 + 142 = 549 (100%)
R 209 of 549 ~ 38.07%
G 198 of 549 ~ 36.07%
B 142 of 549 ~ 25.87'%

%38.07
%36.07
%25.87

CMYK color model

#D1C68E color CMYK value is (0,5,32,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 32.06%
  • key color value is 18.04%

CMYK: (0,5,32,18)
C0M5Y32K18 (0%, 5%, 32%, 18%)
(0.00 / 0.05 / 0.32 / 0.18)

CMYK percentages

%0
%5.26
%32.06
%18.04

Codes

Color #D1C68E in popluar color models

D1 C6 8E
RGB 209 198 142
HSL 50° 42.14% 68.82%
HSB/HSV 50° 32.06% 81.96%
CMYK 0.00% 5.26% 32.06%
18.04%

Color #D1C68E in popluar number systems.

HEX D1 C6 8E
Decimal 209 198 142
Binary 11010001 11000110 10001110
Octal 321 306 216

Shades and tints

Shades of #D1C68E

#D1C68E
(209,198,142)
#BEB482
(190,180,130)
#ABA276
(171,162,118)
#98906A
(152,144,106)
#857E5E
(133,126,94)
#726C52
(114,108,82)
#5F5A46
(95,90,70)
#4C483A
(76,72,58)
#39362E
(57,54,46)
#262422
(38,36,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #D1C68E

#D1C68E
(209,198,142)
#D5CB98
(213,203,152)
#D9D0A2
(217,208,162)
#DDD5AC
(221,213,172)
#E1DAB6
(225,218,182)
#E5DFC0
(229,223,192)
#E9E4CA
(233,228,202)
#EDE9D4
(237,233,212)
#F1EEDE
(241,238,222)
#F5F3E8
(245,243,232)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C68E color. Also use rgb(209,198,142) instead hex code.

Text Font Color

.myTextColor { color: #D1C68E; }

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

This text font color is #D1C68E.

Background Color

.myBgColor { background-color: #D1C68E; }

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

This div background color is #D1C68E.

Border color

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

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

This div border color is #D1C68E.

Opacity

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

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

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

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

This text has shadow with #D1C68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C68E.

Preview

Color preview on black background

This text has color #D1C68E on black background.


Color preview on white background

This text has color #D1C68E on white background.


Black color preview on #D1C68E background

This text has black color on #D1C68E background.


White color preview on #D1C68E background

This text has white color on #D1C68E background.


Related colors

Complementary color

Complementary color for #hex is #2E3971.


I love getcolorcode.com

Triadic colors

1 #8ED1C6 and #C68ED1 with #D1C68E are triadic colors.

2 #8EC6D1 and #C6D18E with #D1C68E are triadic colors.