COLOR #D9B378

HEX: #D9B378
RGB: (217,179,120)

Color info

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

RGB color model

#D9B378 color RGB value is (217,179,120).

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

RGB channels and saturation

R 217 of 255 = 85%
G 179 of 255 = 70%
B 120 of 255 = 47%

217
179
120

R + G + B ~ 67%. #D9B378 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 179 + 120 = 516 (100%)
R 217 of 516 ~ 42.05%
G 179 of 516 ~ 34.69%
B 120 of 516 ~ 23.26%

%42.05
%34.69
%23.26

CMYK color model

#D9B378 color CMYK value is (0,18,45,15).

  • cyan value is 0.00%
  • magenta value is 17.51%
  • yellow value is 44.70%
  • key color value is 14.90%
CMYK:
(0,18,45,15)
C0M18Y45K15 
(0%,18%,45%,15%)
(0.00/0.18/0.45/0.15)	

CMYK percentages

%0
%17.51
%44.7
%14.9

Codes

Color #D9B378 in popluar color models

D9B378
RGB217179120
HSL36°56.07%66.08%
HSB/HSV36°44.70%85.10%
CMYK0.00%17.51%44.70%
14.90%

Color #D9B378 in popluar number systems.

HEXD9B378
Decimal217179120
Binary11011001101100111111000
Octal331263170

Shades and tints

Shades of #D9B378

#D9B378
(217,179,120)
#C6A36E
(198,163,110)
#B39364
(179,147,100)
#A0835A
(160,131,90)
#8D7350
(141,115,80)
#7A6346
(122,99,70)
#67533C
(103,83,60)
#544332
(84,67,50)
#413328
(65,51,40)
#2E231E
(46,35,30)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #D9B378

#D9B378
(217,179,120)
#DCB984
(220,185,132)
#DFBF90
(223,191,144)
#E2C59C
(226,197,156)
#E5CBA8
(229,203,168)
#E8D1B4
(232,209,180)
#EBD7C0
(235,215,192)
#EEDDCC
(238,221,204)
#F1E3D8
(241,227,216)
#F4E9E4
(244,233,228)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B378; }

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

This text font color is #D9B378.


Background Color

.myBgColor { background-color: #D9B378; }

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

This div background color is #D9B378.


Border color

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

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

This div border color is #D9B378.


Opacity

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

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

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

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

This text has shadow with #D9B378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B378 on black background.


Color preview on white background

This text has color #D9B378 on white background.



Black color preview on #D9B378 background

This text has black color on #D9B378 background.


White color preview on #D9B378 background

This text has white color on #D9B378 background.