#FFD603

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

Shades of Gold #FFD603

Tints of Gold #FFD603

Color information

#FFD603 (or 0xFFD603) is unknown color: approx Gold. HEX triplet: FF, D6 and 03. RGB value is (255,214,3). Sum of RGB (Red+Green+Blue) = 255+214+3=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 3 (1.56% from 255 or 0.64% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD603 is #0029FC. Grayscale: #CBCBCB. Windows color (decimal): -10749 or 251647. OLE color: 251647.

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

Color convert

RGB2552143-
CMYK00.160.990
HSL50.24º100%50.59%-
HSV(B)50.24º98.82%100%-
XYZ65.369.3610.03-
YUV202.215.58165.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 214 (83.98% from 255) = 45.34%
BLUE value IS 3 (1.56% from 255) = 0.64%
R=54.03%
G=45.34%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255214300.160.99050.2410050.59
HexFFD63010630326433
Octal377326302014306214463
Binary111111111101011011010000110001101100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD603; }

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

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

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

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

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

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

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

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