COLOR #D6B518

HEX: #D6B518
RGB: (214,181,24)

Color info

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

RGB color model

#D6B518 color RGB value is (214,181,24).

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

RGB channels and saturation

R 214 of 255 = 84%
G 181 of 255 = 71%
B 24 of 255 = 9%

214
181
24

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

Portions of RGB colors in percentages

R + G + B =
214 + 181 + 24 = 419 (100%)
R 214 of 419 ~ 51.07%
G 181 of 419 ~ 43.2%
B 24 of 419 ~ 5.73%

%51.07
%43.2

CMYK color model

#D6B518 color CMYK value is (0,15,89,16).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 88.79%
  • key color value is 16.08%
CMYK:
(0,15,89,16)
C0M15Y89K16 
(0%,15%,89%,16%)
(0.00/0.15/0.89/0.16)	

CMYK percentages

%0
%15.42
%88.79
%16.08

Codes

Color #D6B518 in popluar color models

D6B518
RGB21418124
HSL50°79.83%46.67%
HSB/HSV50°88.79%83.92%
CMYK0.00%15.42%88.79%
16.08%

Color #D6B518 in popluar number systems.

HEXD6B518
Decimal21418124
Binary110101101011010111000
Octal32626530

Shades and tints

Shades of #D6B518

#D6B518
(214,181,24)
#C3A516
(195,165,22)
#B09514
(176,149,20)
#9D8512
(157,133,18)
#8A7510
(138,117,16)
#77650E
(119,101,14)
#64550C
(100,85,12)
#51450A
(81,69,10)
#3E3508
(62,53,8)
#2B2506
(43,37,6)
#181504
(24,21,4)
#000000
(0,0,0)

Tints of #D6B518

#D6B518
(214,181,24)
#D9BB2D
(217,187,45)
#DCC142
(220,193,66)
#DFC757
(223,199,87)
#E2CD6C
(226,205,108)
#E5D381
(229,211,129)
#E8D996
(232,217,150)
#EBDFAB
(235,223,171)
#EEE5C0
(238,229,192)
#F1EBD5
(241,235,213)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B518; }

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

This text font color is #D6B518.


Background Color

.myBgColor { background-color: #D6B518; }

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

This div background color is #D6B518.


Border color

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

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

This div border color is #D6B518.


Opacity

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

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

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

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

This text has shadow with #D6B518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B518 on black background.


Color preview on white background

This text has color #D6B518 on white background.



Black color preview on #D6B518 background

This text has black color on #D6B518 background.


White color preview on #D6B518 background

This text has white color on #D6B518 background.