COLOR #D4B691

HEX: #D4B691
RGB: (212,182,145)

Color info

#D4B691 contains mainly red and green colors. Web safe color of #D4B691 is #CCCC99 (or #CC9).

RGB color model

#D4B691 color RGB value is (212,182,145).

  • red value is 212;
  • green value is 182;
  • blue value is 145.
RGB:
(212,182,145)
(83%,71%,57%)

RGB channels and saturation

R 212 of 255 = 83%
G 182 of 255 = 71%
B 145 of 255 = 57%

212
182
145

R + G + B ~ 70%. #D4B691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 182 + 145 = 539 (100%)
R 212 of 539 ~ 39.33%
G 182 of 539 ~ 33.77%
B 145 of 539 ~ 26.9%

%39.33
%33.77
%26.9

CMYK color model

#D4B691 color CMYK value is (0,14,32,17).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 31.60%
  • key color value is 16.86%
CMYK:
(0,14,32,17)
C0M14Y32K17 
(0%,14%,32%,17%)
(0.00/0.14/0.32/0.17)	

CMYK percentages

%0
%14.15
%31.6
%16.86

Codes

Color #D4B691 in popluar color models

D4B691
RGB212182145
HSL33°43.79%70.00%
HSB/HSV33°31.60%83.14%
CMYK0.00%14.15%31.60%
16.86%

Color #D4B691 in popluar number systems.

HEXD4B691
Decimal212182145
Binary110101001011011010010001
Octal324266221

Shades and tints

Shades of #D4B691

#D4B691
(212,182,145)
#C1A684
(193,166,132)
#AE9677
(174,150,119)
#9B866A
(155,134,106)
#88765D
(136,118,93)
#756650
(117,102,80)
#625643
(98,86,67)
#4F4636
(79,70,54)
#3C3629
(60,54,41)
#29261C
(41,38,28)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #D4B691

#D4B691
(212,182,145)
#D7BC9B
(215,188,155)
#DAC2A5
(218,194,165)
#DDC8AF
(221,200,175)
#E0CEB9
(224,206,185)
#E3D4C3
(227,212,195)
#E6DACD
(230,218,205)
#E9E0D7
(233,224,215)
#ECE6E1
(236,230,225)
#EFECEB
(239,236,235)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B691 color. Also use rgb(212,182,145) instead hex code.

Text Font Color

.myTextColor { color: #D4B691; }

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

This text font color is #D4B691.


Background Color

.myBgColor { background-color: #D4B691; }

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

This div background color is #D4B691.


Border color

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

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

This div border color is #D4B691.


Opacity

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

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

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

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

This text has shadow with #D4B691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B691 on black background.


Color preview on white background

This text has color #D4B691 on white background.



Black color preview on #D4B691 background

This text has black color on #D4B691 background.


White color preview on #D4B691 background

This text has white color on #D4B691 background.