COLOR #D3BD92

HEX: #D3BD92 RGB: (211,189,146)

Color info

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

RGB color model

#D3BD92 color RGB value is (211,189,146).

RGB: (211,189,146) (83%, 74%, 57%)

RGB channels and saturation

R 211 of 255 = 83%
G 189 of 255 = 74%
B 146 of 255 = 57%

211
189
146

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

Portions of RGB colors in percentages

R + G + B = 211 + 189 + 146 = 546 (100%)
R 211 of 546 ~ 38.64%
G 189 of 546 ~ 34.62%
B 146 of 546 ~ 26.74'%

%38.64
%34.62
%26.74

CMYK color model

#D3BD92 color CMYK value is (0,10,31,17).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 30.81%
  • key color value is 17.25%
CMYK: (0,10,31,17) C0M10Y31K17 (0%,10%,31%,17%) (0.00/0.10/0.31/0.17) 

CMYK percentages

%0
%10.43
%30.81
%17.25

Codes

Color #D3BD92 in popluar color models

D3 BD 92
RGB 211 189 146
HSL 40° 42.48% 70.00%
HSB/HSV 40° 30.81% 82.75%
CMYK 0.00% 10.43% 30.81%
17.25%

Color #D3BD92 in popluar number systems.

HEX D3 BD 92
Decimal 211 189 146
Binary 11010011 10111101 10010010
Octal 323 275 222

Shades and tints

Shades of #D3BD92

#D3BD92
(211,189,146)
#C0AC85
(192,172,133)
#AD9B78
(173,155,120)
#9A8A6B
(154,138,107)
#87795E
(135,121,94)
#746851
(116,104,81)
#615744
(97,87,68)
#4E4637
(78,70,55)
#3B352A
(59,53,42)
#28241D
(40,36,29)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #D3BD92

#D3BD92
(211,189,146)
#D7C39B
(215,195,155)
#DBC9A4
(219,201,164)
#DFCFAD
(223,207,173)
#E3D5B6
(227,213,182)
#E7DBBF
(231,219,191)
#EBE1C8
(235,225,200)
#EFE7D1
(239,231,209)
#F3EDDA
(243,237,218)
#F7F3E3
(247,243,227)
#FBF9EC
(251,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BD92 color. Also use rgb(211,189,146) instead hex code.

Text Font Color

.myTextColor { color: #D3BD92; }

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

This text font color is #D3BD92.

Background Color

.myBgColor { background-color: #D3BD92; }

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

This div background color is #D3BD92.

Border color

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

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

This div border color is #D3BD92.

Opacity

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

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

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

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

This text has shadow with #D3BD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BD92.

Preview

Color preview on black background

This text has color #D3BD92 on black background.


Color preview on white background

This text has color #D3BD92 on white background.


Black color preview on #D3BD92 background

This text has black color on #D3BD92 background.


White color preview on #D3BD92 background

This text has white color on #D3BD92 background.


Related colors

Complementary color

Complementary color for #hex is #2C426D.


I love getcolorcode.com

Triadic colors

1 #92D3BD and #BD92D3 with #D3BD92 are triadic colors.

2 #92BDD3 and #BDD392 with #D3BD92 are triadic colors.