COLOR #D1C05B

HEX: #D1C05B
RGB: (209,192,91)

Color info

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

RGB color model

#D1C05B color RGB value is (209,192,91).

  • red value is 209;
  • green value is 192;
  • blue value is 91.
RGB:
(209,192,91)
(82%,75%,36%)

RGB channels and saturation

R 209 of 255 = 82%
G 192 of 255 = 75%
B 91 of 255 = 36%

209
192
91

R + G + B ~ 64%. #D1C05B is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 192 + 91 = 492 (100%)
R 209 of 492 ~ 42.48%
G 192 of 492 ~ 39.02%
B 91 of 492 ~ 18.5%

%42.48
%39.02
%18.5

CMYK color model

#D1C05B color CMYK value is (0,8,56,18).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 56.46%
  • key color value is 18.04%
CMYK:
(0,8,56,18)
C0M8Y56K18 
(0%,8%,56%,18%)
(0.00/0.08/0.56/0.18)	

CMYK percentages

%0
%8.13
%56.46
%18.04

Codes

Color #D1C05B in popluar color models

D1C05B
RGB20919291
HSL51°56.19%58.82%
HSB/HSV51°56.46%81.96%
CMYK0.00%8.13%56.46%
18.04%

Color #D1C05B in popluar number systems.

HEXD1C05B
Decimal20919291
Binary11010001110000001011011
Octal321300133

Shades and tints

Shades of #D1C05B

#D1C05B
(209,192,91)
#BEAF53
(190,175,83)
#AB9E4B
(171,158,75)
#988D43
(152,141,67)
#857C3B
(133,124,59)
#726B33
(114,107,51)
#5F5A2B
(95,90,43)
#4C4923
(76,73,35)
#39381B
(57,56,27)
#262713
(38,39,19)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #D1C05B

#D1C05B
(209,192,91)
#D5C569
(213,197,105)
#D9CA77
(217,202,119)
#DDCF85
(221,207,133)
#E1D493
(225,212,147)
#E5D9A1
(229,217,161)
#E9DEAF
(233,222,175)
#EDE3BD
(237,227,189)
#F1E8CB
(241,232,203)
#F5EDD9
(245,237,217)
#F9F2E7
(249,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C05B color. Also use rgb(209,192,91) instead hex code.

Text Font Color

.myTextColor { color: #D1C05B; }

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

This text font color is #D1C05B.


Background Color

.myBgColor { background-color: #D1C05B; }

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

This div background color is #D1C05B.


Border color

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

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

This div border color is #D1C05B.


Opacity

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

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

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

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

This text has shadow with #D1C05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C05B on black background.


Color preview on white background

This text has color #D1C05B on white background.



Black color preview on #D1C05B background

This text has black color on #D1C05B background.


White color preview on #D1C05B background

This text has white color on #D1C05B background.