COLOR #D1B465

HEX: #D1B465
RGB: (209,180,101)

Color info

#D1B465 contains mainly red and green colors. Web safe color of #D1B465 is #CCCC66 (or #CC6).

RGB color model

#D1B465 color RGB value is (209,180,101).

  • red value is 209;
  • green value is 180;
  • blue value is 101.
RGB:
(209,180,101)
(82%,71%,40%)

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 101 of 255 = 40%

209
180
101

R + G + B ~ 64%. #D1B465 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 101 = 490 (100%)
R 209 of 490 ~ 42.65%
G 180 of 490 ~ 36.73%
B 101 of 490 ~ 20.61%

%42.65
%36.73
%20.61

CMYK color model

#D1B465 color CMYK value is (0,14,52,18).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 51.67%
  • key color value is 18.04%
CMYK:
(0,14,52,18)
C0M14Y52K18 
(0%,14%,52%,18%)
(0.00/0.14/0.52/0.18)	

CMYK percentages

%0
%13.88
%51.67
%18.04

Codes

Color #D1B465 in popluar color models

D1B465
RGB209180101
HSL44°54.00%60.78%
HSB/HSV44°51.67%81.96%
CMYK0.00%13.88%51.67%
18.04%

Color #D1B465 in popluar number systems.

HEXD1B465
Decimal209180101
Binary11010001101101001100101
Octal321264145

Shades and tints

Shades of #D1B465

#D1B465
(209,180,101)
#BEA45C
(190,164,92)
#AB9453
(171,148,83)
#98844A
(152,132,74)
#857441
(133,116,65)
#726438
(114,100,56)
#5F542F
(95,84,47)
#4C4426
(76,68,38)
#39341D
(57,52,29)
#262414
(38,36,20)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #D1B465

#D1B465
(209,180,101)
#D5BA73
(213,186,115)
#D9C081
(217,192,129)
#DDC68F
(221,198,143)
#E1CC9D
(225,204,157)
#E5D2AB
(229,210,171)
#E9D8B9
(233,216,185)
#EDDEC7
(237,222,199)
#F1E4D5
(241,228,213)
#F5EAE3
(245,234,227)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B465 color. Also use rgb(209,180,101) instead hex code.

Text Font Color

.myTextColor { color: #D1B465; }

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

This text font color is #D1B465.


Background Color

.myBgColor { background-color: #D1B465; }

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

This div background color is #D1B465.


Border color

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

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

This div border color is #D1B465.


Opacity

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

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

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

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

This text has shadow with #D1B465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B465 on black background.


Color preview on white background

This text has color #D1B465 on white background.



Black color preview on #D1B465 background

This text has black color on #D1B465 background.


White color preview on #D1B465 background

This text has white color on #D1B465 background.