COLOR #D2B762

HEX: #D2B762
RGB: (210,183,98)

Color info

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

RGB color model

#D2B762 color RGB value is (210,183,98).

  • red value is 210;
  • green value is 183;
  • blue value is 98.
RGB:
(210,183,98)
(82%,72%,38%)

RGB channels and saturation

R 210 of 255 = 82%
G 183 of 255 = 72%
B 98 of 255 = 38%

210
183
98

R + G + B ~ 64%. #D2B762 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 183 + 98 = 491 (100%)
R 210 of 491 ~ 42.77%
G 183 of 491 ~ 37.27%
B 98 of 491 ~ 19.96%

%42.77
%37.27
%19.96

CMYK color model

#D2B762 color CMYK value is (0,13,53,18).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 53.33%
  • key color value is 17.65%
CMYK:
(0,13,53,18)
C0M13Y53K18 
(0%,13%,53%,18%)
(0.00/0.13/0.53/0.18)	

CMYK percentages

%0
%12.86
%53.33
%17.65

Codes

Color #D2B762 in popluar color models

D2B762
RGB21018398
HSL46°55.45%60.39%
HSB/HSV46°53.33%82.35%
CMYK0.00%12.86%53.33%
17.65%

Color #D2B762 in popluar number systems.

HEXD2B762
Decimal21018398
Binary11010010101101111100010
Octal322267142

Shades and tints

Shades of #D2B762

#D2B762
(210,183,98)
#BFA75A
(191,167,90)
#AC9752
(172,151,82)
#99874A
(153,135,74)
#867742
(134,119,66)
#73673A
(115,103,58)
#605732
(96,87,50)
#4D472A
(77,71,42)
#3A3722
(58,55,34)
#27271A
(39,39,26)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #D2B762

#D2B762
(210,183,98)
#D6BD70
(214,189,112)
#DAC37E
(218,195,126)
#DEC98C
(222,201,140)
#E2CF9A
(226,207,154)
#E6D5A8
(230,213,168)
#EADBB6
(234,219,182)
#EEE1C4
(238,225,196)
#F2E7D2
(242,231,210)
#F6EDE0
(246,237,224)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B762 color. Also use rgb(210,183,98) instead hex code.

Text Font Color

.myTextColor { color: #D2B762; }

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

This text font color is #D2B762.


Background Color

.myBgColor { background-color: #D2B762; }

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

This div background color is #D2B762.


Border color

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

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

This div border color is #D2B762.


Opacity

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

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

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

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

This text has shadow with #D2B762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B762 on black background.


Color preview on white background

This text has color #D2B762 on white background.



Black color preview on #D2B762 background

This text has black color on #D2B762 background.


White color preview on #D2B762 background

This text has white color on #D2B762 background.