COLOR #D4B261

HEX: #D4B261
RGB: (212,178,97)

Color info

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

RGB color model

#D4B261 color RGB value is (212,178,97).

  • red value is 212;
  • green value is 178;
  • blue value is 97.
RGB:
(212,178,97)
(83%,70%,38%)

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 97 of 255 = 38%

212
178
97

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

Portions of RGB colors in percentages

R + G + B =
212 + 178 + 97 = 487 (100%)
R 212 of 487 ~ 43.53%
G 178 of 487 ~ 36.55%
B 97 of 487 ~ 19.92%

%43.53
%36.55
%19.92

CMYK color model

#D4B261 color CMYK value is (0,16,54,17).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 54.25%
  • key color value is 16.86%
CMYK:
(0,16,54,17)
C0M16Y54K17 
(0%,16%,54%,17%)
(0.00/0.16/0.54/0.17)	

CMYK percentages

%0
%16.04
%54.25
%16.86

Codes

Color #D4B261 in popluar color models

D4B261
RGB21217897
HSL42°57.21%60.59%
HSB/HSV42°54.25%83.14%
CMYK0.00%16.04%54.25%
16.86%

Color #D4B261 in popluar number systems.

HEXD4B261
Decimal21217897
Binary11010100101100101100001
Octal324262141

Shades and tints

Shades of #D4B261

#D4B261
(212,178,97)
#C1A259
(193,162,89)
#AE9251
(174,146,81)
#9B8249
(155,130,73)
#887241
(136,114,65)
#756239
(117,98,57)
#625231
(98,82,49)
#4F4229
(79,66,41)
#3C3221
(60,50,33)
#292219
(41,34,25)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #D4B261

#D4B261
(212,178,97)
#D7B96F
(215,185,111)
#DAC07D
(218,192,125)
#DDC78B
(221,199,139)
#E0CE99
(224,206,153)
#E3D5A7
(227,213,167)
#E6DCB5
(230,220,181)
#E9E3C3
(233,227,195)
#ECEAD1
(236,234,209)
#EFF1DF
(239,241,223)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B261 color. Also use rgb(212,178,97) instead hex code.

Text Font Color

.myTextColor { color: #D4B261; }

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

This text font color is #D4B261.


Background Color

.myBgColor { background-color: #D4B261; }

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

This div background color is #D4B261.


Border color

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

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

This div border color is #D4B261.


Opacity

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

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

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

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

This text has shadow with #D4B261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B261 on black background.


Color preview on white background

This text has color #D4B261 on white background.



Black color preview on #D4B261 background

This text has black color on #D4B261 background.


White color preview on #D4B261 background

This text has white color on #D4B261 background.