COLOR #D1BC11

HEX: #D1BC11
RGB: (209,188,17)

Color info

#D1BC11 contains mainly red and green colors. Web safe color of #D1BC11 is #CCCC00 (or #CC0).

RGB color model

#D1BC11 color RGB value is (209,188,17).

  • red value is 209;
  • green value is 188;
  • blue value is 17.
RGB:
(209,188,17)
(82%,74%,7%)

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 17 of 255 = 7%

209
188
17

R + G + B ~ 54%. #D1BC11 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 188 + 17 = 414 (100%)
R 209 of 414 ~ 50.48%
G 188 of 414 ~ 45.41%
B 17 of 414 ~ 4.11%

%50.48
%45.41

CMYK color model

#D1BC11 color CMYK value is (0,10,92,18).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 91.87%
  • key color value is 18.04%
CMYK:
(0,10,92,18)
C0M10Y92K18 
(0%,10%,92%,18%)
(0.00/0.10/0.92/0.18)	

CMYK percentages

%0
%10.05
%91.87
%18.04

Codes

Color #D1BC11 in popluar color models

D1BC11
RGB20918817
HSL53°84.96%44.31%
HSB/HSV53°91.87%81.96%
CMYK0.00%10.05%91.87%
18.04%

Color #D1BC11 in popluar number systems.

HEXD1BC11
Decimal20918817
Binary110100011011110010001
Octal32127421

Shades and tints

Shades of #D1BC11

#D1BC11
(209,188,17)
#BEAB10
(190,171,16)
#AB9A0F
(171,154,15)
#98890E
(152,137,14)
#85780D
(133,120,13)
#72670C
(114,103,12)
#5F560B
(95,86,11)
#4C450A
(76,69,10)
#393409
(57,52,9)
#262308
(38,35,8)
#131207
(19,18,7)
#000000
(0,0,0)

Tints of #D1BC11

#D1BC11
(209,188,17)
#D5C226
(213,194,38)
#D9C83B
(217,200,59)
#DDCE50
(221,206,80)
#E1D465
(225,212,101)
#E5DA7A
(229,218,122)
#E9E08F
(233,224,143)
#EDE6A4
(237,230,164)
#F1ECB9
(241,236,185)
#F5F2CE
(245,242,206)
#F9F8E3
(249,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BC11 color. Also use rgb(209,188,17) instead hex code.

Text Font Color

.myTextColor { color: #D1BC11; }

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

This text font color is #D1BC11.


Background Color

.myBgColor { background-color: #D1BC11; }

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

This div background color is #D1BC11.


Border color

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

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

This div border color is #D1BC11.


Opacity

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

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

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

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

This text has shadow with #D1BC11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BC11 on black background.


Color preview on white background

This text has color #D1BC11 on white background.



Black color preview on #D1BC11 background

This text has black color on #D1BC11 background.


White color preview on #D1BC11 background

This text has white color on #D1BC11 background.