COLOR #D1CA6C

HEX: #D1CA6C RGB: (209,202,108)

Color info

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

RGB color model

#D1CA6C color RGB value is (209,202,108).

RGB: (209,202,108) (82%, 79%, 42%)

RGB channels and saturation

R 209 of 255 = 82%
G 202 of 255 = 79%
B 108 of 255 = 42%

209
202
108

R + G + B ~ 68%. #D1CA6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 202 + 108 = 519 (100%)
R 209 of 519 ~ 40.27%
G 202 of 519 ~ 38.92%
B 108 of 519 ~ 20.81'%

%40.27
%38.92
%20.81

CMYK color model

#D1CA6C color CMYK value is (0,3,48,18).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 48.33%
  • key color value is 18.04%

CMYK: (0,3,48,18)
C0M3Y48K18 (0%, 3%, 48%, 18%)
(0.00 / 0.03 / 0.48 / 0.18)

CMYK percentages

%0
%3.35
%48.33
%18.04

Codes

Color #D1CA6C in popluar color models

D1 CA 6C
RGB 209 202 108
HSL 56° 52.33% 62.16%
HSB/HSV 56° 48.33% 81.96%
CMYK 0.00% 3.35% 48.33%
18.04%

Color #D1CA6C in popluar number systems.

HEX D1 CA 6C
Decimal 209 202 108
Binary 11010001 11001010 1101100
Octal 321 312 154

Shades and tints

Shades of #D1CA6C

#D1CA6C
(209,202,108)
#BEB863
(190,184,99)
#ABA65A
(171,166,90)
#989451
(152,148,81)
#858248
(133,130,72)
#72703F
(114,112,63)
#5F5E36
(95,94,54)
#4C4C2D
(76,76,45)
#393A24
(57,58,36)
#26281B
(38,40,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #D1CA6C

#D1CA6C
(209,202,108)
#D5CE79
(213,206,121)
#D9D286
(217,210,134)
#DDD693
(221,214,147)
#E1DAA0
(225,218,160)
#E5DEAD
(229,222,173)
#E9E2BA
(233,226,186)
#EDE6C7
(237,230,199)
#F1EAD4
(241,234,212)
#F5EEE1
(245,238,225)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CA6C color. Also use rgb(209,202,108) instead hex code.

Text Font Color

.myTextColor { color: #D1CA6C; }

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

This text font color is #D1CA6C.

Background Color

.myBgColor { background-color: #D1CA6C; }

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

This div background color is #D1CA6C.

Border color

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

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

This div border color is #D1CA6C.

Opacity

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

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

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

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

This text has shadow with #D1CA6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CA6C.

Preview

Color preview on black background

This text has color #D1CA6C on black background.


Color preview on white background

This text has color #D1CA6C on white background.


Black color preview on #D1CA6C background

This text has black color on #D1CA6C background.


White color preview on #D1CA6C background

This text has white color on #D1CA6C background.


Related colors

Complementary color

Complementary color for #hex is #2E3593.


I love getcolorcode.com

Triadic colors

1 #6CD1CA and #CA6CD1 with #D1CA6C are triadic colors.

2 #6CCAD1 and #CAD16C with #D1CA6C are triadic colors.