COLOR #D1B536

HEX: #D1B536
RGB: (209,181,54)

Color info

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

RGB color model

#D1B536 color RGB value is (209,181,54).

  • red value is 209;
  • green value is 181;
  • blue value is 54.
RGB:
(209,181,54)
(82%,71%,21%)

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 54 of 255 = 21%

209
181
54

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

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 54 = 444 (100%)
R 209 of 444 ~ 47.07%
G 181 of 444 ~ 40.77%
B 54 of 444 ~ 12.16%

%47.07
%40.77
%12.16

CMYK color model

#D1B536 color CMYK value is (0,13,74,18).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 74.16%
  • key color value is 18.04%
CMYK:
(0,13,74,18)
C0M13Y74K18 
(0%,13%,74%,18%)
(0.00/0.13/0.74/0.18)	

CMYK percentages

%0
%13.4
%74.16
%18.04

Codes

Color #D1B536 in popluar color models

D1B536
RGB20918154
HSL49°62.75%51.57%
HSB/HSV49°74.16%81.96%
CMYK0.00%13.40%74.16%
18.04%

Color #D1B536 in popluar number systems.

HEXD1B536
Decimal20918154
Binary1101000110110101110110
Octal32126566

Shades and tints

Shades of #D1B536

#D1B536
(209,181,54)
#BEA532
(190,165,50)
#AB952E
(171,149,46)
#98852A
(152,133,42)
#857526
(133,117,38)
#726522
(114,101,34)
#5F551E
(95,85,30)
#4C451A
(76,69,26)
#393516
(57,53,22)
#262512
(38,37,18)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #D1B536

#D1B536
(209,181,54)
#D5BB48
(213,187,72)
#D9C15A
(217,193,90)
#DDC76C
(221,199,108)
#E1CD7E
(225,205,126)
#E5D390
(229,211,144)
#E9D9A2
(233,217,162)
#EDDFB4
(237,223,180)
#F1E5C6
(241,229,198)
#F5EBD8
(245,235,216)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B536 color. Also use rgb(209,181,54) instead hex code.

Text Font Color

.myTextColor { color: #D1B536; }

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

This text font color is #D1B536.


Background Color

.myBgColor { background-color: #D1B536; }

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

This div background color is #D1B536.


Border color

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

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

This div border color is #D1B536.


Opacity

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

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

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

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

This text has shadow with #D1B536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B536 on black background.


Color preview on white background

This text has color #D1B536 on white background.



Black color preview on #D1B536 background

This text has black color on #D1B536 background.


White color preview on #D1B536 background

This text has white color on #D1B536 background.