COLOR #D5BE1E

HEX: #D5BE1E
RGB: (213,190,30)

Renk bilgisi

#D5BE1E contains mainly red and green colors. #D5BE1E ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D5BE1E color RGB value is (213,190,30).

  • kırmız ton 213;
  • yeşil ton 190;
  • mavi ton 30.
RGB:
(213,190,30)
(84%,75%,12%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 190 of 255 = 75%
B 30 of 255 = 12%

213
190
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 190 + 30 = 433 (100%)
R 213 of 433 ~ 49.19%
G 190 of 433 ~ 43.88%
B 30 of 433 ~ 6.93%

%49.19
%43.88

CMYK RENK MODELİ

#D5BE1E rengi CMYK tonu (0,11,86,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.80%
  • sarı tonu 85.92%
  • ana renk tonu 16.47%
CMYK:
(0,11,86,16)
C0M11Y86K16 
(0%,11%,86%,16%)
(0.00/0.11/0.86/0.16)	

CMYK yüzdeleri

%0
%10.8
%85.92
%16.47

Codes

Color #D5BE1E in popluar color models

D5BE1E
RGB21319030
HSL52°75.31%47.65%
HSB/HSV52°85.92%83.53%
CMYK0.00%10.80%85.92%
16.47%

Color #D5BE1E in popluar number systems.

HEXD5BE1E
Decimal21319030
Binary110101011011111011110
Octal32527636

Shades and tints

Shades of #D5BE1E

#D5BE1E
(213,190,30)
#C2AD1C
(194,173,28)
#AF9C1A
(175,156,26)
#9C8B18
(156,139,24)
#897A16
(137,122,22)
#766914
(118,105,20)
#635812
(99,88,18)
#504710
(80,71,16)
#3D360E
(61,54,14)
#2A250C
(42,37,12)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #D5BE1E

#D5BE1E
(213,190,30)
#D8C332
(216,195,50)
#DBC846
(219,200,70)
#DECD5A
(222,205,90)
#E1D26E
(225,210,110)
#E4D782
(228,215,130)
#E7DC96
(231,220,150)
#EAE1AA
(234,225,170)
#EDE6BE
(237,230,190)
#F0EBD2
(240,235,210)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BE1E; }

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

This text font color is #D5BE1E.


Background Color

.myBgColor { background-color: #D5BE1E; }

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

This div background color is #D5BE1E.


Border color

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

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

This div border color is #D5BE1E.


Opacity

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

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

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

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

This text has shadow with #D5BE1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BE1E on black background.


Color preview on white background

This text has color #D5BE1E on white background.



Black color preview on #D5BE1E background

This text has black color on #D5BE1E background.


White color preview on #D5BE1E background

This text has white color on #D5BE1E background.