COLOR #D4B091

HEX: #D4B091
RGB: (212,176,145)

Color info

#D4B091 contains mainly red and green colors. Web safe color of #D4B091 is #CC9999 (or #C99).

RGB color model

#D4B091 color RGB value is (212,176,145).

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

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 145 of 255 = 57%

212
176
145

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

Portions of RGB colors in percentages

R + G + B =
212 + 176 + 145 = 533 (100%)
R 212 of 533 ~ 39.77%
G 176 of 533 ~ 33.02%
B 145 of 533 ~ 27.2%

%39.77
%33.02
%27.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 31.60%
  • key color value is 16.86%
CMYK:
(0,17,32,17)
C0M17Y32K17 
(0%,17%,32%,17%)
(0.00/0.17/0.32/0.17)	

CMYK percentages

%0
%16.98
%31.6
%16.86

Codes

Color #D4B091 in popluar color models

D4B091
RGB212176145
HSL28°43.79%70.00%
HSB/HSV28°31.60%83.14%
CMYK0.00%16.98%31.60%
16.86%

Color #D4B091 in popluar number systems.

HEXD4B091
Decimal212176145
Binary110101001011000010010001
Octal324260221

Shades and tints

Shades of #D4B091

#D4B091
(212,176,145)
#C1A084
(193,160,132)
#AE9077
(174,144,119)
#9B806A
(155,128,106)
#88705D
(136,112,93)
#756050
(117,96,80)
#625043
(98,80,67)
#4F4036
(79,64,54)
#3C3029
(60,48,41)
#29201C
(41,32,28)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #D4B091

#D4B091
(212,176,145)
#D7B79B
(215,183,155)
#DABEA5
(218,190,165)
#DDC5AF
(221,197,175)
#E0CCB9
(224,204,185)
#E3D3C3
(227,211,195)
#E6DACD
(230,218,205)
#E9E1D7
(233,225,215)
#ECE8E1
(236,232,225)
#EFEFEB
(239,239,235)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B091; }

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

This text font color is #D4B091.


Background Color

.myBgColor { background-color: #D4B091; }

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

This div background color is #D4B091.


Border color

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

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

This div border color is #D4B091.


Opacity

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

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

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

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

This text has shadow with #D4B091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B091 on black background.


Color preview on white background

This text has color #D4B091 on white background.



Black color preview on #D4B091 background

This text has black color on #D4B091 background.


White color preview on #D4B091 background

This text has white color on #D4B091 background.