COLOR #D9BF7E

HEX: #D9BF7E RGB: (217,191,126)

Color info

#D9BF7E contains mainly red and green colors. Web safe color of #D9BF7E is #CCCC66 (or #CC6).

RGB color model

#D9BF7E color RGB value is (217,191,126).

RGB: (217,191,126) (85%, 75%, 49%)

RGB channels and saturation

R 217 of 255 = 85%
G 191 of 255 = 75%
B 126 of 255 = 49%

217
191
126

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

Portions of RGB colors in percentages

R + G + B = 217 + 191 + 126 = 534 (100%)
R 217 of 534 ~ 40.64%
G 191 of 534 ~ 35.77%
B 126 of 534 ~ 23.6'%

%40.64
%35.77
%23.6

CMYK color model

#D9BF7E color CMYK value is (0,12,42,15).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 41.94%
  • key color value is 14.90%

CMYK: (0,12,42,15)
C0M12Y42K15 (0%, 12%, 42%, 15%)
(0.00 / 0.12 / 0.42 / 0.15)

CMYK percentages

%0
%11.98
%41.94
%14.9

Codes

Color #D9BF7E in popluar color models

D9 BF 7E
RGB 217 191 126
HSL 43° 54.49% 67.25%
HSB/HSV 43° 41.94% 85.10%
CMYK 0.00% 11.98% 41.94%
14.90%

Color #D9BF7E in popluar number systems.

HEX D9 BF 7E
Decimal 217 191 126
Binary 11011001 10111111 1111110
Octal 331 277 176

Shades and tints

Shades of #D9BF7E

#D9BF7E
(217,191,126)
#C6AE73
(198,174,115)
#B39D68
(179,157,104)
#A08C5D
(160,140,93)
#8D7B52
(141,123,82)
#7A6A47
(122,106,71)
#67593C
(103,89,60)
#544831
(84,72,49)
#413726
(65,55,38)
#2E261B
(46,38,27)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #D9BF7E

#D9BF7E
(217,191,126)
#DCC489
(220,196,137)
#DFC994
(223,201,148)
#E2CE9F
(226,206,159)
#E5D3AA
(229,211,170)
#E8D8B5
(232,216,181)
#EBDDC0
(235,221,192)
#EEE2CB
(238,226,203)
#F1E7D6
(241,231,214)
#F4ECE1
(244,236,225)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BF7E color. Also use rgb(217,191,126) instead hex code.

Text Font Color

.myTextColor { color: #D9BF7E; }

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

This text font color is #D9BF7E.

Background Color

.myBgColor { background-color: #D9BF7E; }

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

This div background color is #D9BF7E.

Border color

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

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

This div border color is #D9BF7E.

Opacity

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

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

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

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

This text has shadow with #D9BF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BF7E.

Preview

Color preview on black background

This text has color #D9BF7E on black background.


Color preview on white background

This text has color #D9BF7E on white background.


Black color preview on #D9BF7E background

This text has black color on #D9BF7E background.


White color preview on #D9BF7E background

This text has white color on #D9BF7E background.


Related colors

Complementary color

Complementary color for #hex is #264081.


I love getcolorcode.com

Triadic colors

1 #7ED9BF and #BF7ED9 with #D9BF7E are triadic colors.

2 #7EBFD9 and #BFD97E with #D9BF7E are triadic colors.