COLOR #D5BE92

HEX: #D5BE92
RGB: (213,190,146)

Color info

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

RGB color model

#D5BE92 color RGB value is (213,190,146).

  • red value is 213;
  • green value is 190;
  • blue value is 146.
RGB:
(213,190,146)
(84%,75%,57%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 146 of 255 = 57%

213
190
146

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

Portions of RGB colors in percentages

R + G + B =
213 + 190 + 146 = 549 (100%)
R 213 of 549 ~ 38.8%
G 190 of 549 ~ 34.61%
B 146 of 549 ~ 26.59%

%38.8
%34.61
%26.59

CMYK color model

#D5BE92 color CMYK value is (0,11,31,16).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 31.46%
  • key color value is 16.47%
CMYK:
(0,11,31,16)
C0M11Y31K16 
(0%,11%,31%,16%)
(0.00/0.11/0.31/0.16)	

CMYK percentages

%0
%10.8
%31.46
%16.47

Codes

Color #D5BE92 in popluar color models

D5BE92
RGB213190146
HSL39°44.37%70.39%
HSB/HSV39°31.46%83.53%
CMYK0.00%10.80%31.46%
16.47%

Color #D5BE92 in popluar number systems.

HEXD5BE92
Decimal213190146
Binary110101011011111010010010
Octal325276222

Shades and tints

Shades of #D5BE92

#D5BE92
(213,190,146)
#C2AD85
(194,173,133)
#AF9C78
(175,156,120)
#9C8B6B
(156,139,107)
#897A5E
(137,122,94)
#766951
(118,105,81)
#635844
(99,88,68)
#504737
(80,71,55)
#3D362A
(61,54,42)
#2A251D
(42,37,29)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D5BE92

#D5BE92
(213,190,146)
#D8C39B
(216,195,155)
#DBC8A4
(219,200,164)
#DECDAD
(222,205,173)
#E1D2B6
(225,210,182)
#E4D7BF
(228,215,191)
#E7DCC8
(231,220,200)
#EAE1D1
(234,225,209)
#EDE6DA
(237,230,218)
#F0EBE3
(240,235,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BE92 color. Also use rgb(213,190,146) instead hex code.

Text Font Color

.myTextColor { color: #D5BE92; }

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

This text font color is #D5BE92.


Background Color

.myBgColor { background-color: #D5BE92; }

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

This div background color is #D5BE92.


Border color

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

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

This div border color is #D5BE92.


Opacity

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

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

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

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

This text has shadow with #D5BE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BE92 on black background.


Color preview on white background

This text has color #D5BE92 on white background.



Black color preview on #D5BE92 background

This text has black color on #D5BE92 background.


White color preview on #D5BE92 background

This text has white color on #D5BE92 background.