COLOR #D7BD32

HEX: #D7BD32
RGB: (215,189,50)

Color info

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

RGB color model

#D7BD32 color RGB value is (215,189,50).

  • red value is 215;
  • green value is 189;
  • blue value is 50.
RGB:
(215,189,50)
(84%,74%,20%)

RGB channels and saturation

R 215 of 255 = 84%
G 189 of 255 = 74%
B 50 of 255 = 20%

215
189
50

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

Portions of RGB colors in percentages

R + G + B =
215 + 189 + 50 = 454 (100%)
R 215 of 454 ~ 47.36%
G 189 of 454 ~ 41.63%
B 50 of 454 ~ 11.01%

%47.36
%41.63
%11.01

CMYK color model

#D7BD32 color CMYK value is (0,12,77,16).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 76.74%
  • key color value is 15.69%
CMYK:
(0,12,77,16)
C0M12Y77K16 
(0%,12%,77%,16%)
(0.00/0.12/0.77/0.16)	

CMYK percentages

%0
%12.09
%76.74
%15.69

Codes

Color #D7BD32 in popluar color models

D7BD32
RGB21518950
HSL51°67.35%51.96%
HSB/HSV51°76.74%84.31%
CMYK0.00%12.09%76.74%
15.69%

Color #D7BD32 in popluar number systems.

HEXD7BD32
Decimal21518950
Binary1101011110111101110010
Octal32727562

Shades and tints

Shades of #D7BD32

#D7BD32
(215,189,50)
#C4AC2E
(196,172,46)
#B19B2A
(177,155,42)
#9E8A26
(158,138,38)
#8B7922
(139,121,34)
#78681E
(120,104,30)
#65571A
(101,87,26)
#524616
(82,70,22)
#3F3512
(63,53,18)
#2C240E
(44,36,14)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #D7BD32

#D7BD32
(215,189,50)
#DAC344
(218,195,68)
#DDC956
(221,201,86)
#E0CF68
(224,207,104)
#E3D57A
(227,213,122)
#E6DB8C
(230,219,140)
#E9E19E
(233,225,158)
#ECE7B0
(236,231,176)
#EFEDC2
(239,237,194)
#F2F3D4
(242,243,212)
#F5F9E6
(245,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BD32 color. Also use rgb(215,189,50) instead hex code.

Text Font Color

.myTextColor { color: #D7BD32; }

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

This text font color is #D7BD32.


Background Color

.myBgColor { background-color: #D7BD32; }

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

This div background color is #D7BD32.


Border color

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

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

This div border color is #D7BD32.


Opacity

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

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

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

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

This text has shadow with #D7BD32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BD32 on black background.


Color preview on white background

This text has color #D7BD32 on white background.



Black color preview on #D7BD32 background

This text has black color on #D7BD32 background.


White color preview on #D7BD32 background

This text has white color on #D7BD32 background.