COLOR #D9B481

HEX: #D9B481
RGB: (217,180,129)

Color info

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

RGB color model

#D9B481 color RGB value is (217,180,129).

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

RGB channels and saturation

R 217 of 255 = 85%
G 180 of 255 = 71%
B 129 of 255 = 51%

217
180
129

R + G + B ~ 69%. #D9B481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 180 + 129 = 526 (100%)
R 217 of 526 ~ 41.25%
G 180 of 526 ~ 34.22%
B 129 of 526 ~ 24.52%

%41.25
%34.22
%24.52

CMYK color model

#D9B481 color CMYK value is (0,17,41,15).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 40.55%
  • key color value is 14.90%
CMYK:
(0,17,41,15)
C0M17Y41K15 
(0%,17%,41%,15%)
(0.00/0.17/0.41/0.15)	

CMYK percentages

%0
%17.05
%40.55
%14.9

Codes

Color #D9B481 in popluar color models

D9B481
RGB217180129
HSL35°53.66%67.84%
HSB/HSV35°40.55%85.10%
CMYK0.00%17.05%40.55%
14.90%

Color #D9B481 in popluar number systems.

HEXD9B481
Decimal217180129
Binary110110011011010010000001
Octal331264201

Shades and tints

Shades of #D9B481

#D9B481
(217,180,129)
#C6A476
(198,164,118)
#B3946B
(179,148,107)
#A08460
(160,132,96)
#8D7455
(141,116,85)
#7A644A
(122,100,74)
#67543F
(103,84,63)
#544434
(84,68,52)
#413429
(65,52,41)
#2E241E
(46,36,30)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #D9B481

#D9B481
(217,180,129)
#DCBA8C
(220,186,140)
#DFC097
(223,192,151)
#E2C6A2
(226,198,162)
#E5CCAD
(229,204,173)
#E8D2B8
(232,210,184)
#EBD8C3
(235,216,195)
#EEDECE
(238,222,206)
#F1E4D9
(241,228,217)
#F4EAE4
(244,234,228)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B481; }

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

This text font color is #D9B481.


Background Color

.myBgColor { background-color: #D9B481; }

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

This div background color is #D9B481.


Border color

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

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

This div border color is #D9B481.


Opacity

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

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

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

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

This text has shadow with #D9B481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B481 on black background.


Color preview on white background

This text has color #D9B481 on white background.



Black color preview on #D9B481 background

This text has black color on #D9B481 background.


White color preview on #D9B481 background

This text has white color on #D9B481 background.