COLOR #D5B823

HEX: #D5B823
RGB: (213,184,35)

Color info

#D5B823 contains mainly red and green colors. Web safe color of #D5B823 is #CCCC33 (or #CC3).

RGB color model

#D5B823 color RGB value is (213,184,35).

  • red value is 213;
  • green value is 184;
  • blue value is 35.
RGB:
(213,184,35)
(84%,72%,14%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 35 of 255 = 14%

213
184
35

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

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 35 = 432 (100%)
R 213 of 432 ~ 49.31%
G 184 of 432 ~ 42.59%
B 35 of 432 ~ 8.1%

%49.31
%42.59

CMYK color model

#D5B823 color CMYK value is (0,14,84,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 83.57%
  • key color value is 16.47%
CMYK:
(0,14,84,16)
C0M14Y84K16 
(0%,14%,84%,16%)
(0.00/0.14/0.84/0.16)	

CMYK percentages

%0
%13.62
%83.57
%16.47

Codes

Color #D5B823 in popluar color models

D5B823
RGB21318435
HSL50°71.77%48.63%
HSB/HSV50°83.57%83.53%
CMYK0.00%13.62%83.57%
16.47%

Color #D5B823 in popluar number systems.

HEXD5B823
Decimal21318435
Binary1101010110111000100011
Octal32527043

Shades and tints

Shades of #D5B823

#D5B823
(213,184,35)
#C2A820
(194,168,32)
#AF981D
(175,152,29)
#9C881A
(156,136,26)
#897817
(137,120,23)
#766814
(118,104,20)
#635811
(99,88,17)
#50480E
(80,72,14)
#3D380B
(61,56,11)
#2A2808
(42,40,8)
#171805
(23,24,5)
#000000
(0,0,0)

Tints of #D5B823

#D5B823
(213,184,35)
#D8BE37
(216,190,55)
#DBC44B
(219,196,75)
#DECA5F
(222,202,95)
#E1D073
(225,208,115)
#E4D687
(228,214,135)
#E7DC9B
(231,220,155)
#EAE2AF
(234,226,175)
#EDE8C3
(237,232,195)
#F0EED7
(240,238,215)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B823 color. Also use rgb(213,184,35) instead hex code.

Text Font Color

.myTextColor { color: #D5B823; }

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

This text font color is #D5B823.


Background Color

.myBgColor { background-color: #D5B823; }

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

This div background color is #D5B823.


Border color

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

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

This div border color is #D5B823.


Opacity

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

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

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

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

This text has shadow with #D5B823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B823 on black background.


Color preview on white background

This text has color #D5B823 on white background.



Black color preview on #D5B823 background

This text has black color on #D5B823 background.


White color preview on #D5B823 background

This text has white color on #D5B823 background.