COLOR #D5BB39

HEX: #D5BB39
RGB: (213,187,57)

Renk bilgisi

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

RGB renk modeli

#D5BB39 color RGB value is (213,187,57).

  • kırmız ton 213;
  • yeşil ton 187;
  • mavi ton 57.
RGB:
(213,187,57)
(84%,73%,22%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 187 of 255 = 73%
B 57 of 255 = 22%

213
187
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 187 + 57 = 457 (100%)
R 213 of 457 ~ 46.61%
G 187 of 457 ~ 40.92%
B 57 of 457 ~ 12.47%

%46.61
%40.92
%12.47

CMYK RENK MODELİ

#D5BB39 rengi CMYK tonu (0,12,73,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.21%
  • sarı tonu 73.24%
  • ana renk tonu 16.47%
CMYK:
(0,12,73,16)
C0M12Y73K16 
(0%,12%,73%,16%)
(0.00/0.12/0.73/0.16)	

CMYK yüzdeleri

%0
%12.21
%73.24
%16.47

Codes

Color #D5BB39 in popluar color models

D5BB39
RGB21318757
HSL50°65.00%52.94%
HSB/HSV50°73.24%83.53%
CMYK0.00%12.21%73.24%
16.47%

Color #D5BB39 in popluar number systems.

HEXD5BB39
Decimal21318757
Binary1101010110111011111001
Octal32527371

Shades and tints

Shades of #D5BB39

#D5BB39
(213,187,57)
#C2AA34
(194,170,52)
#AF992F
(175,153,47)
#9C882A
(156,136,42)
#897725
(137,119,37)
#766620
(118,102,32)
#63551B
(99,85,27)
#504416
(80,68,22)
#3D3311
(61,51,17)
#2A220C
(42,34,12)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #D5BB39

#D5BB39
(213,187,57)
#D8C14B
(216,193,75)
#DBC75D
(219,199,93)
#DECD6F
(222,205,111)
#E1D381
(225,211,129)
#E4D993
(228,217,147)
#E7DFA5
(231,223,165)
#EAE5B7
(234,229,183)
#EDEBC9
(237,235,201)
#F0F1DB
(240,241,219)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BB39 color. Also use rgb(213,187,57) instead hex code.

Text Font Color

.myTextColor { color: #D5BB39; }

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

This text font color is #D5BB39.


Background Color

.myBgColor { background-color: #D5BB39; }

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

This div background color is #D5BB39.


Border color

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

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

This div border color is #D5BB39.


Opacity

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

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

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

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

This text has shadow with #D5BB39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BB39 on black background.


Color preview on white background

This text has color #D5BB39 on white background.



Black color preview on #D5BB39 background

This text has black color on #D5BB39 background.


White color preview on #D5BB39 background

This text has white color on #D5BB39 background.