COLOR #D9B73B

HEX: #D9B73B RGB: (217,183,59)

Color info

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

RGB color model

#D9B73B color RGB value is (217,183,59).

RGB: (217,183,59) (85%, 72%, 23%)

RGB channels and saturation

R 217 of 255 = 85%
G 183 of 255 = 72%
B 59 of 255 = 23%

217
183
59

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

Portions of RGB colors in percentages

R + G + B = 217 + 183 + 59 = 459 (100%)
R 217 of 459 ~ 47.28%
G 183 of 459 ~ 39.87%
B 59 of 459 ~ 12.85'%

%47.28
%39.87
%12.85

CMYK color model

#D9B73B color CMYK value is (0,16,73,15).

  • cyan value is 0.00%
  • magenta value is 15.67%
  • yellow value is 72.81%
  • key color value is 14.90%

CMYK: (0,16,73,15)
C0M16Y73K15 (0%, 16%, 73%, 15%)
(0.00 / 0.16 / 0.73 / 0.15)

CMYK percentages

%0
%15.67
%72.81
%14.9

Codes

Color #D9B73B in popluar color models

D9 B7 3B
RGB 217 183 59
HSL 47° 67.52% 54.12%
HSB/HSV 47° 72.81% 85.10%
CMYK 0.00% 15.67% 72.81%
14.90%

Color #D9B73B in popluar number systems.

HEX D9 B7 3B
Decimal 217 183 59
Binary 11011001 10110111 111011
Octal 331 267 73

Shades and tints

Shades of #D9B73B

#D9B73B
(217,183,59)
#C6A736
(198,167,54)
#B39731
(179,151,49)
#A0872C
(160,135,44)
#8D7727
(141,119,39)
#7A6722
(122,103,34)
#67571D
(103,87,29)
#544718
(84,71,24)
#413713
(65,55,19)
#2E270E
(46,39,14)
#1B1709
(27,23,9)
#000000
(0,0,0)

Tints of #D9B73B

#D9B73B
(217,183,59)
#DCBD4C
(220,189,76)
#DFC35D
(223,195,93)
#E2C96E
(226,201,110)
#E5CF7F
(229,207,127)
#E8D590
(232,213,144)
#EBDBA1
(235,219,161)
#EEE1B2
(238,225,178)
#F1E7C3
(241,231,195)
#F4EDD4
(244,237,212)
#F7F3E5
(247,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B73B color. Also use rgb(217,183,59) instead hex code.

Text Font Color

.myTextColor { color: #D9B73B; }

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

This text font color is #D9B73B.

Background Color

.myBgColor { background-color: #D9B73B; }

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

This div background color is #D9B73B.

Border color

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

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

This div border color is #D9B73B.

Opacity

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

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

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

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

This text has shadow with #D9B73B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B73B.

Preview

Color preview on black background

This text has color #D9B73B on black background.


Color preview on white background

This text has color #D9B73B on white background.


Black color preview on #D9B73B background

This text has black color on #D9B73B background.


White color preview on #D9B73B background

This text has white color on #D9B73B background.


Related colors

Complementary color

Complementary color for #hex is #2648C4.


I love getcolorcode.com

Triadic colors

1 #3BD9B7 and #B73BD9 with #D9B73B are triadic colors.

2 #3BB7D9 and #B7D93B with #D9B73B are triadic colors.