COLOR #D5BA67

HEX: #D5BA67
RGB: (213,186,103)

Color info

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

RGB color model

#D5BA67 color RGB value is (213,186,103).

  • red value is 213;
  • green value is 186;
  • blue value is 103.
RGB:
(213,186,103)
(84%,73%,40%)

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 103 of 255 = 40%

213
186
103

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

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 103 = 502 (100%)
R 213 of 502 ~ 42.43%
G 186 of 502 ~ 37.05%
B 103 of 502 ~ 20.52%

%42.43
%37.05
%20.52

CMYK color model

#D5BA67 color CMYK value is (0,13,52,16).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 51.64%
  • key color value is 16.47%
CMYK:
(0,13,52,16)
C0M13Y52K16 
(0%,13%,52%,16%)
(0.00/0.13/0.52/0.16)	

CMYK percentages

%0
%12.68
%51.64
%16.47

Codes

Color #D5BA67 in popluar color models

D5BA67
RGB213186103
HSL45°56.70%61.96%
HSB/HSV45°51.64%83.53%
CMYK0.00%12.68%51.64%
16.47%

Color #D5BA67 in popluar number systems.

HEXD5BA67
Decimal213186103
Binary11010101101110101100111
Octal325272147

Shades and tints

Shades of #D5BA67

#D5BA67
(213,186,103)
#C2AA5E
(194,170,94)
#AF9A55
(175,154,85)
#9C8A4C
(156,138,76)
#897A43
(137,122,67)
#766A3A
(118,106,58)
#635A31
(99,90,49)
#504A28
(80,74,40)
#3D3A1F
(61,58,31)
#2A2A16
(42,42,22)
#171A0D
(23,26,13)
#000000
(0,0,0)

Tints of #D5BA67

#D5BA67
(213,186,103)
#D8C074
(216,192,116)
#DBC681
(219,198,129)
#DECC8E
(222,204,142)
#E1D29B
(225,210,155)
#E4D8A8
(228,216,168)
#E7DEB5
(231,222,181)
#EAE4C2
(234,228,194)
#EDEACF
(237,234,207)
#F0F0DC
(240,240,220)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BA67 color. Also use rgb(213,186,103) instead hex code.

Text Font Color

.myTextColor { color: #D5BA67; }

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

This text font color is #D5BA67.


Background Color

.myBgColor { background-color: #D5BA67; }

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

This div background color is #D5BA67.


Border color

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

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

This div border color is #D5BA67.


Opacity

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

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

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

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

This text has shadow with #D5BA67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BA67 on black background.


Color preview on white background

This text has color #D5BA67 on white background.



Black color preview on #D5BA67 background

This text has black color on #D5BA67 background.


White color preview on #D5BA67 background

This text has white color on #D5BA67 background.