COLOR #D4B699

HEX: #D4B699
RGB: (212,182,153)

Color info

#D4B699 contains red, green and blue colors in about the same proportion. Web safe color of #D4B699 is #CCCC99 (or #CC9).

RGB color model

#D4B699 color RGB value is (212,182,153).

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

RGB channels and saturation

R 212 of 255 = 83%
G 182 of 255 = 71%
B 153 of 255 = 60%

212
182
153

R + G + B ~ 71%. #D4B699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 182 + 153 = 547 (100%)
R 212 of 547 ~ 38.76%
G 182 of 547 ~ 33.27%
B 153 of 547 ~ 27.97%

%38.76
%33.27
%27.97

CMYK color model

#D4B699 color CMYK value is (0,14,28,17).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 27.83%
  • key color value is 16.86%
CMYK:
(0,14,28,17)
C0M14Y28K17 
(0%,14%,28%,17%)
(0.00/0.14/0.28/0.17)	

CMYK percentages

%0
%14.15
%27.83
%16.86

Codes

Color #D4B699 in popluar color models

D4B699
RGB212182153
HSL29°40.69%71.57%
HSB/HSV29°27.83%83.14%
CMYK0.00%14.15%27.83%
16.86%

Color #D4B699 in popluar number systems.

HEXD4B699
Decimal212182153
Binary110101001011011010011001
Octal324266231

Shades and tints

Shades of #D4B699

#D4B699
(212,182,153)
#C1A68C
(193,166,140)
#AE967F
(174,150,127)
#9B8672
(155,134,114)
#887665
(136,118,101)
#756658
(117,102,88)
#62564B
(98,86,75)
#4F463E
(79,70,62)
#3C3631
(60,54,49)
#292624
(41,38,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4B699

#D4B699
(212,182,153)
#D7BCA2
(215,188,162)
#DAC2AB
(218,194,171)
#DDC8B4
(221,200,180)
#E0CEBD
(224,206,189)
#E3D4C6
(227,212,198)
#E6DACF
(230,218,207)
#E9E0D8
(233,224,216)
#ECE6E1
(236,230,225)
#EFECEA
(239,236,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B699; }

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

This text font color is #D4B699.


Background Color

.myBgColor { background-color: #D4B699; }

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

This div background color is #D4B699.


Border color

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

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

This div border color is #D4B699.


Opacity

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

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

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

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

This text has shadow with #D4B699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B699 on black background.


Color preview on white background

This text has color #D4B699 on white background.



Black color preview on #D4B699 background

This text has black color on #D4B699 background.


White color preview on #D4B699 background

This text has white color on #D4B699 background.