COLOR #D2B352

HEX: #D2B352
RGB: (210,179,82)

Color info

#D2B352 contains mainly red and green colors. Web safe color of #D2B352 is #CC9966 (or #C96).

RGB color model

#D2B352 color RGB value is (210,179,82).

  • red value is 210;
  • green value is 179;
  • blue value is 82.
RGB: (210,179,82) (82%,70%,32%)

RGB channels and saturation

R 210 of 255 = 82%
G 179 of 255 = 70%
B 82 of 255 = 32%

210
179
82

R + G + B ~ 61%. #D2B352 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 179 + 82 = 471 (100%)
R 210 of 471 ~ 44.59%
G 179 of 471 ~ 38%
B 82 of 471 ~ 17.41%

%44.59
%38
%17.41

CMYK color model

#D2B352 color CMYK value is (0,15,61,18).

  • cyan value is 0.00%
  • magenta value is 14.76%
  • yellow value is 60.95%
  • key color value is 17.65%
CMYK: (0,15,61,18) C0M15Y61K18 (0%,15%,61%,18%) (0.00/0.15/0.61/0.18)

CMYK percentages

%0
%14.76
%60.95
%17.65

Codes

Color #D2B352 in popluar color models

D2B352
RGB21017982
HSL45°58.72%57.25%
HSB/HSV45°60.95%82.35%
CMYK0.00%14.76%60.95%
17.65%

Color #D2B352 in popluar number systems.

HEXD2B352
Decimal21017982
Binary11010010101100111010010
Octal322263122

Shades and tints

Shades of #D2B352

#D2B352
(210,179,82)
#BFA34B
(191,163,75)
#AC9344
(172,147,68)
#99833D
(153,131,61)
#867336
(134,115,54)
#73632F
(115,99,47)
#605328
(96,83,40)
#4D4321
(77,67,33)
#3A331A
(58,51,26)
#272313
(39,35,19)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #D2B352

#D2B352
(210,179,82)
#D6B961
(214,185,97)
#DABF70
(218,191,112)
#DEC57F
(222,197,127)
#E2CB8E
(226,203,142)
#E6D19D
(230,209,157)
#EAD7AC
(234,215,172)
#EEDDBB
(238,221,187)
#F2E3CA
(242,227,202)
#F6E9D9
(246,233,217)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B352 color. Also use rgb(210,179,82) instead hex code.

Text Font Color

.myTextColor { color: #D2B352; }

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

This text font color is #D2B352.


Background Color

.myBgColor { background-color: #D2B352; }

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

This div background color is #D2B352.


Border color

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

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

This div border color is #D2B352.


Opacity

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

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

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

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

This text has shadow with #D2B352 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2B352 on black background.


Color preview on white background

This text has color #D2B352 on white background.



Black color preview on #D2B352 background

This text has black color on #D2B352 background.


White color preview on #D2B352 background

This text has white color on #D2B352 background.