COLOR #D1B02A

HEX: #D1B02A RGB: (209,176,42)

Color info

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

RGB color model

#D1B02A color RGB value is (209,176,42).

RGB: (209,176,42) (82%, 69%, 16%)

RGB channels and saturation

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

209
176
42

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

Portions of RGB colors in percentages

R + G + B = 209 + 176 + 42 = 427 (100%)
R 209 of 427 ~ 48.95%
G 176 of 427 ~ 41.22%
B 42 of 427 ~ 9.84'%

%48.95
%41.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 79.90%
  • 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
%79.9
%18.04

Codes

Color #D1B02A in popluar color models

D1 B0 2A
RGB 209 176 42
HSL 48° 66.53% 49.22%
HSB/HSV 48° 79.90% 81.96%
CMYK 0.00% 15.79% 79.90%
18.04%

Color #D1B02A in popluar number systems.

HEX D1 B0 2A
Decimal 209 176 42
Binary 11010001 10110000 101010
Octal 321 260 52

Shades and tints

Shades of #D1B02A

#D1B02A
(209,176,42)
#BEA027
(190,160,39)
#AB9024
(171,144,36)
#988021
(152,128,33)
#85701E
(133,112,30)
#72601B
(114,96,27)
#5F5018
(95,80,24)
#4C4015
(76,64,21)
#393012
(57,48,18)
#26200F
(38,32,15)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #D1B02A

#D1B02A
(209,176,42)
#D5B73D
(213,183,61)
#D9BE50
(217,190,80)
#DDC563
(221,197,99)
#E1CC76
(225,204,118)
#E5D389
(229,211,137)
#E9DA9C
(233,218,156)
#EDE1AF
(237,225,175)
#F1E8C2
(241,232,194)
#F5EFD5
(245,239,213)
#F9F6E8
(249,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B02A; }

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

This text font color is #D1B02A.

Background Color

.myBgColor { background-color: #D1B02A; }

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

This div background color is #D1B02A.

Border color

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

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

This div border color is #D1B02A.

Opacity

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

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

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

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

This text has shadow with #D1B02A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B02A.

Preview

Color preview on black background

This text has color #D1B02A on black background.


Color preview on white background

This text has color #D1B02A on white background.


Black color preview on #D1B02A background

This text has black color on #D1B02A background.


White color preview on #D1B02A background

This text has white color on #D1B02A background.


Related colors

Complementary color

Complementary color for #hex is #2E4FD5.


I love getcolorcode.com

Triadic colors

1 #2AD1B0 and #B02AD1 with #D1B02A are triadic colors.

2 #2AB0D1 and #B0D12A with #D1B02A are triadic colors.