#FFD700

Color #FFD700 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #FFD700

Tints of Gold #FFD700

Color information

#FFD700 (or 0xFFD700) is known color: Gold. HEX triplet: FF, D7 and 00. RGB value is (255,215,0). Sum of RGB (Red+Green+Blue) = 255+215+0=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD700 is #0028FF. Grayscale: #CBCBCB. Windows color (decimal): -10496 or 55295. OLE color: 55295.

HSL color Cylindrical-coordinate representation of color #FFD700: hue angle of 50.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD700 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552150-
CMYK00.1610
HSL50.59º100%50%-
HSV(B)50.59º100%100%-
XYZ65.5469.8610.03-
YUV202.4513.75165.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 215 (84.38% from 255) = 45.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.26%
G=45.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255215000.161050.5910050
HexFFD70010640336432
Octal377327002014406314462
Binary11111111110101110010000110010001100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD700; }

 p { color: rgb(255,215,0); }

 H1.HeaderClassName
 {
   color: #FFD700;
 }
 .AnyTagClassName
 {
   color: #FFD700;
 }
</style>
background-color css

<style>
 a { background-color: #FFD700; }

 a { background-color: rgb(255,215,0); }

 div.DivClassName
 {
   background-color: #FFD700;
 }
 .BgClassName
 {
   background-color: #FFD700;
 }
</style>
border-color css

<style>
 span { border-color: #FFD700; }

 span { border-color: rgb(255,215,0); }

 td.TdClassName
 {
   border-color: #FFD700;
 }
 .TagClassName
 {
   border-color: #FFD700;
 }
</style>