COLOR #D5B672

HEX: #D5B672
RGB: (213,182,114)

Color info

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

RGB color model

#D5B672 color RGB value is (213,182,114).

  • red value is 213;
  • green value is 182;
  • blue value is 114.
RGB:
(213,182,114)
(84%,71%,45%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 114 of 255 = 45%

213
182
114

R + G + B ~ 67%. #D5B672 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 114 = 509 (100%)
R 213 of 509 ~ 41.85%
G 182 of 509 ~ 35.76%
B 114 of 509 ~ 22.4%

%41.85
%35.76
%22.4

CMYK color model

#D5B672 color CMYK value is (0,15,46,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 46.48%
  • key color value is 16.47%
CMYK:
(0,15,46,16)
C0M15Y46K16 
(0%,15%,46%,16%)
(0.00/0.15/0.46/0.16)	

CMYK percentages

%0
%14.55
%46.48
%16.47

Codes

Color #D5B672 in popluar color models

D5B672
RGB213182114
HSL41°54.10%64.12%
HSB/HSV41°46.48%83.53%
CMYK0.00%14.55%46.48%
16.47%

Color #D5B672 in popluar number systems.

HEXD5B672
Decimal213182114
Binary11010101101101101110010
Octal325266162

Shades and tints

Shades of #D5B672

#D5B672
(213,182,114)
#C2A668
(194,166,104)
#AF965E
(175,150,94)
#9C8654
(156,134,84)
#89764A
(137,118,74)
#766640
(118,102,64)
#635636
(99,86,54)
#50462C
(80,70,44)
#3D3622
(61,54,34)
#2A2618
(42,38,24)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #D5B672

#D5B672
(213,182,114)
#D8BC7E
(216,188,126)
#DBC28A
(219,194,138)
#DEC896
(222,200,150)
#E1CEA2
(225,206,162)
#E4D4AE
(228,212,174)
#E7DABA
(231,218,186)
#EAE0C6
(234,224,198)
#EDE6D2
(237,230,210)
#F0ECDE
(240,236,222)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B672 color. Also use rgb(213,182,114) instead hex code.

Text Font Color

.myTextColor { color: #D5B672; }

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

This text font color is #D5B672.


Background Color

.myBgColor { background-color: #D5B672; }

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

This div background color is #D5B672.


Border color

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

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

This div border color is #D5B672.


Opacity

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

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

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

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

This text has shadow with #D5B672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B672 on black background.


Color preview on white background

This text has color #D5B672 on white background.



Black color preview on #D5B672 background

This text has black color on #D5B672 background.


White color preview on #D5B672 background

This text has white color on #D5B672 background.