COLOR #D9B618

HEX: #D9B618
RGB: (217,182,24)

Color info

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

RGB color model

#D9B618 color RGB value is (217,182,24).

  • red value is 217;
  • green value is 182;
  • blue value is 24.
RGB:
(217,182,24)
(85%,71%,9%)

RGB channels and saturation

R 217 of 255 = 85%
G 182 of 255 = 71%
B 24 of 255 = 9%

217
182
24

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

Portions of RGB colors in percentages

R + G + B =
217 + 182 + 24 = 423 (100%)
R 217 of 423 ~ 51.3%
G 182 of 423 ~ 43.03%
B 24 of 423 ~ 5.67%

%51.3
%43.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 88.94%
  • key color value is 14.90%
CMYK:
(0,16,89,15)
C0M16Y89K15 
(0%,16%,89%,15%)
(0.00/0.16/0.89/0.15)	

CMYK percentages

%0
%16.13
%88.94
%14.9

Codes

Color #D9B618 in popluar color models

D9B618
RGB21718224
HSL49°80.08%47.25%
HSB/HSV49°88.94%85.10%
CMYK0.00%16.13%88.94%
14.90%

Color #D9B618 in popluar number systems.

HEXD9B618
Decimal21718224
Binary110110011011011011000
Octal33126630

Shades and tints

Shades of #D9B618

#D9B618
(217,182,24)
#C6A616
(198,166,22)
#B39614
(179,150,20)
#A08612
(160,134,18)
#8D7610
(141,118,16)
#7A660E
(122,102,14)
#67560C
(103,86,12)
#54460A
(84,70,10)
#413608
(65,54,8)
#2E2606
(46,38,6)
#1B1604
(27,22,4)
#000000
(0,0,0)

Tints of #D9B618

#D9B618
(217,182,24)
#DCBC2D
(220,188,45)
#DFC242
(223,194,66)
#E2C857
(226,200,87)
#E5CE6C
(229,206,108)
#E8D481
(232,212,129)
#EBDA96
(235,218,150)
#EEE0AB
(238,224,171)
#F1E6C0
(241,230,192)
#F4ECD5
(244,236,213)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B618 color. Also use rgb(217,182,24) instead hex code.

Text Font Color

.myTextColor { color: #D9B618; }

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

This text font color is #D9B618.


Background Color

.myBgColor { background-color: #D9B618; }

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

This div background color is #D9B618.


Border color

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

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

This div border color is #D9B618.


Opacity

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

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

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

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

This text has shadow with #D9B618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B618 on black background.


Color preview on white background

This text has color #D9B618 on white background.



Black color preview on #D9B618 background

This text has black color on #D9B618 background.


White color preview on #D9B618 background

This text has white color on #D9B618 background.