COLOR #D9B06A

HEX: #D9B06A
RGB: (217,176,106)

Color info

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

RGB color model

#D9B06A color RGB value is (217,176,106).

  • red value is 217;
  • green value is 176;
  • blue value is 106.
RGB:
(217,176,106)
(85%,69%,42%)

RGB channels and saturation

R 217 of 255 = 85%
G 176 of 255 = 69%
B 106 of 255 = 42%

217
176
106

R + G + B ~ 65%. #D9B06A is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 176 + 106 = 499 (100%)
R 217 of 499 ~ 43.49%
G 176 of 499 ~ 35.27%
B 106 of 499 ~ 21.24%

%43.49
%35.27
%21.24

CMYK color model

#D9B06A color CMYK value is (0,19,51,15).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 51.15%
  • key color value is 14.90%
CMYK:
(0,19,51,15)
C0M19Y51K15 
(0%,19%,51%,15%)
(0.00/0.19/0.51/0.15)	

CMYK percentages

%0
%18.89
%51.15
%14.9

Codes

Color #D9B06A in popluar color models

D9B06A
RGB217176106
HSL38°59.36%63.33%
HSB/HSV38°51.15%85.10%
CMYK0.00%18.89%51.15%
14.90%

Color #D9B06A in popluar number systems.

HEXD9B06A
Decimal217176106
Binary11011001101100001101010
Octal331260152

Shades and tints

Shades of #D9B06A

#D9B06A
(217,176,106)
#C6A061
(198,160,97)
#B39058
(179,144,88)
#A0804F
(160,128,79)
#8D7046
(141,112,70)
#7A603D
(122,96,61)
#675034
(103,80,52)
#54402B
(84,64,43)
#413022
(65,48,34)
#2E2019
(46,32,25)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #D9B06A

#D9B06A
(217,176,106)
#DCB777
(220,183,119)
#DFBE84
(223,190,132)
#E2C591
(226,197,145)
#E5CC9E
(229,204,158)
#E8D3AB
(232,211,171)
#EBDAB8
(235,218,184)
#EEE1C5
(238,225,197)
#F1E8D2
(241,232,210)
#F4EFDF
(244,239,223)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B06A color. Also use rgb(217,176,106) instead hex code.

Text Font Color

.myTextColor { color: #D9B06A; }

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

This text font color is #D9B06A.


Background Color

.myBgColor { background-color: #D9B06A; }

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

This div background color is #D9B06A.


Border color

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

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

This div border color is #D9B06A.


Opacity

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

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

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

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

This text has shadow with #D9B06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B06A on black background.


Color preview on white background

This text has color #D9B06A on white background.



Black color preview on #D9B06A background

This text has black color on #D9B06A background.


White color preview on #D9B06A background

This text has white color on #D9B06A background.