COLOR #D4B01E

HEX: #D4B01E
RGB: (212,176,30)

Color info

#D4B01E contains mainly red and green colors. Web safe color of #D4B01E is #CC9933 (or #C93).

RGB color model

#D4B01E color RGB value is (212,176,30).

  • red value is 212;
  • green value is 176;
  • blue value is 30.
RGB:
(212,176,30)
(83%,69%,12%)

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 30 of 255 = 12%

212
176
30

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

Portions of RGB colors in percentages

R + G + B =
212 + 176 + 30 = 418 (100%)
R 212 of 418 ~ 50.72%
G 176 of 418 ~ 42.11%
B 30 of 418 ~ 7.18%

%50.72
%42.11

CMYK color model

#D4B01E color CMYK value is (0,17,86,17).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 85.85%
  • key color value is 16.86%
CMYK:
(0,17,86,17)
C0M17Y86K17 
(0%,17%,86%,17%)
(0.00/0.17/0.86/0.17)	

CMYK percentages

%0
%16.98
%85.85
%16.86

Codes

Color #D4B01E in popluar color models

D4B01E
RGB21217630
HSL48°75.21%47.45%
HSB/HSV48°85.85%83.14%
CMYK0.00%16.98%85.85%
16.86%

Color #D4B01E in popluar number systems.

HEXD4B01E
Decimal21217630
Binary110101001011000011110
Octal32426036

Shades and tints

Shades of #D4B01E

#D4B01E
(212,176,30)
#C1A01C
(193,160,28)
#AE901A
(174,144,26)
#9B8018
(155,128,24)
#887016
(136,112,22)
#756014
(117,96,20)
#625012
(98,80,18)
#4F4010
(79,64,16)
#3C300E
(60,48,14)
#29200C
(41,32,12)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #D4B01E

#D4B01E
(212,176,30)
#D7B732
(215,183,50)
#DABE46
(218,190,70)
#DDC55A
(221,197,90)
#E0CC6E
(224,204,110)
#E3D382
(227,211,130)
#E6DA96
(230,218,150)
#E9E1AA
(233,225,170)
#ECE8BE
(236,232,190)
#EFEFD2
(239,239,210)
#F2F6E6
(242,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B01E color. Also use rgb(212,176,30) instead hex code.

Text Font Color

.myTextColor { color: #D4B01E; }

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

This text font color is #D4B01E.


Background Color

.myBgColor { background-color: #D4B01E; }

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

This div background color is #D4B01E.


Border color

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

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

This div border color is #D4B01E.


Opacity

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

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

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

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

This text has shadow with #D4B01E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B01E on black background.


Color preview on white background

This text has color #D4B01E on white background.



Black color preview on #D4B01E background

This text has black color on #D4B01E background.


White color preview on #D4B01E background

This text has white color on #D4B01E background.