COLOR #D5A937

HEX: #D5A937
RGB: (213,169,55)

Renk bilgisi

#D5A937 contains mainly red and green colors. #D5A937 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D5A937 color RGB value is (213,169,55).

  • kırmız ton 213;
  • yeşil ton 169;
  • mavi ton 55.
RGB:
(213,169,55)
(84%,66%,22%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 169 of 255 = 66%
B 55 of 255 = 22%

213
169
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 169 + 55 = 437 (100%)
R 213 of 437 ~ 48.74%
G 169 of 437 ~ 38.67%
B 55 of 437 ~ 12.59%

%48.74
%38.67
%12.59

CMYK RENK MODELİ

#D5A937 rengi CMYK tonu (0,21,74,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.66%
  • sarı tonu 74.18%
  • ana renk tonu 16.47%
CMYK:
(0,21,74,16)
C0M21Y74K16 
(0%,21%,74%,16%)
(0.00/0.21/0.74/0.16)	

CMYK yüzdeleri

%0
%20.66
%74.18
%16.47

Codes

Color #D5A937 in popluar color models

D5A937
RGB21316955
HSL43°65.29%52.55%
HSB/HSV43°74.18%83.53%
CMYK0.00%20.66%74.18%
16.47%

Color #D5A937 in popluar number systems.

HEXD5A937
Decimal21316955
Binary1101010110101001110111
Octal32525167

Shades and tints

Shades of #D5A937

#D5A937
(213,169,55)
#C29A32
(194,154,50)
#AF8B2D
(175,139,45)
#9C7C28
(156,124,40)
#896D23
(137,109,35)
#765E1E
(118,94,30)
#634F19
(99,79,25)
#504014
(80,64,20)
#3D310F
(61,49,15)
#2A220A
(42,34,10)
#171305
(23,19,5)
#000000
(0,0,0)

Tints of #D5A937

#D5A937
(213,169,55)
#D8B049
(216,176,73)
#DBB75B
(219,183,91)
#DEBE6D
(222,190,109)
#E1C57F
(225,197,127)
#E4CC91
(228,204,145)
#E7D3A3
(231,211,163)
#EADAB5
(234,218,181)
#EDE1C7
(237,225,199)
#F0E8D9
(240,232,217)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A937 color. Also use rgb(213,169,55) instead hex code.

Text Font Color

.myTextColor { color: #D5A937; }

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

This text font color is #D5A937.


Background Color

.myBgColor { background-color: #D5A937; }

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

This div background color is #D5A937.


Border color

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

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

This div border color is #D5A937.


Opacity

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

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

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

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

This text has shadow with #D5A937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A937 on black background.


Color preview on white background

This text has color #D5A937 on white background.



Black color preview on #D5A937 background

This text has black color on #D5A937 background.


White color preview on #D5A937 background

This text has white color on #D5A937 background.