#FFD600

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

Shades of Gold #FFD600

Tints of Gold #FFD600

Color information

#FFD600 (or 0xFFD600) is unknown color: approx Gold. HEX triplet: FF, D6 and 00. RGB value is (255,214,0). Sum of RGB (Red+Green+Blue) = 255+214+0=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD600 is #0029FF. Grayscale: #CACACA. Windows color (decimal): -10752 or 55039. OLE color: 55039.

HSL color Cylindrical-coordinate representation of color #FFD600: hue angle of 50.35º 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 #FFD600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552140-
CMYK00.1610
HSL50.35º100%50%-
HSV(B)50.35º100%100%-
XYZ65.2969.359.95-
YUV201.8614.08165.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 214 (83.98% from 255) = 45.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.37%
G=45.63%
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
Decimal255214000.161050.3510050
HexFFD60010640326432
Octal377326002014406214462
Binary11111111110101100010000110010001100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD600; }

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

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

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

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

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

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

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

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