COLOR #D4B103

HEX: #D4B103
RGB: (212,177,3)

Color info

#D4B103 contains mainly red and green colors. Web safe color of #D4B103 is #CC9900 (or #C90).

RGB color model

#D4B103 color RGB value is (212,177,3).

  • red value is 212;
  • green value is 177;
  • blue value is 3.
RGB:
(212,177,3)
(83%,69%,1%)

RGB channels and saturation

R 212 of 255 = 83%
G 177 of 255 = 69%
B 3 of 255 = 1%

212
177
3

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

Portions of RGB colors in percentages

R + G + B =
212 + 177 + 3 = 392 (100%)
R 212 of 392 ~ 54.08%
G 177 of 392 ~ 45.15%
B 3 of 392 ~ 0.77%

%54.08
%45.15

CMYK color model

#D4B103 color CMYK value is (0,17,99,17).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 98.58%
  • key color value is 16.86%
CMYK:
(0,17,99,17)
C0M17Y99K17 
(0%,17%,99%,17%)
(0.00/0.17/0.99/0.17)	

CMYK percentages

%0
%16.51
%98.58
%16.86

Codes

Color #D4B103 in popluar color models

D4B103
RGB2121773
HSL50°97.21%42.16%
HSB/HSV50°98.58%83.14%
CMYK0.00%16.51%98.58%
16.86%

Color #D4B103 in popluar number systems.

HEXD4B103
Decimal2121773
Binary110101001011000111
Octal3242613

Shades and tints

Shades of #D4B103

#D4B103
(212,177,3)
#C1A103
(193,161,3)
#AE9103
(174,145,3)
#9B8103
(155,129,3)
#887103
(136,113,3)
#756103
(117,97,3)
#625103
(98,81,3)
#4F4103
(79,65,3)
#3C3103
(60,49,3)
#292103
(41,33,3)
#161103
(22,17,3)
#000000
(0,0,0)

Tints of #D4B103

#D4B103
(212,177,3)
#D7B819
(215,184,25)
#DABF2F
(218,191,47)
#DDC645
(221,198,69)
#E0CD5B
(224,205,91)
#E3D471
(227,212,113)
#E6DB87
(230,219,135)
#E9E29D
(233,226,157)
#ECE9B3
(236,233,179)
#EFF0C9
(239,240,201)
#F2F7DF
(242,247,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B103 color. Also use rgb(212,177,3) instead hex code.

Text Font Color

.myTextColor { color: #D4B103; }

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

This text font color is #D4B103.


Background Color

.myBgColor { background-color: #D4B103; }

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

This div background color is #D4B103.


Border color

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

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

This div border color is #D4B103.


Opacity

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

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

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

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

This text has shadow with #D4B103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B103 on black background.


Color preview on white background

This text has color #D4B103 on white background.



Black color preview on #D4B103 background

This text has black color on #D4B103 background.


White color preview on #D4B103 background

This text has white color on #D4B103 background.