COLOR #D4B926

HEX: #D4B926
RGB: (212,185,38)

Color info

#D4B926 contains mainly red and green colors. Web safe color of #D4B926 is #CCCC33 (or #CC3).

RGB color model

#D4B926 color RGB value is (212,185,38).

  • red value is 212;
  • green value is 185;
  • blue value is 38.
RGB:
(212,185,38)
(83%,73%,15%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 38 of 255 = 15%

212
185
38

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

Portions of RGB colors in percentages

R + G + B =
212 + 185 + 38 = 435 (100%)
R 212 of 435 ~ 48.74%
G 185 of 435 ~ 42.53%
B 38 of 435 ~ 8.74%

%48.74
%42.53

CMYK color model

#D4B926 color CMYK value is (0,13,82,17).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 82.08%
  • key color value is 16.86%
CMYK:
(0,13,82,17)
C0M13Y82K17 
(0%,13%,82%,17%)
(0.00/0.13/0.82/0.17)	

CMYK percentages

%0
%12.74
%82.08
%16.86

Codes

Color #D4B926 in popluar color models

D4B926
RGB21218538
HSL51°69.60%49.02%
HSB/HSV51°82.08%83.14%
CMYK0.00%12.74%82.08%
16.86%

Color #D4B926 in popluar number systems.

HEXD4B926
Decimal21218538
Binary1101010010111001100110
Octal32427146

Shades and tints

Shades of #D4B926

#D4B926
(212,185,38)
#C1A923
(193,169,35)
#AE9920
(174,153,32)
#9B891D
(155,137,29)
#88791A
(136,121,26)
#756917
(117,105,23)
#625914
(98,89,20)
#4F4911
(79,73,17)
#3C390E
(60,57,14)
#29290B
(41,41,11)
#161908
(22,25,8)
#000000
(0,0,0)

Tints of #D4B926

#D4B926
(212,185,38)
#D7BF39
(215,191,57)
#DAC54C
(218,197,76)
#DDCB5F
(221,203,95)
#E0D172
(224,209,114)
#E3D785
(227,215,133)
#E6DD98
(230,221,152)
#E9E3AB
(233,227,171)
#ECE9BE
(236,233,190)
#EFEFD1
(239,239,209)
#F2F5E4
(242,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B926 color. Also use rgb(212,185,38) instead hex code.

Text Font Color

.myTextColor { color: #D4B926; }

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

This text font color is #D4B926.


Background Color

.myBgColor { background-color: #D4B926; }

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

This div background color is #D4B926.


Border color

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

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

This div border color is #D4B926.


Opacity

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

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

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

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

This text has shadow with #D4B926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B926 on black background.


Color preview on white background

This text has color #D4B926 on white background.



Black color preview on #D4B926 background

This text has black color on #D4B926 background.


White color preview on #D4B926 background

This text has white color on #D4B926 background.