COLOR #D4B870

HEX: #D4B870
RGB: (212,184,112)

Color info

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

RGB color model

#D4B870 color RGB value is (212,184,112).

  • red value is 212;
  • green value is 184;
  • blue value is 112.
RGB:
(212,184,112)
(83%,72%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 184 of 255 = 72%
B 112 of 255 = 44%

212
184
112

R + G + B ~ 66%. #D4B870 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 184 + 112 = 508 (100%)
R 212 of 508 ~ 41.73%
G 184 of 508 ~ 36.22%
B 112 of 508 ~ 22.05%

%41.73
%36.22
%22.05

CMYK color model

#D4B870 color CMYK value is (0,13,47,17).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 47.17%
  • key color value is 16.86%
CMYK:
(0,13,47,17)
C0M13Y47K17 
(0%,13%,47%,17%)
(0.00/0.13/0.47/0.17)	

CMYK percentages

%0
%13.21
%47.17
%16.86

Codes

Color #D4B870 in popluar color models

D4B870
RGB212184112
HSL43°53.76%63.53%
HSB/HSV43°47.17%83.14%
CMYK0.00%13.21%47.17%
16.86%

Color #D4B870 in popluar number systems.

HEXD4B870
Decimal212184112
Binary11010100101110001110000
Octal324270160

Shades and tints

Shades of #D4B870

#D4B870
(212,184,112)
#C1A866
(193,168,102)
#AE985C
(174,152,92)
#9B8852
(155,136,82)
#887848
(136,120,72)
#75683E
(117,104,62)
#625834
(98,88,52)
#4F482A
(79,72,42)
#3C3820
(60,56,32)
#292816
(41,40,22)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #D4B870

#D4B870
(212,184,112)
#D7BE7D
(215,190,125)
#DAC48A
(218,196,138)
#DDCA97
(221,202,151)
#E0D0A4
(224,208,164)
#E3D6B1
(227,214,177)
#E6DCBE
(230,220,190)
#E9E2CB
(233,226,203)
#ECE8D8
(236,232,216)
#EFEEE5
(239,238,229)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B870 color. Also use rgb(212,184,112) instead hex code.

Text Font Color

.myTextColor { color: #D4B870; }

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

This text font color is #D4B870.


Background Color

.myBgColor { background-color: #D4B870; }

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

This div background color is #D4B870.


Border color

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

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

This div border color is #D4B870.


Opacity

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

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

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

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

This text has shadow with #D4B870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B870 on black background.


Color preview on white background

This text has color #D4B870 on white background.



Black color preview on #D4B870 background

This text has black color on #D4B870 background.


White color preview on #D4B870 background

This text has white color on #D4B870 background.