COLOR #D1B768

HEX: #D1B768
RGB: (209,183,104)

Color info

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

RGB color model

#D1B768 color RGB value is (209,183,104).

  • red value is 209;
  • green value is 183;
  • blue value is 104.
RGB:
(209,183,104)
(82%,72%,41%)

RGB channels and saturation

R 209 of 255 = 82%
G 183 of 255 = 72%
B 104 of 255 = 41%

209
183
104

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

Portions of RGB colors in percentages

R + G + B =
209 + 183 + 104 = 496 (100%)
R 209 of 496 ~ 42.14%
G 183 of 496 ~ 36.9%
B 104 of 496 ~ 20.97%

%42.14
%36.9
%20.97

CMYK color model

#D1B768 color CMYK value is (0,12,50,18).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 50.24%
  • key color value is 18.04%
CMYK:
(0,12,50,18)
C0M12Y50K18 
(0%,12%,50%,18%)
(0.00/0.12/0.50/0.18)	

CMYK percentages

%0
%12.44
%50.24
%18.04

Codes

Color #D1B768 in popluar color models

D1B768
RGB209183104
HSL45°53.30%61.37%
HSB/HSV45°50.24%81.96%
CMYK0.00%12.44%50.24%
18.04%

Color #D1B768 in popluar number systems.

HEXD1B768
Decimal209183104
Binary11010001101101111101000
Octal321267150

Shades and tints

Shades of #D1B768

#D1B768
(209,183,104)
#BEA75F
(190,167,95)
#AB9756
(171,151,86)
#98874D
(152,135,77)
#857744
(133,119,68)
#72673B
(114,103,59)
#5F5732
(95,87,50)
#4C4729
(76,71,41)
#393720
(57,55,32)
#262717
(38,39,23)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #D1B768

#D1B768
(209,183,104)
#D5BD75
(213,189,117)
#D9C382
(217,195,130)
#DDC98F
(221,201,143)
#E1CF9C
(225,207,156)
#E5D5A9
(229,213,169)
#E9DBB6
(233,219,182)
#EDE1C3
(237,225,195)
#F1E7D0
(241,231,208)
#F5EDDD
(245,237,221)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B768 color. Also use rgb(209,183,104) instead hex code.

Text Font Color

.myTextColor { color: #D1B768; }

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

This text font color is #D1B768.


Background Color

.myBgColor { background-color: #D1B768; }

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

This div background color is #D1B768.


Border color

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

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

This div border color is #D1B768.


Opacity

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

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

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

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

This text has shadow with #D1B768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B768 on black background.


Color preview on white background

This text has color #D1B768 on white background.



Black color preview on #D1B768 background

This text has black color on #D1B768 background.


White color preview on #D1B768 background

This text has white color on #D1B768 background.