COLOR #D1B518

HEX: #D1B518
RGB: (209,181,24)

Color info

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

RGB color model

#D1B518 color RGB value is (209,181,24).

  • red value is 209;
  • green value is 181;
  • blue value is 24.
RGB:
(209,181,24)
(82%,71%,9%)

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 24 of 255 = 9%

209
181
24

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

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 24 = 414 (100%)
R 209 of 414 ~ 50.48%
G 181 of 414 ~ 43.72%
B 24 of 414 ~ 5.8%

%50.48
%43.72

CMYK color model

#D1B518 color CMYK value is (0,13,89,18).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 88.52%
  • key color value is 18.04%
CMYK:
(0,13,89,18)
C0M13Y89K18 
(0%,13%,89%,18%)
(0.00/0.13/0.89/0.18)	

CMYK percentages

%0
%13.4
%88.52
%18.04

Codes

Color #D1B518 in popluar color models

D1B518
RGB20918124
HSL51°79.40%45.69%
HSB/HSV51°88.52%81.96%
CMYK0.00%13.40%88.52%
18.04%

Color #D1B518 in popluar number systems.

HEXD1B518
Decimal20918124
Binary110100011011010111000
Octal32126530

Shades and tints

Shades of #D1B518

#D1B518
(209,181,24)
#BEA516
(190,165,22)
#AB9514
(171,149,20)
#988512
(152,133,18)
#857510
(133,117,16)
#72650E
(114,101,14)
#5F550C
(95,85,12)
#4C450A
(76,69,10)
#393508
(57,53,8)
#262506
(38,37,6)
#131504
(19,21,4)
#000000
(0,0,0)

Tints of #D1B518

#D1B518
(209,181,24)
#D5BB2D
(213,187,45)
#D9C142
(217,193,66)
#DDC757
(221,199,87)
#E1CD6C
(225,205,108)
#E5D381
(229,211,129)
#E9D996
(233,217,150)
#EDDFAB
(237,223,171)
#F1E5C0
(241,229,192)
#F5EBD5
(245,235,213)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B518 color. Also use rgb(209,181,24) instead hex code.

Text Font Color

.myTextColor { color: #D1B518; }

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

This text font color is #D1B518.


Background Color

.myBgColor { background-color: #D1B518; }

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

This div background color is #D1B518.


Border color

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

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

This div border color is #D1B518.


Opacity

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

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

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

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

This text has shadow with #D1B518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B518 on black background.


Color preview on white background

This text has color #D1B518 on white background.



Black color preview on #D1B518 background

This text has black color on #D1B518 background.


White color preview on #D1B518 background

This text has white color on #D1B518 background.