COLOR #D2B130

HEX: #D2B130
RGB: (210,177,48)

Color info

#D2B130 contains mainly red and green colors. Web safe color of #D2B130 is #CC9933 (or #C93).

RGB color model

#D2B130 color RGB value is (210,177,48).

  • red value is 210;
  • green value is 177;
  • blue value is 48.
RGB:
(210,177,48)
(82%,69%,19%)

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 48 of 255 = 19%

210
177
48

R + G + B ~ 57%. #D2B130 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 48 = 435 (100%)
R 210 of 435 ~ 48.28%
G 177 of 435 ~ 40.69%
B 48 of 435 ~ 11.03%

%48.28
%40.69
%11.03

CMYK color model

#D2B130 color CMYK value is (0,16,77,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 77.14%
  • key color value is 17.65%
CMYK:
(0,16,77,18)
C0M16Y77K18 
(0%,16%,77%,18%)
(0.00/0.16/0.77/0.18)	

CMYK percentages

%0
%15.71
%77.14
%17.65

Codes

Color #D2B130 in popluar color models

D2B130
RGB21017748
HSL48°64.29%50.59%
HSB/HSV48°77.14%82.35%
CMYK0.00%15.71%77.14%
17.65%

Color #D2B130 in popluar number systems.

HEXD2B130
Decimal21017748
Binary1101001010110001110000
Octal32226160

Shades and tints

Shades of #D2B130

#D2B130
(210,177,48)
#BFA12C
(191,161,44)
#AC9128
(172,145,40)
#998124
(153,129,36)
#867120
(134,113,32)
#73611C
(115,97,28)
#605118
(96,81,24)
#4D4114
(77,65,20)
#3A3110
(58,49,16)
#27210C
(39,33,12)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #D2B130

#D2B130
(210,177,48)
#D6B842
(214,184,66)
#DABF54
(218,191,84)
#DEC666
(222,198,102)
#E2CD78
(226,205,120)
#E6D48A
(230,212,138)
#EADB9C
(234,219,156)
#EEE2AE
(238,226,174)
#F2E9C0
(242,233,192)
#F6F0D2
(246,240,210)
#FAF7E4
(250,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B130 color. Also use rgb(210,177,48) instead hex code.

Text Font Color

.myTextColor { color: #D2B130; }

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

This text font color is #D2B130.


Background Color

.myBgColor { background-color: #D2B130; }

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

This div background color is #D2B130.


Border color

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

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

This div border color is #D2B130.


Opacity

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

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

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

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

This text has shadow with #D2B130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B130 on black background.


Color preview on white background

This text has color #D2B130 on white background.



Black color preview on #D2B130 background

This text has black color on #D2B130 background.


White color preview on #D2B130 background

This text has white color on #D2B130 background.