COLOR #D0BD92

HEX: #D0BD92
RGB: (208,189,146)

Color info

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

RGB color model

#D0BD92 color RGB value is (208,189,146).

  • red value is 208;
  • green value is 189;
  • blue value is 146.
RGB:
(208,189,146)
(82%,74%,57%)

RGB channels and saturation

R 208 of 255 = 82%
G 189 of 255 = 74%
B 146 of 255 = 57%

208
189
146

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

Portions of RGB colors in percentages

R + G + B =
208 + 189 + 146 = 543 (100%)
R 208 of 543 ~ 38.31%
G 189 of 543 ~ 34.81%
B 146 of 543 ~ 26.89%

%38.31
%34.81
%26.89

CMYK color model

#D0BD92 color CMYK value is (0,9,30,18).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(0,9,30,18)
C0M9Y30K18 
(0%,9%,30%,18%)
(0.00/0.09/0.30/0.18)	

CMYK percentages

%0
%9.13
%29.81
%18.43

Codes

Color #D0BD92 in popluar color models

D0BD92
RGB208189146
HSL42°39.74%69.41%
HSB/HSV42°29.81%81.57%
CMYK0.00%9.13%29.81%
18.43%

Color #D0BD92 in popluar number systems.

HEXD0BD92
Decimal208189146
Binary110100001011110110010010
Octal320275222

Shades and tints

Shades of #D0BD92

#D0BD92
(208,189,146)
#BEAC85
(190,172,133)
#AC9B78
(172,155,120)
#9A8A6B
(154,138,107)
#88795E
(136,121,94)
#766851
(118,104,81)
#645744
(100,87,68)
#524637
(82,70,55)
#40352A
(64,53,42)
#2E241D
(46,36,29)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #D0BD92

#D0BD92
(208,189,146)
#D4C39B
(212,195,155)
#D8C9A4
(216,201,164)
#DCCFAD
(220,207,173)
#E0D5B6
(224,213,182)
#E4DBBF
(228,219,191)
#E8E1C8
(232,225,200)
#ECE7D1
(236,231,209)
#F0EDDA
(240,237,218)
#F4F3E3
(244,243,227)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BD92; }

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

This text font color is #D0BD92.


Background Color

.myBgColor { background-color: #D0BD92; }

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

This div background color is #D0BD92.


Border color

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

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

This div border color is #D0BD92.


Opacity

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

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

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

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

This text has shadow with #D0BD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BD92 on black background.


Color preview on white background

This text has color #D0BD92 on white background.



Black color preview on #D0BD92 background

This text has black color on #D0BD92 background.


White color preview on #D0BD92 background

This text has white color on #D0BD92 background.