#FFD611

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

Shades of Gold #FFD611

Tints of Gold #FFD611

Color information

#FFD611 (or 0xFFD611) is unknown color: approx Gold. HEX triplet: FF, D6 and 11. RGB value is (255,214,17). Sum of RGB (Red+Green+Blue) = 255+214+17=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 17 (7.03% from 255 or 3.50% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD611 is #0029EE. Grayscale: #CCCCCC. Windows color (decimal): -10735 or 1169151. OLE color: 1169151.

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

Color convert

RGB25521417-
CMYK00.160.930
HSL49.66º100%53.33%-
HSV(B)49.66º93.33%100%-
XYZ65.3969.3910.48-
YUV203.822.58164.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 214 (83.98% from 255) = 44.03%
BLUE value IS 17 (7.03% from 255) = 3.50%
R=52.47%
G=44.03%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552141700.160.93049.6610053.33
HexFFD6110105D0326435
Octal3773262102013506214465
Binary111111111101011010001010000101110101100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD611; }

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

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

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

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

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

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

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

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