COLOR #FFD700

HEX: #FFD700
RGB: (255,215,0)

Renk bilgisi

Rengin adı Gold. #FFD700 contains only red and green colors. #FFD700 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#FFD700 color RGB value is (255,215,0).

  • kırmız ton 255;
  • yeşil ton 215;
  • mavi ton 0.
RGB:
(255,215,0)
(100%,84%,0%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 215 of 255 = 84%
B 0 of 255 = 0%

255
215
0

R + G + B ~ 61%. #FFD700 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 215 + 0 = 470 (100%)
R 255 of 470 ~ 54.26%
G 215 of 470 ~ 45.74%
B 0 of 470 ~ 0%

%54.26
%45.74

CMYK RENK MODELİ

#FFD700 rengi CMYK tonu (0,16,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.69%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,16,100,0)
C0M16Y100K0 
(0%,16%,100%,0%)
(0.00/0.16/1.00/0.00)	

CMYK yüzdeleri

%0
%15.69
%100
%0

Codes

Color #FFD700 in popluar color models

FFD700
RGB2552150
HSL51°100.00%50.00%
HSB/HSV51°100.00%100.00%
CMYK0.00%15.69%100.00%
0.00%

Color #FFD700 in popluar number systems.

HEXFFD700
Decimal2552150
Binary11111111110101110
Octal3773270

Shades and tints

Shades of #FFD700

#FFD700
(255,215,0)
#E8C400
(232,196,0)
#D1B100
(209,177,0)
#BA9E00
(186,158,0)
#A38B00
(163,139,0)
#8C7800
(140,120,0)
#756500
(117,101,0)
#5E5200
(94,82,0)
#473F00
(71,63,0)
#302C00
(48,44,0)
#191900
(25,25,0)
#000000
(0,0,0)

Tints of #FFD700

#FFD700
(255,215,0)
#FFDA17
(255,218,23)
#FFDD2E
(255,221,46)
#FFE045
(255,224,69)
#FFE35C
(255,227,92)
#FFE673
(255,230,115)
#FFE98A
(255,233,138)
#FFECA1
(255,236,161)
#FFEFB8
(255,239,184)
#FFF2CF
(255,242,207)
#FFF5E6
(255,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD700 color. Also use rgb(255,215,0) instead hex code.

Text Font Color

.myTextColor { color: #FFD700; }

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

This text font color is #FFD700.


Background Color

.myBgColor { background-color: #FFD700; }

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

This div background color is #FFD700.


Border color

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

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

This div border color is #FFD700.


Opacity

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

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

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

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

This text has shadow with #FFD700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD700 on black background.


Color preview on white background

This text has color #FFD700 on white background.



Black color preview on #FFD700 background

This text has black color on #FFD700 background.


White color preview on #FFD700 background

This text has white color on #FFD700 background.