#FFD612

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

Shades of Gold #FFD612

Tints of Gold #FFD612

Color information

#FFD612 (or 0xFFD612) is unknown color: approx Gold. HEX triplet: FF, D6 and 12. RGB value is (255,214,18). Sum of RGB (Red+Green+Blue) = 255+214+18=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD612 is #0029ED. Grayscale: #CCCCCC. Windows color (decimal): -10734 or 1234687. OLE color: 1234687.

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

Color convert

RGB25521418-
CMYK00.160.930
HSL49.62º100%53.53%-
HSV(B)49.62º92.94%100%-
XYZ65.469.410.52-
YUV203.9223.08164.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 18 (7.42% from 255) = 3.70%
R=52.36%
G=43.94%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552141800.160.93049.6210053.53
HexFFD6120105D0326436
Octal3773262202013506214466
Binary111111111101011010010010000101110101100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD612; }

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

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

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

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

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

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

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

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