COLOR #D5BE51

HEX: #D5BE51 RGB: (213,190,81)

Color info

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

RGB color model

#D5BE51 color RGB value is (213,190,81).

RGB: (213,190,81) (84%, 75%, 32%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 81 of 255 = 32%

213
190
81

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

Portions of RGB colors in percentages

R + G + B = 213 + 190 + 81 = 484 (100%)
R 213 of 484 ~ 44.01%
G 190 of 484 ~ 39.26%
B 81 of 484 ~ 16.74'%

%44.01
%39.26
%16.74

CMYK color model

#D5BE51 color CMYK value is (0,11,62,16).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 61.97%
  • key color value is 16.47%

CMYK: (0,11,62,16)
C0M11Y62K16 (0%, 11%, 62%, 16%)
(0.00 / 0.11 / 0.62 / 0.16)

CMYK percentages

%0
%10.8
%61.97
%16.47

Codes

Color #D5BE51 in popluar color models

D5 BE 51
RGB 213 190 81
HSL 50° 61.11% 57.65%
HSB/HSV 50° 61.97% 83.53%
CMYK 0.00% 10.80% 61.97%
16.47%

Color #D5BE51 in popluar number systems.

HEX D5 BE 51
Decimal 213 190 81
Binary 11010101 10111110 1010001
Octal 325 276 121

Shades and tints

Shades of #D5BE51

#D5BE51
(213,190,81)
#C2AD4A
(194,173,74)
#AF9C43
(175,156,67)
#9C8B3C
(156,139,60)
#897A35
(137,122,53)
#76692E
(118,105,46)
#635827
(99,88,39)
#504720
(80,71,32)
#3D3619
(61,54,25)
#2A2512
(42,37,18)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #D5BE51

#D5BE51
(213,190,81)
#D8C360
(216,195,96)
#DBC86F
(219,200,111)
#DECD7E
(222,205,126)
#E1D28D
(225,210,141)
#E4D79C
(228,215,156)
#E7DCAB
(231,220,171)
#EAE1BA
(234,225,186)
#EDE6C9
(237,230,201)
#F0EBD8
(240,235,216)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BE51 color. Also use rgb(213,190,81) instead hex code.

Text Font Color

.myTextColor { color: #D5BE51; }

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

This text font color is #D5BE51.

Background Color

.myBgColor { background-color: #D5BE51; }

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

This div background color is #D5BE51.

Border color

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

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

This div border color is #D5BE51.

Opacity

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

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

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

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

This text has shadow with #D5BE51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BE51.

Preview

Color preview on black background

This text has color #D5BE51 on black background.


Color preview on white background

This text has color #D5BE51 on white background.


Black color preview on #D5BE51 background

This text has black color on #D5BE51 background.


White color preview on #D5BE51 background

This text has white color on #D5BE51 background.


Related colors

Complementary color

Complementary color for #hex is #2A41AE.


I love getcolorcode.com

Triadic colors

1 #51D5BE and #BE51D5 with #D5BE51 are triadic colors.

2 #51BED5 and #BED551 with #D5BE51 are triadic colors.