COLOR #D1BF99

HEX: #D1BF99 RGB: (209,191,153)

Color info

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

RGB color model

#D1BF99 color RGB value is (209,191,153).

RGB: (209,191,153) (82%, 75%, 60%)

RGB channels and saturation

R 209 of 255 = 82%
G 191 of 255 = 75%
B 153 of 255 = 60%

209
191
153

R + G + B ~ 72%. #D1BF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 191 + 153 = 553 (100%)
R 209 of 553 ~ 37.79%
G 191 of 553 ~ 34.54%
B 153 of 553 ~ 27.67'%

%37.79
%34.54
%27.67

CMYK color model

#D1BF99 color CMYK value is (0,9,27,18).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 26.79%
  • key color value is 18.04%

CMYK: (0,9,27,18)
C0M9Y27K18 (0%, 9%, 27%, 18%)
(0.00 / 0.09 / 0.27 / 0.18)

CMYK percentages

%0
%8.61
%26.79
%18.04

Codes

Color #D1BF99 in popluar color models

D1 BF 99
RGB 209 191 153
HSL 41° 37.84% 70.98%
HSB/HSV 41° 26.79% 81.96%
CMYK 0.00% 8.61% 26.79%
18.04%

Color #D1BF99 in popluar number systems.

HEX D1 BF 99
Decimal 209 191 153
Binary 11010001 10111111 10011001
Octal 321 277 231

Shades and tints

Shades of #D1BF99

#D1BF99
(209,191,153)
#BEAE8C
(190,174,140)
#AB9D7F
(171,157,127)
#988C72
(152,140,114)
#857B65
(133,123,101)
#726A58
(114,106,88)
#5F594B
(95,89,75)
#4C483E
(76,72,62)
#393731
(57,55,49)
#262624
(38,38,36)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D1BF99

#D1BF99
(209,191,153)
#D5C4A2
(213,196,162)
#D9C9AB
(217,201,171)
#DDCEB4
(221,206,180)
#E1D3BD
(225,211,189)
#E5D8C6
(229,216,198)
#E9DDCF
(233,221,207)
#EDE2D8
(237,226,216)
#F1E7E1
(241,231,225)
#F5ECEA
(245,236,234)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BF99 color. Also use rgb(209,191,153) instead hex code.

Text Font Color

.myTextColor { color: #D1BF99; }

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

This text font color is #D1BF99.

Background Color

.myBgColor { background-color: #D1BF99; }

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

This div background color is #D1BF99.

Border color

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

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

This div border color is #D1BF99.

Opacity

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

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

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

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

This text has shadow with #D1BF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BF99.

Preview

Color preview on black background

This text has color #D1BF99 on black background.


Color preview on white background

This text has color #D1BF99 on white background.


Black color preview on #D1BF99 background

This text has black color on #D1BF99 background.


White color preview on #D1BF99 background

This text has white color on #D1BF99 background.


Related colors

Complementary color

Complementary color for #hex is #2E4066.


I love getcolorcode.com

Triadic colors

1 #99D1BF and #BF99D1 with #D1BF99 are triadic colors.

2 #99BFD1 and #BFD199 with #D1BF99 are triadic colors.