COLOR #D1B029

HEX: #D1B029
RGB: (209,176,41)

Color info

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

RGB color model

#D1B029 color RGB value is (209,176,41).

  • red value is 209;
  • green value is 176;
  • blue value is 41.
RGB:
(209,176,41)
(82%,69%,16%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 41 of 255 = 16%

209
176
41

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

Portions of RGB colors in percentages

R + G + B =
209 + 176 + 41 = 426 (100%)
R 209 of 426 ~ 49.06%
G 176 of 426 ~ 41.31%
B 41 of 426 ~ 9.62%

%49.06
%41.31
%9.62

CMYK color model

#D1B029 color CMYK value is (0,16,80,18).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 80.38%
  • key color value is 18.04%
CMYK:
(0,16,80,18)
C0M16Y80K18 
(0%,16%,80%,18%)
(0.00/0.16/0.80/0.18)	

CMYK percentages

%0
%15.79
%80.38
%18.04

Codes

Color #D1B029 in popluar color models

D1B029
RGB20917641
HSL48°67.20%49.02%
HSB/HSV48°80.38%81.96%
CMYK0.00%15.79%80.38%
18.04%

Color #D1B029 in popluar number systems.

HEXD1B029
Decimal20917641
Binary1101000110110000101001
Octal32126051

Shades and tints

Shades of #D1B029

#D1B029
(209,176,41)
#BEA026
(190,160,38)
#AB9023
(171,144,35)
#988020
(152,128,32)
#85701D
(133,112,29)
#72601A
(114,96,26)
#5F5017
(95,80,23)
#4C4014
(76,64,20)
#393011
(57,48,17)
#26200E
(38,32,14)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #D1B029

#D1B029
(209,176,41)
#D5B73C
(213,183,60)
#D9BE4F
(217,190,79)
#DDC562
(221,197,98)
#E1CC75
(225,204,117)
#E5D388
(229,211,136)
#E9DA9B
(233,218,155)
#EDE1AE
(237,225,174)
#F1E8C1
(241,232,193)
#F5EFD4
(245,239,212)
#F9F6E7
(249,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B029 color. Also use rgb(209,176,41) instead hex code.

Text Font Color

.myTextColor { color: #D1B029; }

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

This text font color is #D1B029.


Background Color

.myBgColor { background-color: #D1B029; }

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

This div background color is #D1B029.


Border color

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

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

This div border color is #D1B029.


Opacity

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

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

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

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

This text has shadow with #D1B029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B029 on black background.


Color preview on white background

This text has color #D1B029 on white background.



Black color preview on #D1B029 background

This text has black color on #D1B029 background.


White color preview on #D1B029 background

This text has white color on #D1B029 background.