COLOR #D9B351

HEX: #D9B351
RGB: (217,179,81)

Color info

#D9B351 contains mainly red and green colors. Web safe color of #D9B351 is #CC9966 (or #C96).

RGB color model

#D9B351 color RGB value is (217,179,81).

  • red value is 217;
  • green value is 179;
  • blue value is 81.
RGB:
(217,179,81)
(85%,70%,32%)

RGB channels and saturation

R 217 of 255 = 85%
G 179 of 255 = 70%
B 81 of 255 = 32%

217
179
81

R + G + B ~ 62%. #D9B351 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 179 + 81 = 477 (100%)
R 217 of 477 ~ 45.49%
G 179 of 477 ~ 37.53%
B 81 of 477 ~ 16.98%

%45.49
%37.53
%16.98

CMYK color model

#D9B351 color CMYK value is (0,18,63,15).

  • cyan value is 0.00%
  • magenta value is 17.51%
  • yellow value is 62.67%
  • key color value is 14.90%
CMYK:
(0,18,63,15)
C0M18Y63K15 
(0%,18%,63%,15%)
(0.00/0.18/0.63/0.15)	

CMYK percentages

%0
%17.51
%62.67
%14.9

Codes

Color #D9B351 in popluar color models

D9B351
RGB21717981
HSL43°64.15%58.43%
HSB/HSV43°62.67%85.10%
CMYK0.00%17.51%62.67%
14.90%

Color #D9B351 in popluar number systems.

HEXD9B351
Decimal21717981
Binary11011001101100111010001
Octal331263121

Shades and tints

Shades of #D9B351

#D9B351
(217,179,81)
#C6A34A
(198,163,74)
#B39343
(179,147,67)
#A0833C
(160,131,60)
#8D7335
(141,115,53)
#7A632E
(122,99,46)
#675327
(103,83,39)
#544320
(84,67,32)
#413319
(65,51,25)
#2E2312
(46,35,18)
#1B130B
(27,19,11)
#000000
(0,0,0)

Tints of #D9B351

#D9B351
(217,179,81)
#DCB960
(220,185,96)
#DFBF6F
(223,191,111)
#E2C57E
(226,197,126)
#E5CB8D
(229,203,141)
#E8D19C
(232,209,156)
#EBD7AB
(235,215,171)
#EEDDBA
(238,221,186)
#F1E3C9
(241,227,201)
#F4E9D8
(244,233,216)
#F7EFE7
(247,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B351 color. Also use rgb(217,179,81) instead hex code.

Text Font Color

.myTextColor { color: #D9B351; }

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

This text font color is #D9B351.


Background Color

.myBgColor { background-color: #D9B351; }

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

This div background color is #D9B351.


Border color

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

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

This div border color is #D9B351.


Opacity

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

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

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

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

This text has shadow with #D9B351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B351 on black background.


Color preview on white background

This text has color #D9B351 on white background.



Black color preview on #D9B351 background

This text has black color on #D9B351 background.


White color preview on #D9B351 background

This text has white color on #D9B351 background.