COLOR #D5A517

HEX: #D5A517
RGB: (213,165,23)

Renk bilgisi

#D5A517 contains mainly red and green colors. #D5A517 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#D5A517 color RGB value is (213,165,23).

  • kırmız ton 213;
  • yeşil ton 165;
  • mavi ton 23.
RGB:
(213,165,23)
(84%,65%,9%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 165 of 255 = 65%
B 23 of 255 = 9%

213
165
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 165 + 23 = 401 (100%)
R 213 of 401 ~ 53.12%
G 165 of 401 ~ 41.15%
B 23 of 401 ~ 5.74%

%53.12
%41.15

CMYK RENK MODELİ

#D5A517 rengi CMYK tonu (0,23,89,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.54%
  • sarı tonu 89.20%
  • ana renk tonu 16.47%
CMYK:
(0,23,89,16)
C0M23Y89K16 
(0%,23%,89%,16%)
(0.00/0.23/0.89/0.16)	

CMYK yüzdeleri

%0
%22.54
%89.2
%16.47

Codes

Color #D5A517 in popluar color models

D5A517
RGB21316523
HSL45°80.51%46.27%
HSB/HSV45°89.20%83.53%
CMYK0.00%22.54%89.20%
16.47%

Color #D5A517 in popluar number systems.

HEXD5A517
Decimal21316523
Binary110101011010010110111
Octal32524527

Shades and tints

Shades of #D5A517

#D5A517
(213,165,23)
#C29615
(194,150,21)
#AF8713
(175,135,19)
#9C7811
(156,120,17)
#89690F
(137,105,15)
#765A0D
(118,90,13)
#634B0B
(99,75,11)
#503C09
(80,60,9)
#3D2D07
(61,45,7)
#2A1E05
(42,30,5)
#170F03
(23,15,3)
#000000
(0,0,0)

Tints of #D5A517

#D5A517
(213,165,23)
#D8AD2C
(216,173,44)
#DBB541
(219,181,65)
#DEBD56
(222,189,86)
#E1C56B
(225,197,107)
#E4CD80
(228,205,128)
#E7D595
(231,213,149)
#EADDAA
(234,221,170)
#EDE5BF
(237,229,191)
#F0EDD4
(240,237,212)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A517 color. Also use rgb(213,165,23) instead hex code.

Text Font Color

.myTextColor { color: #D5A517; }

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

This text font color is #D5A517.


Background Color

.myBgColor { background-color: #D5A517; }

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

This div background color is #D5A517.


Border color

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

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

This div border color is #D5A517.


Opacity

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

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

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

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

This text has shadow with #D5A517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A517 on black background.


Color preview on white background

This text has color #D5A517 on white background.



Black color preview on #D5A517 background

This text has black color on #D5A517 background.


White color preview on #D5A517 background

This text has white color on #D5A517 background.