COLOR #D1C846

HEX: #D1C846 RGB: (209,200,70)

Color info

#D1C846 contains mainly red and green colors. Web safe color of #D1C846 is #CCCC33 (or #CC3).

RGB color model

#D1C846 color RGB value is (209,200,70).

RGB: (209,200,70) (82%, 78%, 27%)

RGB channels and saturation

R 209 of 255 = 82%
G 200 of 255 = 78%
B 70 of 255 = 27%

209
200
70

R + G + B ~ 62%. #D1C846 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 200 + 70 = 479 (100%)
R 209 of 479 ~ 43.63%
G 200 of 479 ~ 41.75%
B 70 of 479 ~ 14.61'%

%43.63
%41.75
%14.61

CMYK color model

#D1C846 color CMYK value is (0,4,67,18).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 66.51%
  • key color value is 18.04%

CMYK: (0,4,67,18)
C0M4Y67K18 (0%, 4%, 67%, 18%)
(0.00 / 0.04 / 0.67 / 0.18)

CMYK percentages

%0
%4.31
%66.51
%18.04

Codes

Color #D1C846 in popluar color models

D1 C8 46
RGB 209 200 70
HSL 56° 60.17% 54.71%
HSB/HSV 56° 66.51% 81.96%
CMYK 0.00% 4.31% 66.51%
18.04%

Color #D1C846 in popluar number systems.

HEX D1 C8 46
Decimal 209 200 70
Binary 11010001 11001000 1000110
Octal 321 310 106

Shades and tints

Shades of #D1C846

#D1C846
(209,200,70)
#BEB640
(190,182,64)
#ABA43A
(171,164,58)
#989234
(152,146,52)
#85802E
(133,128,46)
#726E28
(114,110,40)
#5F5C22
(95,92,34)
#4C4A1C
(76,74,28)
#393816
(57,56,22)
#262610
(38,38,16)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #D1C846

#D1C846
(209,200,70)
#D5CD56
(213,205,86)
#D9D266
(217,210,102)
#DDD776
(221,215,118)
#E1DC86
(225,220,134)
#E5E196
(229,225,150)
#E9E6A6
(233,230,166)
#EDEBB6
(237,235,182)
#F1F0C6
(241,240,198)
#F5F5D6
(245,245,214)
#F9FAE6
(249,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C846 color. Also use rgb(209,200,70) instead hex code.

Text Font Color

.myTextColor { color: #D1C846; }

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

This text font color is #D1C846.

Background Color

.myBgColor { background-color: #D1C846; }

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

This div background color is #D1C846.

Border color

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

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

This div border color is #D1C846.

Opacity

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

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

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

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

This text has shadow with #D1C846 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C846.

Preview

Color preview on black background

This text has color #D1C846 on black background.


Color preview on white background

This text has color #D1C846 on white background.


Black color preview on #D1C846 background

This text has black color on #D1C846 background.


White color preview on #D1C846 background

This text has white color on #D1C846 background.


Related colors

Complementary color

Complementary color for #hex is #2E37B9.


I love getcolorcode.com

Triadic colors

1 #46D1C8 and #C846D1 with #D1C846 are triadic colors.

2 #46C8D1 and #C8D146 with #D1C846 are triadic colors.