COLOR #D9B492

HEX: #D9B492
RGB: (217,180,146)

Color info

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

RGB color model

#D9B492 color RGB value is (217,180,146).

  • red value is 217;
  • green value is 180;
  • blue value is 146.
RGB:
(217,180,146)
(85%,71%,57%)

RGB channels and saturation

R 217 of 255 = 85%
G 180 of 255 = 71%
B 146 of 255 = 57%

217
180
146

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

Portions of RGB colors in percentages

R + G + B =
217 + 180 + 146 = 543 (100%)
R 217 of 543 ~ 39.96%
G 180 of 543 ~ 33.15%
B 146 of 543 ~ 26.89%

%39.96
%33.15
%26.89

CMYK color model

#D9B492 color CMYK value is (0,17,33,15).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 32.72%
  • key color value is 14.90%
CMYK:
(0,17,33,15)
C0M17Y33K15 
(0%,17%,33%,15%)
(0.00/0.17/0.33/0.15)	

CMYK percentages

%0
%17.05
%32.72
%14.9

Codes

Color #D9B492 in popluar color models

D9B492
RGB217180146
HSL29°48.30%71.18%
HSB/HSV29°32.72%85.10%
CMYK0.00%17.05%32.72%
14.90%

Color #D9B492 in popluar number systems.

HEXD9B492
Decimal217180146
Binary110110011011010010010010
Octal331264222

Shades and tints

Shades of #D9B492

#D9B492
(217,180,146)
#C6A485
(198,164,133)
#B39478
(179,148,120)
#A0846B
(160,132,107)
#8D745E
(141,116,94)
#7A6451
(122,100,81)
#675444
(103,84,68)
#544437
(84,68,55)
#41342A
(65,52,42)
#2E241D
(46,36,29)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #D9B492

#D9B492
(217,180,146)
#DCBA9B
(220,186,155)
#DFC0A4
(223,192,164)
#E2C6AD
(226,198,173)
#E5CCB6
(229,204,182)
#E8D2BF
(232,210,191)
#EBD8C8
(235,216,200)
#EEDED1
(238,222,209)
#F1E4DA
(241,228,218)
#F4EAE3
(244,234,227)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B492 color. Also use rgb(217,180,146) instead hex code.

Text Font Color

.myTextColor { color: #D9B492; }

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

This text font color is #D9B492.


Background Color

.myBgColor { background-color: #D9B492; }

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

This div background color is #D9B492.


Border color

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

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

This div border color is #D9B492.


Opacity

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

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

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

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

This text has shadow with #D9B492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B492 on black background.


Color preview on white background

This text has color #D9B492 on white background.



Black color preview on #D9B492 background

This text has black color on #D9B492 background.


White color preview on #D9B492 background

This text has white color on #D9B492 background.