COLOR #D1BB00

HEX: #D1BB00
RGB: (209,187,0)

Color info

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

RGB color model

#D1BB00 color RGB value is (209,187,0).

  • red value is 209;
  • green value is 187;
  • blue value is 0.
RGB:
(209,187,0)
(82%,73%,0%)

RGB channels and saturation

R 209 of 255 = 82%
G 187 of 255 = 73%
B 0 of 255 = 0%

209
187
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 187 + 0 = 396 (100%)
R 209 of 396 ~ 52.78%
G 187 of 396 ~ 47.22%
B 0 of 396 ~ 0%

%52.78
%47.22

CMYK color model

#D1BB00 color CMYK value is (0,11,100,18).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,11,100,18)
C0M11Y100K18 
(0%,11%,100%,18%)
(0.00/0.11/1.00/0.18)	

CMYK percentages

%0
%10.53
%100
%18.04

Codes

Color #D1BB00 in popluar color models

D1BB00
RGB2091870
HSL54°100.00%40.98%
HSB/HSV54°100.00%81.96%
CMYK0.00%10.53%100.00%
18.04%

Color #D1BB00 in popluar number systems.

HEXD1BB00
Decimal2091870
Binary11010001101110110
Octal3212730

Shades and tints

Shades of #D1BB00

#D1BB00
(209,187,0)
#BEAA00
(190,170,0)
#AB9900
(171,153,0)
#988800
(152,136,0)
#857700
(133,119,0)
#726600
(114,102,0)
#5F5500
(95,85,0)
#4C4400
(76,68,0)
#393300
(57,51,0)
#262200
(38,34,0)
#131100
(19,17,0)
#000000
(0,0,0)

Tints of #D1BB00

#D1BB00
(209,187,0)
#D5C117
(213,193,23)
#D9C72E
(217,199,46)
#DDCD45
(221,205,69)
#E1D35C
(225,211,92)
#E5D973
(229,217,115)
#E9DF8A
(233,223,138)
#EDE5A1
(237,229,161)
#F1EBB8
(241,235,184)
#F5F1CF
(245,241,207)
#F9F7E6
(249,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BB00 color. Also use rgb(209,187,0) instead hex code.

Text Font Color

.myTextColor { color: #D1BB00; }

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

This text font color is #D1BB00.


Background Color

.myBgColor { background-color: #D1BB00; }

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

This div background color is #D1BB00.


Border color

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

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

This div border color is #D1BB00.


Opacity

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

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

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

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

This text has shadow with #D1BB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BB00 on black background.


Color preview on white background

This text has color #D1BB00 on white background.



Black color preview on #D1BB00 background

This text has black color on #D1BB00 background.


White color preview on #D1BB00 background

This text has white color on #D1BB00 background.