COLOR #D9B380

HEX: #D9B380
RGB: (217,179,128)

Color info

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

RGB color model

#D9B380 color RGB value is (217,179,128).

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

RGB channels and saturation

R 217 of 255 = 85%
G 179 of 255 = 70%
B 128 of 255 = 50%

217
179
128

R + G + B ~ 68%. #D9B380 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 179 + 128 = 524 (100%)
R 217 of 524 ~ 41.41%
G 179 of 524 ~ 34.16%
B 128 of 524 ~ 24.43%

%41.41
%34.16
%24.43

CMYK color model

#D9B380 color CMYK value is (0,18,41,15).

  • cyan value is 0.00%
  • magenta value is 17.51%
  • yellow value is 41.01%
  • key color value is 14.90%
CMYK:
(0,18,41,15)
C0M18Y41K15 
(0%,18%,41%,15%)
(0.00/0.18/0.41/0.15)	

CMYK percentages

%0
%17.51
%41.01
%14.9

Codes

Color #D9B380 in popluar color models

D9B380
RGB217179128
HSL34°53.94%67.65%
HSB/HSV34°41.01%85.10%
CMYK0.00%17.51%41.01%
14.90%

Color #D9B380 in popluar number systems.

HEXD9B380
Decimal217179128
Binary110110011011001110000000
Octal331263200

Shades and tints

Shades of #D9B380

#D9B380
(217,179,128)
#C6A375
(198,163,117)
#B3936A
(179,147,106)
#A0835F
(160,131,95)
#8D7354
(141,115,84)
#7A6349
(122,99,73)
#67533E
(103,83,62)
#544333
(84,67,51)
#413328
(65,51,40)
#2E231D
(46,35,29)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #D9B380

#D9B380
(217,179,128)
#DCB98B
(220,185,139)
#DFBF96
(223,191,150)
#E2C5A1
(226,197,161)
#E5CBAC
(229,203,172)
#E8D1B7
(232,209,183)
#EBD7C2
(235,215,194)
#EEDDCD
(238,221,205)
#F1E3D8
(241,227,216)
#F4E9E3
(244,233,227)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B380; }

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

This text font color is #D9B380.


Background Color

.myBgColor { background-color: #D9B380; }

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

This div background color is #D9B380.


Border color

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

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

This div border color is #D9B380.


Opacity

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

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

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

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

This text has shadow with #D9B380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B380 on black background.


Color preview on white background

This text has color #D9B380 on white background.



Black color preview on #D9B380 background

This text has black color on #D9B380 background.


White color preview on #D9B380 background

This text has white color on #D9B380 background.